summaryrefslogtreecommitdiff
path: root/include/linux/clk-provider.h
AgeCommit message (Expand)Author
2022-10-14Merge branch 'clk-rate-range' into clk-nextStephen Boyd
2022-10-04Merge branches 'clk-fixed-rate', 'clk-spreadtrum', 'clk-pxa' and 'clk-ti' int...Stephen Boyd
2022-10-04Merge branches 'clk-samsung', 'clk-mtk', 'clk-rm', 'clk-ast' and 'clk-qcom' i...Stephen Boyd
2022-10-03clk: introduce (devm_)hw_register_mux_parent_data_table APIChristian Marangi
2022-09-30clk: Remove never used devm_of_clk_del_provider()Andy Shevchenko
2022-09-29clk: fixed-rate: add devm_clk_hw_register_fixed_rateDmitry Baryshkov
2022-09-29clk: asm9260: use parent index to link the reference clockDmitry Baryshkov
2022-09-15clk: Introduce the clk_hw_get_rate_range functionMaxime Ripard
2022-09-15clk: Stop forwarding clk_rate_requests to the parentMaxime Ripard
2022-09-15clk: Introduce clk_hw_init_rate_request()Maxime Ripard
2022-09-15clk: Mention that .recalc_rate can return 0 on errorMaxime Ripard
2022-08-02Merge branches 'clk-basic', 'clk-mtk', 'clk-devm-enable' and 'clk-ti-dt' into...Stephen Boyd
2022-07-29clk: fixed-factor: Introduce *clk_hw_register_fixed_factor_parent_hw()Marijn Suijten
2022-07-29clk: mux: Introduce devm_clk_hw_register_mux_parent_hws()Marijn Suijten
2022-07-29clk: divider: Introduce devm_clk_hw_register_divider_parent_hw()Marijn Suijten
2022-06-22clk: Remove never used devm_clk_*unregister()Andy Shevchenko
2022-03-29Merge branches 'clk-mvebu', 'clk-const', 'clk-imx' and 'clk-rockchip' into cl...Stephen Boyd
2022-03-18clk: fixed-factor: Introduce devm_clk_hw_register_fixed_factor_index()Marek Vasut
2022-02-25clk: mux: Declare u32 *table parameter as constJonathan Neuschäfer
2021-12-08clk: gate: Add devm_clk_hw_register_gate()Horatiu Vultur
2021-09-01Merge branch 'clk-frac-divider' into clk-nextStephen Boyd
2021-08-12clk: fractional-divider: Introduce POWER_OF_TWO_PS flagAndy Shevchenko
2021-08-12clk: fractional-divider: Hide clk_fractional_divider_ops from wide audienceAndy Shevchenko
2021-08-05clk: Align provider-specific CLK_* bit definitionsGeert Uytterhoeven
2021-06-30clk: divider: Add re-usable determine_rate implementationsMartin Blumenstingl
2021-04-07clk: divider: add devm_clk_hw_register_dividerDmitry Baryshkov
2021-04-07clk: mux: provide devm_clk_hw_register_mux()Dmitry Baryshkov
2021-02-14clk: fixed: add devm helper for clk_hw_register_fixed_factor()Daniel Palmer
2020-12-20Merge branches 'clk-amlogic', 'clk-rockchip', 'clk-of', 'clk-freescale' and '...Stephen Boyd
2020-12-07clk: divider: add devm_clk_hw_register_divider_table()Michael Walle
2020-12-07clk: composite: add devm_clk_hw_register_composite_pdata()Michael Walle
2020-11-14clk: add api to get clk consumer from clk_hwJerome Brunet
2020-08-03Merge branches 'clk-microchip', 'clk-mmp', 'clk-unused' and 'clk-at91' into c...Stephen Boyd
2020-08-03clk: drop unused function __clk_get_flagsJulia Lawall
2020-07-20clk: <linux/clk-provider.h>: drop a duplicated wordRandy Dunlap
2020-03-25clk: Pass correct arguments to __clk_hw_register_gate()Stephen Boyd
2020-01-31Merge branches 'clk-imx', 'clk-ti', 'clk-xilinx', 'clk-nvidia', 'clk-qcom', '...Stephen Boyd
2020-01-31Merge branches 'clk-debugfs-danger', 'clk-basic-hw', 'clk-renesas', 'clk-amlo...Stephen Boyd
2020-01-28clk: composite: add _register_composite_pdata() variantsMichael Walle
2020-01-07clk: divider: Add support for specifying parents via DT/pointersStephen Boyd
2020-01-06clk: gate: Add support for specifying parents via DT/pointersStephen Boyd
2020-01-06clk: mux: Add support for specifying parents via DT/pointersStephen Boyd
2020-01-06clk: fixed-rate: Document that accuracy isn't a rateStephen Boyd
2020-01-06clk: fixed-rate: Add clk flags for parent accuracyStephen Boyd
2020-01-05clk: fixed-rate: Add support for specifying parents via DT/pointersStephen Boyd
2020-01-05clk: fixed-rate: Document accuracy memberStephen Boyd
2020-01-05clk: fixed-rate: Move to_clk_fixed_rate() to C fileStephen Boyd
2020-01-05clk: fixed-rate: Remove clk_register_fixed_rate_with_accuracy()Stephen Boyd
2020-01-05clk: gpio: Use DT way of specifying parentsStephen Boyd
2019-12-23clk: add terminate callback to clk_opsJerome Brunet