summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-fractional-divider.c
AgeCommit message (Expand)AuthorLines
2017-08-08clk: fractional-divider: allow overriding of approximationElaine Zhang-8/+20
2016-04-19clk: fractional-divider: Add hw based registration APIsStephen Boyd-5/+35
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang-2/+0
2015-10-02clk: fractional-divider: switch to rational best approximationAndy Shevchenko-15/+26
2015-10-02clk: fractional-divider: keep mwidth and nwidth internallyAndy Shevchenko-2/+4
2015-10-02clk: fractional-divider: rename prate -> parent_rateAndy Shevchenko-5/+5
2015-07-28clk: basic-type: Silence warnings about lock imbalancesStephen Boyd-0/+8
2015-05-14clk: basic-types: Remove useless allocation failure printksStephen Boyd-3/+1
2015-03-12clk: fractional-divider: support for divider bypassingHeikki Krogerus-0/+3
2014-09-10clk: fractional-divider: cast parent_rate to u64 before multiplyingHeiko Stübner-1/+1
2014-05-20clk: new basic clk type for fractional dividerHeikki Krogerus-0/+135