Age | Commit message (Expand) | Author | Files | Lines |
2023-08-22 | clk: Annotate struct clk_hw_onecell_data with __counted_by | Kees Cook | 1 | -1/+1 |
2023-06-26 | Merge branches 'clk-imx', 'clk-microchip', 'clk-cleanup', 'clk-bindings', 'cl... | Stephen Boyd | 1 | -1/+1 |
2023-06-20 | clk: fix typo in clk_hw_register_fixed_rate_parent_data() macro | Claudiu Beznea | 1 | -1/+1 |
2023-06-09 | clk: Introduce clk_hw_determine_rate_no_reparent() | Stephen Boyd | 1 | -0/+2 |
2023-04-30 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -2/+19 |
2023-04-25 | Merge branch 'clk-imx' into clk-next | Stephen Boyd | 1 | -1/+1 |
2023-04-25 | Merge branches 'clk-starfive', 'clk-fractional' and 'clk-devmof' into clk-next | Stephen Boyd | 1 | -2/+0 |
2023-04-05 | clk: Remove mmask and nmask fields in struct clk_fractional_divider | Christophe JAILLET | 1 | -2/+0 |
2023-03-31 | clk: Introduce devm_clk_hw_register_gate_parent_data() | Marek Vasut | 1 | -0/+19 |
2023-03-21 | clk: Add Sunplus SP7021 clock driver | Qin Jian | 1 | -0/+19 |
2023-03-10 | clk: Avoid invalid function names in CLK_OF_DECLARE() | Nathan Chancellor | 1 | -2/+2 |
2023-03-06 | clk: Mark a fwnode as initialized when using CLK_OF_DECLARE() macro | Saravana Kannan | 1 | -1/+7 |
2022-12-08 | clk: Store clk_core for clk_rate_request | Maxime Ripard | 1 | -0/+2 |
2022-10-14 | Merge branch 'clk-rate-range' into clk-next | Stephen Boyd | 1 | -2/+16 |
2022-10-04 | Merge branches 'clk-fixed-rate', 'clk-spreadtrum', 'clk-pxa' and 'clk-ti' int... | Stephen Boyd | 1 | -7/+41 |
2022-10-04 | Merge branches 'clk-samsung', 'clk-mtk', 'clk-rm', 'clk-ast' and 'clk-qcom' i... | Stephen Boyd | 1 | -0/+14 |
2022-10-04 | clk: introduce (devm_)hw_register_mux_parent_data_table API | Christian Marangi | 1 | -0/+14 |
2022-10-01 | clk: Remove never used devm_of_clk_del_provider() | Andy Shevchenko | 1 | -2/+2 |
2022-09-30 | clk: fixed-rate: add devm_clk_hw_register_fixed_rate | Dmitry Baryshkov | 1 | -8/+21 |
2022-09-30 | clk: asm9260: use parent index to link the reference clock | Dmitry Baryshkov | 1 | -0/+21 |
2022-09-15 | clk: Introduce the clk_hw_get_rate_range function | Maxime Ripard | 1 | -0/+2 |
2022-09-15 | clk: Stop forwarding clk_rate_requests to the parent | Maxime Ripard | 1 | -0/+5 |
2022-09-15 | clk: Introduce clk_hw_init_rate_request() | Maxime Ripard | 1 | -0/+6 |
2022-09-15 | clk: Mention that .recalc_rate can return 0 on error | Maxime Ripard | 1 | -2/+3 |
2022-08-02 | Merge branches 'clk-basic', 'clk-mtk', 'clk-devm-enable' and 'clk-ti-dt' into... | Stephen Boyd | 1 | -2/+34 |
2022-07-30 | clk: fixed-factor: Introduce *clk_hw_register_fixed_factor_parent_hw() | Marijn Suijten | 1 | -0/+8 |
2022-07-30 | clk: mux: Introduce devm_clk_hw_register_mux_parent_hws() | Marijn Suijten | 1 | -0/+7 |
2022-07-30 | clk: divider: Introduce devm_clk_hw_register_divider_parent_hw() | Marijn Suijten | 1 | -0/+19 |
2022-06-23 | clk: Remove never used devm_clk_*unregister() | Andy Shevchenko | 1 | -2/+0 |
2022-03-29 | Merge branches 'clk-mvebu', 'clk-const', 'clk-imx' and 'clk-rockchip' into cl... | Stephen Boyd | 1 | -6/+6 |
2022-03-19 | clk: fixed-factor: Introduce devm_clk_hw_register_fixed_factor_index() | Marek Vasut | 1 | -0/+3 |
2022-02-26 | clk: mux: Declare u32 *table parameter as const | Jonathan Neuschäfer | 1 | -6/+6 |
2021-12-08 | clk: gate: Add devm_clk_hw_register_gate() | Horatiu Vultur | 1 | -0/+23 |
2021-09-02 | Merge branch 'clk-frac-divider' into clk-next | Stephen Boyd | 1 | -3/+9 |
2021-08-12 | clk: fractional-divider: Introduce POWER_OF_TWO_PS flag | Andy Shevchenko | 1 | -0/+7 |
2021-08-12 | clk: fractional-divider: Hide clk_fractional_divider_ops from wide audience | Andy Shevchenko | 1 | -1/+0 |
2021-08-06 | clk: Align provider-specific CLK_* bit definitions | Geert Uytterhoeven | 1 | -5/+5 |
2021-06-30 | clk: divider: Add re-usable determine_rate implementations | Martin Blumenstingl | 1 | -0/+6 |
2021-04-07 | clk: divider: add devm_clk_hw_register_divider | Dmitry Baryshkov | 1 | -0/+17 |
2021-04-07 | clk: mux: provide devm_clk_hw_register_mux() | Dmitry Baryshkov | 1 | -0/+13 |
2021-02-14 | clk: fixed: add devm helper for clk_hw_register_fixed_factor() | Daniel Palmer | 1 | -1/+3 |
2020-12-21 | Merge branches 'clk-amlogic', 'clk-rockchip', 'clk-of', 'clk-freescale' and '... | Stephen Boyd | 1 | -0/+34 |
2020-12-08 | clk: divider: add devm_clk_hw_register_divider_table() | Michael Walle | 1 | -0/+27 |
2020-12-08 | clk: composite: add devm_clk_hw_register_composite_pdata() | Michael Walle | 1 | -0/+7 |
2020-11-14 | clk: add api to get clk consumer from clk_hw | Jerome Brunet | 1 | -0/+5 |
2020-08-04 | Merge branches 'clk-microchip', 'clk-mmp', 'clk-unused' and 'clk-at91' into c... | Stephen Boyd | 1 | -1/+0 |
2020-08-03 | clk: drop unused function __clk_get_flags | Julia Lawall | 1 | -1/+0 |
2020-07-21 | clk: <linux/clk-provider.h>: drop a duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-03-26 | clk: Pass correct arguments to __clk_hw_register_gate() | Stephen Boyd | 1 | -5/+5 |
2020-02-01 | Merge branches 'clk-imx', 'clk-ti', 'clk-xilinx', 'clk-nvidia', 'clk-qcom', '... | Stephen Boyd | 1 | -0/+13 |