summaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91
Commit message (Expand)AuthorAgeFilesLines
* clk: at91: make use of of_clk_parent_fill helper functionDinh Nguyen2015-07-286-42/+7
* Merge branch 'clk-determine-rate-struct' into clk-nextStephen Boyd2015-07-282-26/+27
|\
| * clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon2015-07-272-26/+27
* | clk: at91: Silence warnings and cleanup __init/extern usageStephen Boyd2015-07-071-66/+58
* | Merge branch 'clk-fixes' into clk-nextStephen Boyd2015-07-066-10/+30
|\ \ | |/ |/|
| * clk: at91: do not leak resourcesDavid Dueck2015-07-026-10/+30
* | Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-017-8/+8
|\|
| * clk: at91: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven2015-06-046-7/+7
| * clk: at91: Constify irq_domain_opsKrzysztof Kozlowski2015-05-011-1/+1
* | Merge branch 'ccf/atmel-fixes-for-4.1' of https://github.com/bbrezillon/linux...Michael Turquette2015-06-193-7/+15
|\ \ | |/ |/|
| * clk: at91: fix h32mx prototype inclusion in pmc headerNicolas Ferre2015-06-191-1/+1
| * clk: at91: fix PERIPHERAL_MAX_SHIFT definitionBoris Brezillon2015-06-191-4/+4
| * clk: at91: pll: fix input range validity checkBoris Brezillon2015-06-191-2/+10
* | Merge tag 'clk-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-211-15/+49
|\|
| * clk: at91: usb: propagate rate modification to the parent clkBoris Brezillon2015-04-121-15/+49
* | clk: at91: implement suspend/resume for the PMC irqchipBoris BREZILLON2015-03-042-1/+20
|/
* Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2015-02-211-0/+2
|\
| * clk: Add rate constraints to clocksTomeu Vizoso2015-02-021-0/+2
* | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2015-02-171-0/+9
|\ \ | |/ |/|
| * ARM: at91: move at91rm9200_idle() to clk/at91/pmc.cAlexandre Belloni2015-01-161-0/+9
* | clk: at91: keep slow clk enabled to prevent system hangBoris Brezillon2015-01-131-0/+27
|/
* clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso2014-12-031-2/+2
* clk: at91: usb: fix at91sam9x5 recalc, round and set rateBoris Brezillon2014-11-171-14/+15
* clk: at91: usb: fix at91rm9200 round and set rateBoris Brezillon2014-11-171-3/+3
* Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-10-152-84/+96
|\
| * Merge branch 'clk-fixes' into clk-nextMike Turquette2014-09-171-1/+1
| |\
| * | clk: at91: fix div by zero in USB clock driverBoris BREZILLON2014-09-021-2/+5
| * | clk: at91: rework rm9200 USB clock to propagate set_rate to the parent clkBoris BREZILLON2014-09-021-3/+10
| * | clk: at91: fix recalc_rate implementation of PLL driverBoris BREZILLON2014-09-021-8/+3
| * | clk: at91: rework PLL rate calculationBoris BREZILLON2014-09-021-70/+77
| * | clk: at91: fix PLL_MAX_COUNT macro definitionBoris BREZILLON2014-09-021-1/+1
* | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-081-7/+1
|\ \ \
| * \ \ Merge tag 'at91-drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kerne...Nicolas Ferre2014-08-251-7/+1
| |\ \ \ | | |/ / | |/| |
| | * | clk: at91: remove the useless CLK_IGNORE_UNUSED flagAlexandre Belloni2014-07-151-7/+1
* | | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2014-10-084-0/+135
|\ \ \ \ | |_|_|/ |/| | |
| * | | clk: at91: add a driver for the h32mx clockAlexandre Belloni2014-09-224-0/+135
| |/ /
* / / clk: at91: fix num_parents test in at91sam9260 slow clk implementationBoris BREZILLON2014-09-021-1/+1
|/ /
* / clk: at91: main: warn when the main crystal frequency is not setAlexandre Belloni2014-07-021-0/+1
|/
* clk: at91: add slow clks driverBoris BREZILLON2014-05-076-2/+556
* clk: at91: rework main clk implementationBoris BREZILLON2014-05-073-63/+532
* clk: at91: optimization of the set_rate callbackJean-Jacques Hiblot2014-03-191-30/+8
* clk: at91: fix programmable clk irq handlingJean-Jacques Hiblot2014-03-192-93/+89
* clk: at91: propagate rate change on system clksBoris BREZILLON2014-03-191-1/+1
* clk: at91: replace prog clk round_rate with determine_rateBoris BREZILLON2014-03-191-28/+28
* clk:at91: Fix memory leak in of_at91_clk_master_setup()Masanari Iida2014-02-261-1/+1
* Merge tag 'at91-cleanup2' of git://github.com/at91linux/linux-at91 into next/...Kevin Hilman2014-01-141-1/+1
|\
| * clk: at91: fix pmc_clk_ids data type attriubteBoris BREZILLON2013-12-191-1/+1
* | ARM: at91: remove AT91_PROGRAMMABLE_CLOCKS configuration optionNicolas Ferre2013-12-123-6/+1
|/
* clk: at91: add PMC smd clockBoris BREZILLON2013-12-024-0/+184
* clk: at91: add PMC usb clockBoris BREZILLON2013-12-024-0/+423