summaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91/clk-main.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'clk-qcom' and 'clk-microchip' into clk-nextStephen Boyd2023-06-261-10/+22
|\ \
| | * clk: at91: clk-main: add support for parent_data/parent_hwClaudiu Beznea2023-06-211-10/+22
| |/
* / clk: at91: main: Add a determine_rate hookMaxime Ripard2023-06-081-0/+1
|/
* clk: at91: re-factor clocks suspend/resumeClaudiu Beznea2021-10-261-0/+66
* clk: at91: clk-main: update key before writing AT91_CKGR_MORClaudiu Beznea2020-10-131-3/+8
* clk: at91: replace conditional operator with double logical notClaudiu Beznea2020-07-241-3/+3
* clk: at91: avoid sleeping earlyAlexandre Belloni2019-10-281-1/+4
* clk: at91: select parent if main oscillator or bypass is enabledEugen Hristev2019-09-161-3/+7
* clk: at91: fix update bit maps on CFG_MOR writeEugen Hristev2019-09-161-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* clk: at91: move DT compatibility code to its own fileAlexandre Belloni2018-10-171-104/+0
* clk: at91: allow clock registration from C codeAlexandre Belloni2018-10-171-4/+4
* clk: at91: Migrate to clk_hw based registration and OF APIsStephen Boyd2016-09-141-36/+52
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2016-03-231-3/+3
|\
| * clk: at91: Remove CLK_IS_ROOTStephen Boyd2016-03-021-1/+1
| * clk: at91: Remove impossible checks for of_clk_get_parent_count()Stephen Boyd2016-02-261-2/+2
* | clk: at91: remove IRQ handling and use pollingAlexandre Belloni2016-02-171-123/+15
* | clk: at91: make use of syscon/regmap internallyBoris Brezillon2016-02-171-89/+159
|/
* clk: at91: make use of of_clk_parent_fill helper functionDinh Nguyen2015-07-281-6/+1
* clk: at91: do not leak resourcesDavid Dueck2015-07-021-1/+3
* clk: at91: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven2015-06-041-1/+1
* clk: at91: main: warn when the main crystal frequency is not setAlexandre Belloni2014-07-021-0/+1
* clk: at91: rework main clk implementationBoris BREZILLON2014-05-071-63/+514
* clk: at91: add PMC main clockBoris BREZILLON2013-12-021-0/+187