aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/mmp/clk-frac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 2)Thomas Gleixner1-4/+1
2020-05-27clk: mmp: frac: Allow setting bits other than the numerator/denominatorLubomir Rintel1-0/+3
2020-05-27clk: mmp: frac: Do not lose last 4 digits of precisionLubomir Rintel1-8/+16
2019-12-23clk: let init callback return an error codeJerome Brunet1-1/+3
2019-06-07clk: mmp: frac: Remove set but not used variable 'prev_rate'YueHaibing1-2/+1
2017-11-15Merge branch 'clk-cleanup' into clk-nextStephen Boyd1-3/+1
2017-11-13clk: mmp: Delete error messages for failed memory allocationsMarkus Elfring1-3/+1
2017-11-01clk: mmp: make clk_ops constBhumika Goyal1-1/+1
2014-12-11clk: mmp: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-11-12clk: mmp: move definiton of mmp_clk_frac to clk.hChao Xie1-8/+0
2014-11-12clk: mmp: add init callback for clk-fracChao Xie1-0/+40
2014-11-12clk: mmp: add spin lock for clk-fracChao Xie1-1/+10
2014-11-12clk: mmp: add prefix "mmp" for structures defined for clk-fracChao Xie1-11/+12
2014-03-26clk: mmp: try to use closer one when do round rateChao Xie1-3/+7
2014-03-26clk: mmp: fix the wrong calculation formulaChao Xie1-5/+5
2014-03-26clk: mmp: fix wrong mask when calculate denominatorChao Xie1-1/+1
2012-08-28clk: mmp: add mmp specific clocksChao Xie1-0/+153