aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk-fixed-factor.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-21clk: fixed-factor: add fwname-based constructor functionsGravatar Théo Lebrun 1-14/+71
2024-02-21clk: fixed-factor: add optional accuracy supportGravatar Théo Lebrun 1-7/+21
2023-03-28clk: fixed-factor: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2022-07-29clk: fixed-factor: Introduce *clk_hw_register_fixed_factor_parent_hw()Gravatar Marijn Suijten 1-5/+40
2022-06-09clk: fixed: Remove Allwinner A10 special-case logicGravatar Samuel Holland 1-10/+1
2022-03-18clk: fixed-factor: Introduce devm_clk_hw_register_fixed_factor_index()Gravatar Marek Vasut 1-0/+22
2021-04-07clk: fixed: fix double free in resource managed fixed-factor clockGravatar Dmitry Baryshkov 1-1/+8
2021-02-14clk: fixed: add devm helper for clk_hw_register_fixed_factor()Gravatar Daniel Palmer 1-6/+33
2020-09-22clk: fixed: add missing kerneldocGravatar Krzysztof Kozlowski 1-0/+1
2019-05-07Merge branch 'clk-parent-rewrite-1' into clk-nextGravatar Stephen Boyd 1-21/+34
2019-04-26clk: Remove CLK_IS_BASIC clk flagGravatar Stephen Boyd 1-1/+1
2019-04-23clk: fixed-factor: Initialize clk_init_data on stackGravatar Stephen Boyd 1-1/+1
2019-04-19clk: fixed-factor: Let clk framework find parentGravatar Stephen Boyd 1-20/+33
2018-12-14Merge branch 'clk-fixes' into clk-nextGravatar Stephen Boyd 1-0/+1
2018-12-11clk: Tag basic clk types with SPDXGravatar Stephen Boyd 1-6/+1
2018-11-06clk: fixed-factor: fix of_node_get-put imbalanceGravatar Ricardo Ribalda Delgado 1-0/+1
2018-08-30clk: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-4/+4
2018-07-25clk: clk-fixed-factor: Clear OF_POPULATED flag in case of failureGravatar Rajan Vaja 1-1/+8
2016-08-15clk: fixed-factor: Remove export symbol on setup functionGravatar Stephen Boyd 1-1/+0
2016-08-12clk: fixed-factor: Convert into a module platform driverGravatar Ricardo Ribalda Delgado 1-8/+65
2016-07-01clk: fixed-factor: Allow for a few clocks to change the parent rateGravatar Maxime Ripard 1-1/+10
2016-04-19clk: fixed-factor: Add hw based registration APIsGravatar Stephen Boyd 1-7/+35
2016-01-29clk: add clk_unregister_fixed_factor()Gravatar Masahiro Yamada 1-0/+13
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGravatar Geliang Tang 1-2/+0
2015-08-24clk: Convert basic types to clk_hw based provider APIsGravatar Stephen Boyd 1-2/+1
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Gravatar Stephen Boyd 1-1/+1
2015-06-10clk: fixed: Add comment to clk_fixed_set_rateGravatar Daniel Thompson 1-1/+7
2015-05-14clk: basic-types: Remove useless allocation failure printksGravatar Stephen Boyd 1-3/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2013-10-14clk: fixed-factor: Fix a trivial typoGravatar Ezequiel Garcia 1-1/+1
2013-08-16clk: export fixed-factor, gate & mux registrationGravatar Mike Turquette 1-0/+2
2013-04-12clk: add device tree fixed-factor-clock binding supportGravatar Gregory CLEMENT 1-0/+36
2013-01-11clk: fixed-factor: round_rate should use do_divGravatar Haojian Zhuang 1-1/+4
2012-07-11clk: Add CLK_IS_BASIC flag to identify basic clocksGravatar Rajendra Nayak 1-1/+1
2012-05-08clk: add a fixed factor clockGravatar Sascha Hauer 1-0/+95