aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/clk-axi-clkgen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-08clk: axi-clkgen: Switch to determine_rateMaxime Ripard1-6/+8
2023-04-10clk: axi-clkgen: Use managed `of_clk_add_hw_provider()`Lars-Peter Clausen1-8/+2
2023-03-28clk: axi-clkgen: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2021-02-08clk: axi-clkgen: use devm_platform_ioremap_resource() short-handAlexandru Ardelean1-3/+1
2021-02-08clk: clk-axiclkgen: add ZynqMP PFD and VCO limitsAlexandru Ardelean1-0/+11
2020-12-17clk: axi-clkgen: move the OF table at the bottom of the fileAlexandru Ardelean1-9/+9
2020-12-17clk: axi-clkgen: wrap limits in a struct and keep copy on the state objectAlexandru Ardelean1-17/+31
2020-10-13clk: axi-clkgen: Set power bits for fractional modeLars-Peter Clausen1-0/+7
2020-10-13clk: axi-clkgen: Add support for fractional dividersLars-Peter Clausen1-51/+129
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner1-3/+1
2017-12-21clk: axi-clkgen: Round closest in round_rate() and recalc_rate()Lars-Peter Clausen1-3/+7
2017-12-21clk: axi-clkgen: Correctly handle nocount bit in recalc_rate()Lars-Peter Clausen1-5/+24
2016-08-24clk: axi-clkgen: Migrate to clk_hw based OF and registration APIsStephen Boyd1-6/+6
2016-01-29clk: axi-clkgen: Remove sometimes impossible checkStephen Boyd1-4/+1
2016-01-29clk: axi-clkgen: Add multi-parent supportLars-Peter Clausen1-6/+34
2016-01-29clk: axi-clkgen: Remove version 1 supportLars-Peter Clausen1-121/+4
2015-07-20clk: axi-clkgen: Remove clk.h includeStephen Boyd1-1/+0
2014-09-25clk: Remove .owner field for driverKiran Padwal1-1/+0
2014-02-26clk: axi-clkgen: Add support for v2Lars-Peter Clausen1-43/+269
2013-03-19clk: Add axi-clkgen driverLars-Peter Clausen1-0/+331