aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91/clk-main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-28clk: at91: avoid sleeping earlyAlexandre Belloni1-1/+4
2019-09-16clk: at91: select parent if main oscillator or bypass is enabledEugen Hristev1-3/+7
2019-09-16clk: at91: fix update bit maps on CFG_MOR writeEugen Hristev1-1/+1
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-104/+0
2018-10-17clk: at91: allow clock registration from C codeAlexandre Belloni1-4/+4
2016-09-14clk: at91: Migrate to clk_hw based registration and OF APIsStephen Boyd1-36/+52
2016-03-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-3/+3
2016-03-02clk: at91: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-02-26clk: at91: Remove impossible checks for of_clk_get_parent_count()Stephen Boyd1-2/+2
2016-02-17clk: at91: remove IRQ handling and use pollingAlexandre Belloni1-123/+15
2016-02-17clk: at91: make use of syscon/regmap internallyBoris Brezillon1-89/+159
2015-07-28clk: at91: make use of of_clk_parent_fill helper functionDinh Nguyen1-6/+1
2015-07-02clk: at91: do not leak resourcesDavid Dueck1-1/+3
2015-06-04clk: at91: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven1-1/+1
2014-07-02clk: at91: main: warn when the main crystal frequency is not setAlexandre Belloni1-0/+1
2014-05-07clk: at91: rework main clk implementationBoris BREZILLON1-63/+514
2013-12-02clk: at91: add PMC main clockBoris BREZILLON1-0/+187