aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi-ng/ccu_nkmp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-04clk: sunxi-ng: nkmp: Explain why zero width check is neededJernej Skrabec1-0/+6
2019-04-03clk: sunxi-ng: nkmp: Avoid GENMASK(-1, 0)Jernej Skrabec1-5/+13
2018-08-27clk: sunxi-ng: nkmp: Add constraint for maximum rateJernej Skrabec1-0/+7
2018-03-18clk: sunxi-ng: Support fixed post-dividers on NKMP style clocksIcenowy Zheng1-3/+17
2018-02-15clk: sunxi-ng: Use u64 for calculation of nkmp rateJernej Skrabec1-3/+18
2018-02-15clk: sunxi-ng: Mask nkmp factors when setting registerJernej Skrabec1-9/+12
2017-04-21Merge tag 'sunxi-clk-for-4.12-2' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into HEADStephen Boyd1-4/+4
2017-04-13clk: sunxi-ng: Fix round_rate/set_rate multiplier minimum mismatchChen-Yu Tsai1-2/+2
2017-04-13clk: sunxi-ng: use 1 as fallback for minimum multiplierChen-Yu Tsai1-2/+2
2017-03-20clk: sunxi-ng: fix recalc_rate formula of NKMP clocksIcenowy Zheng1-1/+1
2017-01-23clk: sunxi-ng: Implement multiplier maximumMaxime Ripard1-4/+4
2017-01-23clk: sunxi-ng: Implement factors offsetsMaxime Ripard1-4/+13
2016-10-25clk: sunxi-ng: Implement minimum for multipliersMaxime Ripard1-2/+2
2016-10-25clk: sunxi-ng: Add minimums for all the relevant structures and clocksMaxime Ripard1-8/+16
2016-10-25clk: sunxi-ng: Remove the use of rational computationsMaxime Ripard1-19/+18
2016-09-10clk: sunxi-ng: div: Allow to set a maximumMaxime Ripard1-11/+10
2016-07-08clk: sunxi-ng: Add N-K-M-P factor clockMaxime Ripard1-0/+167