summaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91/clk-peripheral.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* clk: at91: clk-peripheral: add support for parent_hwClaudiu Beznea2023-06-211-7/+15
* clk: at91: mark ddr clocks as criticalClaudiu Beznea2023-01-091-4/+4
* clk: Stop forwarding clk_rate_requests to the parentMaxime Ripard2022-09-151-2/+2
* clk: at91: re-factor clocks suspend/resumeClaudiu Beznea2021-10-271-6/+34
* clk: at91: remove the checking of parent_nameClaudiu Beznea2020-10-141-2/+2
* clk: at91: clk-peripheral: add support for changeable parent rateClaudiu Beznea2020-07-241-5/+104
* clk: at91: replace conditional operator with double logical notClaudiu Beznea2020-07-241-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* clk: at91: allow configuring peripheral PCR layoutAlexandre Belloni2019-04-251-22/+24
* clk: at91: move DT compatibility code to its own fileAlexandre Belloni2018-10-171-77/+0
* clk: at91: allow clock registration from C codeAlexandre Belloni2018-10-171-2/+2
* clk: at91: Add sama5d2 suspend/resumeAlexandre Belloni2017-06-301-1/+3
* clk: at91: Migrate to clk_hw based registration and OF APIsStephen Boyd2016-09-151-16/+23
* clk: at91: remove useless includesAlexandre Belloni2016-02-171-2/+0
* clk: at91: make use of syscon/regmap internallyBoris Brezillon2016-02-171-56/+79
* clk: at91: modify PMC peripheral clock to deal with newer register layoutNicolas Ferre2015-10-011-6/+14
* clk: at91: cleanup PMC header file for PCR register fieldsNicolas Ferre2015-10-011-4/+4
* clk: at91: Convert to clk_hw based provider APIsStephen Boyd2015-08-251-3/+3
* clk: at91: fix PERIPHERAL_MAX_SHIFT definitionBoris Brezillon2015-06-191-4/+4
* clk: at91: add PMC peripheral clocksBoris BREZILLON2013-12-021-0/+410