summaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91/clk-system.c
Commit message (Expand)AuthorAgeFilesLines
* clk: at91: replace conditional operator with double logical notClaudiu Beznea2020-07-241-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* clk: at91: move DT compatibility code to its own fileAlexandre Belloni2018-10-171-37/+0
* clk: at91: allow clock registration from C codeAlexandre Belloni2018-10-171-1/+1
* clk: at91: Migrate to clk_hw based registration and OF APIsStephen Boyd2016-09-141-9/+13
* clk: at91: remove IRQ handling and use pollingAlexandre Belloni2016-02-171-50/+6
* clk: at91: make use of syscon/regmap internallyBoris Brezillon2016-02-171-23/+37
* clk: at91: system: don't try to free_irq when there is no IRQAlexandre Belloni2015-09-161-1/+2
* clk: at91: do not leak resourcesDavid Dueck2015-07-021-2/+6
* clk: at91: remove the useless CLK_IGNORE_UNUSED flagAlexandre Belloni2014-07-151-7/+1
* clk: at91: fix programmable clk irq handlingJean-Jacques Hiblot2014-03-191-10/+64
* clk: at91: propagate rate change on system clksBoris BREZILLON2014-03-191-1/+1
* clk: at91: add PMC system clocksBoris BREZILLON2013-12-021-0/+135