aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91/clk-master.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-25clk: at91: master: Add sam9x60 supportAlexandre Belloni1-3/+5
2018-10-17clk: at91: move DT compatibility code to its own fileAlexandre Belloni1-82/+0
2018-10-17clk: at91: allow clock registration from C codeAlexandre Belloni1-14/+3
2016-09-14clk: at91: Migrate to clk_hw based registration and OF APIsStephen Boyd1-9/+12
2016-03-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-2/+2
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-42/+4
2016-02-17clk: at91: make use of syscon/regmap internallyBoris Brezillon1-25/+43
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-2/+6
2015-06-04clk: at91: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven1-1/+1
2014-02-26clk:at91: Fix memory leak in of_at91_clk_master_setup()Masanari Iida1-1/+1
2013-12-02clk: at91: add PMC master clockBoris BREZILLON1-0/+270