aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/at91/clk-pll.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-26clk: at91: re-factor clocks suspend/resumeClaudiu Beznea1-0/+39
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-10-18Merge branches 'clk-actions-reset', 'clk-imx7-init-critical', 'clk-mmp2-ids' and 'clk-at91-pmc-rework' into clk-nextStephen Boyd1-182/+5
2018-10-17clk: at91: move DT compatibility code to its own fileAlexandre Belloni1-163/+0
2018-10-17clk: at91: allow clock registration from C codeAlexandre Belloni1-19/+5
2018-10-16clk: at91: Fix division by zero in PLL recalc_rate()Ronald Wahl1-0/+3
2018-05-15clk: at91: PLL recalc_rate() now using cached MUL and DIV valuesMarcin Ziemianowicz1-12/+1
2017-04-21clk: at91: Use kcalloc() in of_at91_clk_pll_get_characteristics()Markus Elfring1-3/+3
2016-09-14clk: at91: Migrate to clk_hw based registration and OF APIsStephen Boyd1-9/+12
2016-02-17clk: at91: remove IRQ handling and use pollingAlexandre Belloni1-43/+4
2016-02-17clk: at91: make use of syscon/regmap internallyBoris Brezillon1-49/+70
2015-07-11Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-2/+6
2015-07-02clk: at91: do not leak resourcesDavid Dueck1-2/+6
2015-06-19clk: at91: pll: fix input range validity checkBoris Brezillon1-2/+10
2014-09-02clk: at91: fix recalc_rate implementation of PLL driverBoris BREZILLON1-8/+3
2014-09-02clk: at91: rework PLL rate calculationBoris BREZILLON1-70/+77
2014-09-02clk: at91: fix PLL_MAX_COUNT macro definitionBoris BREZILLON1-1/+1
2013-12-02clk: at91: add PMC master clockBoris BREZILLON1-8/+2
2013-12-02clk: at91: add PMC pll clocksBoris BREZILLON1-0/+537