aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91/clk-slow.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-30/+0
2018-10-17clk: at91: allow clock registration from C codeAlexandre Belloni1-1/+1
2016-09-20clk: at91: move slow clock controller clocks to sckc.cAlexandre Belloni1-365/+0
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-4/+4
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-3/+3
2016-02-17clk: at91: remove useless includesAlexandre Belloni1-8/+0
2016-02-17clk: at91: make use of syscon/regmap internallyBoris Brezillon1-8/+19
2015-11-20clk: at91: Revert "keep slow clk enabled to prevent system hang"Alexandre Belloni1-29/+0
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd1-0/+2
2015-07-28clk: at91: make use of of_clk_parent_fill helper functionDinh Nguyen1-12/+2
2015-07-20clk: at91: Include clk.h and slab.hStephen Boyd1-0/+2
2015-06-04clk: at91: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven1-2/+2
2015-01-13clk: at91: keep slow clk enabled to prevent system hangBoris Brezillon1-0/+27
2014-09-02clk: at91: fix num_parents test in at91sam9260 slow clk implementationBoris BREZILLON1-1/+1
2014-05-07clk: at91: add slow clks driverBoris BREZILLON1-0/+467