summaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91
Commit message (Expand)AuthorAgeFilesLines
* clk: at91: Revert "keep slow clk enabled to prevent system hang"Alexandre Belloni2015-11-201-29/+0Star
* clk: at91: add generated clock driverNicolas Ferre2015-10-014-0/+316
* clk: at91: add PMC sama5d2 supportNicolas Ferre2015-10-011-0/+15
* clk: at91: modify PMC peripheral clock to deal with newer register layoutNicolas Ferre2015-10-011-6/+14
* clk: at91: cleanup PMC header file for PCR register fieldsNicolas Ferre2015-10-011-4/+4
* clk: at91: system: don't try to free_irq when there is no IRQAlexandre Belloni2015-09-171-1/+2
* clk: at91: utmi: use pmc_read when the at91_pmc is availableAlexandre Belloni2015-09-171-2/+2
* clk: at91: Convert to clk_hw based provider APIsStephen Boyd2015-08-253-13/+13
* clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd2015-08-252-2/+2
* clk: kill off set_irq_flags usageRob Herring2015-07-281-1/+0Star
* Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-281-0/+2
|\
| * clk: at91: Include clk.h and slab.hStephen Boyd2015-07-201-0/+2
* | clk: at91: make use of of_clk_parent_fill helper functionDinh Nguyen2015-07-286-42/+7Star
* | Merge branch 'clk-determine-rate-struct' into clk-nextStephen Boyd2015-07-282-26/+27
|\ \
| * | clk: change clk_ops' ->determine_rate() prototypeBoris Brezillon2015-07-282-26/+27
| |/
* | clk: at91: Silence warnings and cleanup __init/extern usageStephen Boyd2015-07-081-66/+58Star
* | Merge branch 'clk-fixes' into clk-nextStephen Boyd2015-07-076-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-027-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-021-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-131-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-041-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-031-2/+5
| * | clk: at91: rework rm9200 USB clock to propagate set_rate to the parent clkBoris BREZILLON2014-09-031-3/+10
| * | clk: at91: fix recalc_rate implementation of PLL driverBoris BREZILLON2014-09-031-8/+3Star
| * | clk: at91: rework PLL rate calculationBoris BREZILLON2014-09-031-70/+77
| * | clk: at91: fix PLL_MAX_COUNT macro definitionBoris BREZILLON2014-09-031-1/+1
* | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-081-7/+1Star
|\ \ \
| * \ \ Merge tag 'at91-drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kerne...Nicolas Ferre2014-08-251-7/+1Star
| |\ \ \ | | |/ / | |/| |
| | * | clk: at91: remove the useless CLK_IGNORE_UNUSED flagAlexandre Belloni2014-07-151-7/+1Star
* | | | 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
|/