summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-fractional-divider.c
Commit message (Expand)AuthorAgeFilesLines
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* Merge branch 'clk-ti' into clk-nextStephen Boyd2019-05-071-1/+1
|\
| * clk: Remove CLK_IS_BASIC clk flagStephen Boyd2019-04-261-1/+1
* | clk: core: replace clk_{readl,writel} with {readl,writel}Jonas Gorski2019-04-231-2/+2
* | clk: fractional-divider: add explicit big endian supportJonas Gorski2019-04-231-3/+19
|/
* clk: fractional-divider: check parent rate only if flag is setKatsuhiro Suzuki2019-02-221-1/+1
*-. Merge branches 'clk-imx7ulp', 'clk-imx6-fixes', 'clk-imx-fixes', 'clk-imx8qxp...Stephen Boyd2018-12-141-0/+10
|\ \
| * | clk: fractional-divider: add CLK_FRAC_DIVIDER_ZERO_BASED flag supportA.s. Dong2018-12-031-0/+10
| |/
* / clk: Tag basic clk types with SPDXStephen Boyd2018-12-111-4/+1Star
|/
* clk: fractional-divider: allow overriding of approximationElaine Zhang2017-08-081-8/+20
* clk: fractional-divider: Add hw based registration APIsStephen Boyd2016-04-201-5/+35
* clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang2016-01-291-2/+0Star
* clk: fractional-divider: switch to rational best approximationAndy Shevchenko2015-10-021-15/+26
* clk: fractional-divider: keep mwidth and nwidth internallyAndy Shevchenko2015-10-021-2/+4
* clk: fractional-divider: rename prate -> parent_rateAndy Shevchenko2015-10-021-5/+5
* clk: basic-type: Silence warnings about lock imbalancesStephen Boyd2015-07-281-0/+8
* clk: basic-types: Remove useless allocation failure printksStephen Boyd2015-05-151-3/+1Star
* clk: fractional-divider: support for divider bypassingHeikki Krogerus2015-03-121-0/+3
* clk: fractional-divider: cast parent_rate to u64 before multiplyingHeiko Stübner2014-09-101-1/+1
* clk: new basic clk type for fractional dividerHeikki Krogerus2014-05-201-0/+135