summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-axi-clkgen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* clk: axi-clkgen: use devm_platform_ioremap_resource() short-handAlexandru Ardelean2021-02-091-3/+1
* clk: clk-axiclkgen: add ZynqMP PFD and VCO limitsAlexandru Ardelean2021-02-091-0/+11
* clk: axi-clkgen: move the OF table at the bottom of the fileAlexandru Ardelean2020-12-171-9/+9
* clk: axi-clkgen: wrap limits in a struct and keep copy on the state objectAlexandru Ardelean2020-12-171-17/+31
* clk: axi-clkgen: Set power bits for fractional modeLars-Peter Clausen2020-10-141-0/+7
* clk: axi-clkgen: Add support for fractional dividersLars-Peter Clausen2020-10-141-51/+129
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-301-3/+1
* clk: axi-clkgen: Round closest in round_rate() and recalc_rate()Lars-Peter Clausen2017-12-221-3/+7
* clk: axi-clkgen: Correctly handle nocount bit in recalc_rate()Lars-Peter Clausen2017-12-221-5/+24
* clk: axi-clkgen: Migrate to clk_hw based OF and registration APIsStephen Boyd2016-08-251-6/+6
* clk: axi-clkgen: Remove sometimes impossible checkStephen Boyd2016-01-301-4/+1
* clk: axi-clkgen: Add multi-parent supportLars-Peter Clausen2016-01-301-6/+34
* clk: axi-clkgen: Remove version 1 supportLars-Peter Clausen2016-01-301-121/+4
* clk: axi-clkgen: Remove clk.h includeStephen Boyd2015-07-201-1/+0
* clk: Remove .owner field for driverKiran Padwal2014-09-261-1/+0
* clk: axi-clkgen: Add support for v2Lars-Peter Clausen2014-02-271-43/+269
* clk: Add axi-clkgen driverLars-Peter Clausen2013-03-201-0/+331