aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/sunxi-ng/ccu_nm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-09clk: sunxi-ng: nm: Support finding closest rateFrank Oltmanns1-8/+5
2023-01-08clk: sunxi-ng: Avoid computing the rate twiceSamuel Holland1-4/+5
2021-11-22clk: sunxi-ng: Export symbols used by CCU driversSamuel Holland1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2018-11-05clk: sunxi-ng: Use u64 for calculation of NM rateJernej Skrabec1-3/+15
2018-08-27clk: sunxi-ng: Add maximum rate constraint to NM PLLsJernej Skrabec1-0/+7
2018-03-02clk: sunxi-ng: Add check for minimal rate to NM PLLsJernej Skrabec1-0/+7
2017-12-08clk: sunxi-ng: Support fixed post-dividers on NM style clocksChen-Yu Tsai1-13/+37
2017-10-13clk: sunxi-ng: nm: Add support for sigma-delta modulationChen-Yu Tsai1-1/+21
2017-10-13clk: sunxi-ng: nm: Check if requested rate is supported by fractional clockChen-Yu Tsai1-0/+3
2017-08-01clk: sunxi-ng: Wait for lock when using fractional modeJernej Škrabec1-1/+2
2017-08-01clk: sunxi-ng: Fix fractional mode for N-M clocksJernej Škrabec1-2/+14
2017-04-13clk: sunxi-ng: Fix round_rate/set_rate multiplier minimum mismatchChen-Yu Tsai1-1/+1
2017-04-13clk: sunxi-ng: use 1 as fallback for minimum multiplierChen-Yu Tsai1-1/+1
2017-01-23clk: sunxi-ng: Implement multiplier maximumMaxime Ripard1-2/+2
2017-01-23clk: sunxi-ng: Implement factors offsetsMaxime Ripard1-3/+10
2016-10-25clk: sunxi-ng: Implement minimum for multipliersMaxime Ripard1-1/+1
2016-10-25clk: sunxi-ng: Add minimums for all the relevant structures and clocksMaxime Ripard1-4/+8
2016-10-25clk: sunxi-ng: Remove the use of rational computationsMaxime Ripard1-13/+41
2016-09-10clk: sunxi-ng: div: Allow to set a maximumMaxime Ripard1-6/+10
2016-07-08clk: sunxi-ng: Add N-M-factor clock supportMaxime Ripard1-0/+114