aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-11Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds6-10/+30
2015-07-02clk: at91: do not leak resourcesDavid Dueck6-10/+30
2015-07-01Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds7-8/+8
2015-06-19Merge branch 'ccf/atmel-fixes-for-4.1' of https://github.com/bbrezillon/linux-at91 into clk-fixesMichael Turquette3-7/+15
2015-06-19clk: at91: fix h32mx prototype inclusion in pmc headerNicolas Ferre1-1/+1
2015-06-19clk: at91: fix PERIPHERAL_MAX_SHIFT definitionBoris Brezillon1-4/+4
2015-06-19clk: at91: pll: fix input range validity checkBoris Brezillon1-2/+10
2015-06-04clk: at91: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven6-7/+7
2015-05-01clk: at91: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2015-04-21Merge tag 'clk-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-15/+49
2015-04-12clk: at91: usb: propagate rate modification to the parent clkBoris Brezillon1-15/+49
2015-03-04clk: at91: implement suspend/resume for the PMC irqchipBoris BREZILLON2-1/+20
2015-02-21Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds1-0/+2
2015-02-17Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+9
2015-02-02clk: Add rate constraints to clocksTomeu Vizoso1-0/+2
2015-01-16ARM: at91: move at91rm9200_idle() to clk/at91/pmc.cAlexandre Belloni1-0/+9
2015-01-13clk: at91: keep slow clk enabled to prevent system hangBoris Brezillon1-0/+27
2014-12-03clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso1-2/+2
2014-11-17clk: at91: usb: fix at91sam9x5 recalc, round and set rateBoris Brezillon1-14/+15
2014-11-17clk: at91: usb: fix at91rm9200 round and set rateBoris Brezillon1-3/+3
2014-10-15Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds2-84/+96
2014-10-08Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-7/+1
2014-10-08Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-0/+135
2014-09-22clk: at91: add a driver for the h32mx clockAlexandre Belloni4-0/+135
2014-09-17Merge branch 'clk-fixes' into clk-nextMike Turquette1-1/+1
2014-09-02clk: at91: fix div by zero in USB clock driverBoris BREZILLON1-2/+5
2014-09-02clk: at91: rework rm9200 USB clock to propagate set_rate to the parent clkBoris BREZILLON1-3/+10
2014-09-02clk: at91: fix recalc_rate implementation of PLL driverBoris BREZILLON1-8/+3
2014-09-02clk: at91: rework PLL rate calculationBoris BREZILLON1-70/+77
2014-09-02clk: at91: fix PLL_MAX_COUNT macro definitionBoris BREZILLON1-1/+1
2014-09-02clk: at91: fix num_parents test in at91sam9260 slow clk implementationBoris BREZILLON1-1/+1
2014-08-25Merge tag 'at91-drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linuxNicolas Ferre1-7/+1
2014-07-15clk: at91: remove the useless CLK_IGNORE_UNUSED flagAlexandre Belloni1-7/+1
2014-07-02clk: at91: main: warn when the main crystal frequency is not setAlexandre Belloni1-0/+1
2014-05-07clk: at91: add slow clks driverBoris BREZILLON6-2/+556
2014-05-07clk: at91: rework main clk implementationBoris BREZILLON3-63/+532
2014-03-19clk: at91: optimization of the set_rate callbackJean-Jacques Hiblot1-30/+8
2014-03-19clk: at91: fix programmable clk irq handlingJean-Jacques Hiblot2-93/+89
2014-03-19clk: at91: propagate rate change on system clksBoris BREZILLON1-1/+1
2014-03-19clk: at91: replace prog clk round_rate with determine_rateBoris BREZILLON1-28/+28
2014-02-26clk:at91: Fix memory leak in of_at91_clk_master_setup()Masanari Iida1-1/+1
2014-01-14Merge tag 'at91-cleanup2' of git://github.com/at91linux/linux-at91 into next/cleanupKevin Hilman1-1/+1
2013-12-19clk: at91: fix pmc_clk_ids data type attriubteBoris BREZILLON1-1/+1
2013-12-12ARM: at91: remove AT91_PROGRAMMABLE_CLOCKS configuration optionNicolas Ferre3-6/+1
2013-12-02clk: at91: add PMC smd clockBoris BREZILLON4-0/+184
2013-12-02clk: at91: add PMC usb clockBoris BREZILLON4-0/+423
2013-12-02clk: at91: add PMC utmi clockBoris BREZILLON4-0/+172
2013-12-02clk: at91: add PMC programmable clocksBoris BREZILLON4-0/+392
2013-12-02clk: at91: add PMC peripheral clocksBoris BREZILLON4-1/+425
2013-12-02clk: at91: add PMC system clocksBoris BREZILLON4-0/+144