aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-fractional-divider.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2019-05-07Merge branch 'clk-ti' into clk-nextStephen Boyd1-1/+1
2019-04-26clk: Remove CLK_IS_BASIC clk flagStephen Boyd1-1/+1
2019-04-23clk: core: replace clk_{readl,writel} with {readl,writel}Jonas Gorski1-2/+2
2019-04-23clk: fractional-divider: add explicit big endian supportJonas Gorski1-3/+19
2019-02-22clk: fractional-divider: check parent rate only if flag is setKatsuhiro Suzuki1-1/+1
2018-12-14Merge branches 'clk-imx7ulp', 'clk-imx6-fixes', 'clk-imx-fixes', 'clk-imx8qxp' and 'clk-imx8mq' into clk-nextStephen Boyd1-0/+10
2018-12-11clk: Tag basic clk types with SPDXStephen Boyd1-4/+1
2018-12-03clk: fractional-divider: add CLK_FRAC_DIVIDER_ZERO_BASED flag supportA.s. Dong1-0/+10
2017-08-08clk: fractional-divider: allow overriding of approximationElaine Zhang1-8/+20
2016-04-19clk: fractional-divider: Add hw based registration APIsStephen Boyd1-5/+35
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang1-2/+0
2015-10-02clk: fractional-divider: switch to rational best approximationAndy Shevchenko1-15/+26
2015-10-02clk: fractional-divider: keep mwidth and nwidth internallyAndy Shevchenko1-2/+4
2015-10-02clk: fractional-divider: rename prate -> parent_rateAndy Shevchenko1-5/+5
2015-07-28clk: basic-type: Silence warnings about lock imbalancesStephen Boyd1-0/+8
2015-05-14clk: basic-types: Remove useless allocation failure printksStephen Boyd1-3/+1
2015-03-12clk: fractional-divider: support for divider bypassingHeikki Krogerus1-0/+3
2014-09-10clk: fractional-divider: cast parent_rate to u64 before multiplyingHeiko Stübner1-1/+1
2014-05-20clk: new basic clk type for fractional dividerHeikki Krogerus1-0/+135