aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/clk-fractional-divider.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-08clk: fractional-divider: Use bit operations consistentlyAndy Shevchenko1-4/+4
2024-03-08clk: fractional-divider: Move mask calculations out of lockAndy Shevchenko1-3/+3
2023-10-12clk: fractional-divider: Improve approximation when zero based and exportFrank Oltmanns1-7/+20
2023-04-05clk: Compute masks for fractional_divider clk when needed.Christophe JAILLET1-5/+11
2022-11-22clk: fractional-divider: Regroup inclusionsAndy Shevchenko1-3/+4
2022-11-22clk: fractional-divider: Show numerator and denominator in debugfsAndy Shevchenko1-0/+36
2022-11-22clk: fractional-divider: Split out clk_fd_get_div() helperAndy Shevchenko1-6/+16
2022-03-11clk: cleanup commentsTom Rix1-1/+1
2021-08-12clk: fractional-divider: Document the arithmetics used behind the codeAndy Shevchenko1-1/+34
2021-08-12clk: fractional-divider: Introduce POWER_OF_TWO_PS flagAndy Shevchenko1-4/+6
2021-08-12clk: fractional-divider: Export approximation algorithm to the CCF usersAndy Shevchenko1-4/+7
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