aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91/clk-peripheral.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-15clk: Stop forwarding clk_rate_requests to the parentMaxime Ripard1-2/+2
2021-10-26clk: at91: re-factor clocks suspend/resumeClaudiu Beznea1-6/+34
2020-10-13clk: at91: remove the checking of parent_nameClaudiu Beznea1-2/+2
2020-07-24clk: at91: clk-peripheral: add support for changeable parent rateClaudiu Beznea1-5/+104
2020-07-24clk: at91: replace conditional operator with double logical notClaudiu Beznea1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-25clk: at91: allow configuring peripheral PCR layoutAlexandre Belloni1-22/+24
2018-10-17clk: at91: move DT compatibility code to its own fileAlexandre Belloni1-77/+0
2018-10-17clk: at91: allow clock registration from C codeAlexandre Belloni1-2/+2
2017-06-29clk: at91: Add sama5d2 suspend/resumeAlexandre Belloni1-1/+3
2016-09-14clk: at91: Migrate to clk_hw based registration and OF APIsStephen Boyd1-16/+23
2016-02-17clk: at91: remove useless includesAlexandre Belloni1-2/+0
2016-02-17clk: at91: make use of syscon/regmap internallyBoris Brezillon1-56/+79
2015-10-01clk: at91: modify PMC peripheral clock to deal with newer register layoutNicolas Ferre1-6/+14
2015-10-01clk: at91: cleanup PMC header file for PCR register fieldsNicolas Ferre1-4/+4
2015-08-24clk: at91: Convert to clk_hw based provider APIsStephen Boyd1-3/+3
2015-06-19clk: at91: fix PERIPHERAL_MAX_SHIFT definitionBoris Brezillon1-4/+4
2013-12-02clk: at91: add PMC peripheral clocksBoris BREZILLON1-0/+410