summaryrefslogtreecommitdiff
path: root/drivers/clk/at91
AgeCommit message (Expand)Author
2016-06-07clk: at91: fix check of clk_register() returned valueVladimir Zapolskiy
2015-10-01clk: at91: add generated clock driverNicolas Ferre
2015-10-01clk: at91: add PMC sama5d2 supportNicolas Ferre
2015-10-01clk: at91: modify PMC peripheral clock to deal with newer register layoutNicolas Ferre
2015-10-01clk: at91: cleanup PMC header file for PCR register fieldsNicolas Ferre
2015-09-16clk: at91: system: don't try to free_irq when there is no IRQAlexandre Belloni
2015-09-16clk: at91: utmi: use pmc_read when the at91_pmc is availableAlexandre Belloni
2015-08-24clk: at91: Convert to clk_hw based provider APIsStephen Boyd
2015-08-24clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd
2015-07-28clk: kill off set_irq_flags usageRob Herring
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd
2015-07-28clk: at91: make use of of_clk_parent_fill helper functionDinh Nguyen
2015-07-28Merge branch 'clk-determine-rate-struct' into clk-nextStephen Boyd
2015-07-27clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon
2015-07-20clk: at91: Include clk.h and slab.hStephen Boyd
2015-07-07clk: at91: Silence warnings and cleanup __init/extern usageStephen Boyd
2015-07-06Merge branch 'clk-fixes' into clk-nextStephen Boyd
2015-07-02clk: at91: do not leak resourcesDavid Dueck
2015-07-01Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-06-19Merge branch 'ccf/atmel-fixes-for-4.1' of https://github.com/bbrezillon/linux...Michael Turquette
2015-06-19clk: at91: fix h32mx prototype inclusion in pmc headerNicolas Ferre
2015-06-19clk: at91: fix PERIPHERAL_MAX_SHIFT definitionBoris Brezillon
2015-06-19clk: at91: pll: fix input range validity checkBoris Brezillon
2015-06-04clk: at91: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven
2015-05-01clk: at91: Constify irq_domain_opsKrzysztof Kozlowski
2015-04-21Merge tag 'clk-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-04-12clk: at91: usb: propagate rate modification to the parent clkBoris Brezillon
2015-03-04clk: at91: implement suspend/resume for the PMC irqchipBoris BREZILLON
2015-02-21Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds
2015-02-17Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso
2015-01-16ARM: at91: move at91rm9200_idle() to clk/at91/pmc.cAlexandre Belloni
2015-01-13clk: at91: keep slow clk enabled to prevent system hangBoris Brezillon
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso
2014-11-17clk: at91: usb: fix at91sam9x5 recalc, round and set rateBoris Brezillon
2014-11-17clk: at91: usb: fix at91rm9200 round and set rateBoris Brezillon
2014-10-15Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds
2014-10-08Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-10-08Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2014-09-22clk: at91: add a driver for the h32mx clockAlexandre Belloni
2014-09-17Merge branch 'clk-fixes' into clk-nextMike Turquette
2014-09-02clk: at91: fix div by zero in USB clock driverBoris BREZILLON
2014-09-02clk: at91: rework rm9200 USB clock to propagate set_rate to the parent clkBoris BREZILLON
2014-09-02clk: at91: fix recalc_rate implementation of PLL driverBoris BREZILLON
2014-09-02clk: at91: rework PLL rate calculationBoris BREZILLON
2014-09-02clk: at91: fix PLL_MAX_COUNT macro definitionBoris BREZILLON
2014-09-02clk: at91: fix num_parents test in at91sam9260 slow clk implementationBoris BREZILLON
2014-08-25Merge tag 'at91-drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kerne...Nicolas Ferre
2014-07-15clk: at91: remove the useless CLK_IGNORE_UNUSED flagAlexandre Belloni
2014-07-02clk: at91: main: warn when the main crystal frequency is not setAlexandre Belloni