aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/clk-provider.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-21clk: fixed-factor: add fwname-based constructor functionsThéo Lebrun1-0/+14
2024-02-21clk: fixed-factor: add optional accuracy supportThéo Lebrun1-1/+11
2023-12-19clk: fixed-rate: fix clk_hw_register_fixed_rate_with_accuracy_parent_hwThéo Lebrun1-2/+2
2023-10-13clk: linux/clk-provider.h: fix kernel-doc warnings and typosRandy Dunlap1-7/+8
2023-08-22clk: Annotate struct clk_hw_onecell_data with __counted_byKees Cook1-1/+1
2023-06-26Merge branches 'clk-imx', 'clk-microchip', 'clk-cleanup', 'clk-bindings', 'clk-ti' and 'clk-kasprintf' into clk-nextStephen Boyd1-1/+1
2023-06-20clk: fix typo in clk_hw_register_fixed_rate_parent_data() macroClaudiu Beznea1-1/+1
2023-06-08clk: Introduce clk_hw_determine_rate_no_reparent()Stephen Boyd1-0/+2
2023-04-29Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-2/+19
2023-04-25Merge branch 'clk-imx' into clk-nextStephen Boyd1-1/+1
2023-04-25Merge branches 'clk-starfive', 'clk-fractional' and 'clk-devmof' into clk-nextStephen Boyd1-2/+0
2023-04-05clk: Remove mmask and nmask fields in struct clk_fractional_dividerChristophe JAILLET1-2/+0
2023-03-31clk: Introduce devm_clk_hw_register_gate_parent_data()Marek Vasut1-0/+19
2023-03-20clk: Add Sunplus SP7021 clock driverQin Jian1-0/+19
2023-03-09clk: Avoid invalid function names in CLK_OF_DECLARE()Nathan Chancellor1-2/+2
2023-03-06clk: Mark a fwnode as initialized when using CLK_OF_DECLARE() macroSaravana Kannan1-1/+7
2022-12-07clk: Store clk_core for clk_rate_requestMaxime Ripard1-0/+2
2022-10-14Merge branch 'clk-rate-range' into clk-nextStephen Boyd1-2/+16
2022-10-04Merge branches 'clk-fixed-rate', 'clk-spreadtrum', 'clk-pxa' and 'clk-ti' into clk-nextStephen Boyd1-7/+41
2022-10-04Merge branches 'clk-samsung', 'clk-mtk', 'clk-rm', 'clk-ast' and 'clk-qcom' into clk-nextStephen Boyd1-0/+14
2022-10-03clk: introduce (devm_)hw_register_mux_parent_data_table APIChristian Marangi1-0/+14
2022-09-30clk: Remove never used devm_of_clk_del_provider()Andy Shevchenko1-2/+2
2022-09-29clk: fixed-rate: add devm_clk_hw_register_fixed_rateDmitry Baryshkov1-8/+21
2022-09-29clk: asm9260: use parent index to link the reference clockDmitry Baryshkov1-0/+21
2022-09-15clk: Introduce the clk_hw_get_rate_range functionMaxime Ripard1-0/+2
2022-09-15clk: Stop forwarding clk_rate_requests to the parentMaxime Ripard1-0/+5
2022-09-15clk: Introduce clk_hw_init_rate_request()Maxime Ripard1-0/+6
2022-09-15clk: Mention that .recalc_rate can return 0 on errorMaxime Ripard1-2/+3
2022-08-02Merge branches 'clk-basic', 'clk-mtk', 'clk-devm-enable' and 'clk-ti-dt' into clk-nextStephen Boyd1-2/+34
2022-07-29clk: fixed-factor: Introduce *clk_hw_register_fixed_factor_parent_hw()Marijn Suijten1-0/+8
2022-07-29clk: mux: Introduce devm_clk_hw_register_mux_parent_hws()Marijn Suijten1-0/+7
2022-07-29clk: divider: Introduce devm_clk_hw_register_divider_parent_hw()Marijn Suijten1-0/+19
2022-06-22clk: Remove never used devm_clk_*unregister()Andy Shevchenko1-2/+0
2022-03-29Merge branches 'clk-mvebu', 'clk-const', 'clk-imx' and 'clk-rockchip' into clk-nextStephen Boyd1-6/+6
2022-03-18clk: fixed-factor: Introduce devm_clk_hw_register_fixed_factor_index()Marek Vasut1-0/+3
2022-02-25clk: mux: Declare u32 *table parameter as constJonathan Neuschäfer1-6/+6
2021-12-08clk: gate: Add devm_clk_hw_register_gate()Horatiu Vultur1-0/+23
2021-09-01Merge branch 'clk-frac-divider' into clk-nextStephen Boyd1-3/+9
2021-08-12clk: fractional-divider: Introduce POWER_OF_TWO_PS flagAndy Shevchenko1-0/+7
2021-08-12clk: fractional-divider: Hide clk_fractional_divider_ops from wide audienceAndy Shevchenko1-1/+0
2021-08-05clk: Align provider-specific CLK_* bit definitionsGeert Uytterhoeven1-5/+5
2021-06-30clk: divider: Add re-usable determine_rate implementationsMartin Blumenstingl1-0/+6
2021-04-07clk: divider: add devm_clk_hw_register_dividerDmitry Baryshkov1-0/+17
2021-04-07clk: mux: provide devm_clk_hw_register_mux()Dmitry Baryshkov1-0/+13
2021-02-14clk: fixed: add devm helper for clk_hw_register_fixed_factor()Daniel Palmer1-1/+3
2020-12-20Merge branches 'clk-amlogic', 'clk-rockchip', 'clk-of', 'clk-freescale' and 'clk-unused' into clk-nextStephen Boyd1-0/+34
2020-12-07clk: divider: add devm_clk_hw_register_divider_table()Michael Walle1-0/+27
2020-12-07clk: composite: add devm_clk_hw_register_composite_pdata()Michael Walle1-0/+7
2020-11-14clk: add api to get clk consumer from clk_hwJerome Brunet1-0/+5
2020-08-03Merge branches 'clk-microchip', 'clk-mmp', 'clk-unused' and 'clk-at91' into clk-nextStephen Boyd1-1/+0