aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91/clk-system.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-10-17clk: at91: move DT compatibility code to its own fileAlexandre Belloni1-37/+0
2018-10-17clk: at91: allow clock registration from C codeAlexandre Belloni1-1/+1
2016-09-14clk: at91: Migrate to clk_hw based registration and OF APIsStephen Boyd1-9/+13
2016-02-17clk: at91: remove IRQ handling and use pollingAlexandre Belloni1-50/+6
2016-02-17clk: at91: make use of syscon/regmap internallyBoris Brezillon1-23/+37
2015-09-16clk: at91: system: don't try to free_irq when there is no IRQAlexandre Belloni1-1/+2
2015-07-02clk: at91: do not leak resourcesDavid Dueck1-2/+6
2014-07-15clk: at91: remove the useless CLK_IGNORE_UNUSED flagAlexandre Belloni1-7/+1
2014-03-19clk: at91: fix programmable clk irq handlingJean-Jacques Hiblot1-10/+64
2014-03-19clk: at91: propagate rate change on system clksBoris BREZILLON1-1/+1
2013-12-02clk: at91: add PMC system clocksBoris BREZILLON1-0/+135