summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mmp/clk-frac.c
Commit message (Expand)AuthorAgeFilesLines
* clk: mmp: frac: Allow setting bits other than the numerator/denominatorLubomir Rintel2020-05-271-0/+3
* clk: mmp: frac: Do not lose last 4 digits of precisionLubomir Rintel2020-05-271-8/+16
* clk: let init callback return an error codeJerome Brunet2019-12-231-1/+3
* clk: mmp: frac: Remove set but not used variable 'prev_rate'YueHaibing2019-06-071-2/+1
* Merge branch 'clk-cleanup' into clk-nextStephen Boyd2017-11-151-3/+1
|\
| * clk: mmp: Delete error messages for failed memory allocationsMarkus Elfring2017-11-131-3/+1
* | clk: mmp: make clk_ops constBhumika Goyal2017-11-011-1/+1
|/
* clk: mmp: fix sparse non static symbol warningWei Yongjun2014-12-111-1/+1
* clk: mmp: move definiton of mmp_clk_frac to clk.hChao Xie2014-11-121-8/+0
* clk: mmp: add init callback for clk-fracChao Xie2014-11-121-0/+40
* clk: mmp: add spin lock for clk-fracChao Xie2014-11-121-1/+10
* clk: mmp: add prefix "mmp" for structures defined for clk-fracChao Xie2014-11-121-11/+12
* clk: mmp: try to use closer one when do round rateChao Xie2014-03-261-3/+7
* clk: mmp: fix the wrong calculation formulaChao Xie2014-03-261-5/+5
* clk: mmp: fix wrong mask when calculate denominatorChao Xie2014-03-261-1/+1
* clk: mmp: add mmp specific clocksChao Xie2012-08-281-0/+153