| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-19 | clk: add a clk_hw helpers to get the clock device or device_node |  Jerome Brunet | 1 | -0/+12 |
| 2025-03-26 | Merge branches 'clk-parent', 'clk-renesas', 'clk-mediatek' and 'clk-cleanup' into clk-next |  Stephen Boyd | 1 | -1/+8 |
| 2025-03-04 | clk: Print an error when clk registration fails |  Stephen Boyd | 1 | -0/+7 |
| 2025-03-04 | clk: Correct the data types of the variables in clk_calc_new_rates |  Chuan Liu | 1 | -1/+1 |
| 2025-02-26 | clk: check for disabled clock-provider in of_clk_get_hw_from_clkspec() |  Heiko Stuebner | 1 | -0/+4 |
| 2025-01-21 | Merge branches 'clk-airoha', 'clk-rockchip', 'clk-stm', 'clk-thead' and 'clk-bcm' into clk-next |  Stephen Boyd | 1 | -1/+1 |
| 2024-12-10 | clk: fix an OF node reference leak in of_clk_get_parent_name() |  Joe Hattori | 1 | -1/+3 |
| 2024-12-02 | Revert "clk: Fix invalid execution of clk_set_rate" |  Johan Hovold | 1 | -1/+1 |
| 2024-11-18 | clk: Fix invalid execution of clk_set_rate |  Chuan Liu | 1 | -1/+1 |
| 2024-10-09 | clk: Remove unused clk_hw_rate_is_protected |  Dr. David Alan Gilbert | 1 | -6/+0 |
| 2024-08-06 | clk: use clk_core_unlink_consumer() helper |  Nuno Sá | 1 | -1/+1 |
| 2024-08-02 | clk: Use of_property_present() |  Rob Herring (Arm) | 1 | -1/+1 |
| 2024-07-25 | of: remove internal arguments from of_property_for_each_u32() |  Luca Ceresoli | 1 | -7/+5 |
| 2024-04-07 | clk: Get runtime PM before walking tree for clk_summary |  Stephen Boyd | 1 | -2/+12 |
| 2024-04-07 | clk: Get runtime PM before walking tree during disable_unused |  Stephen Boyd | 1 | -12/+105 |
| 2024-04-07 | clk: Initialize struct clk_core kref earlier |  Stephen Boyd | 1 | -15/+13 |
| 2024-04-07 | clk: Don't hold prepare_lock when calling kref_put() |  Stephen Boyd | 1 | -7/+5 |
| 2024-04-07 | clk: Remove prepare_lock hold assertion in __clk_release() |  Stephen Boyd | 1 | -2/+0 |
| 2024-03-13 | Merge branches 'clk-samsung', 'clk-imx', 'clk-rockchip', 'clk-clkdev' and 'clk-rate-exclusive' into clk-next |  Stephen Boyd | 1 | -0/+19 |
| 2024-03-08 | clk: Fix clk_core_get NULL dereference |  Bryan O'Donoghue | 1 | -0/+3 |
| 2024-02-28 | clk: Add a devm variant of clk_rate_exclusive_get() |  Uwe Kleine-König | 1 | -0/+19 |
| 2023-10-30 | Merge branches 'clk-debugfs', 'clk-spreadtrum', 'clk-sifive', 'clk-counted' and 'clk-qcom' into clk-next |  Stephen Boyd | 1 | -11/+54 |
| 2023-10-23 | clk: Allow phase adjustment from debugfs |  John Keeping | 1 | -1/+30 |
| 2023-10-23 | clk: Show active consumers of clocks in debugfs |  Vishal Badole | 1 | -10/+24 |
| 2023-10-12 | clk: Sanitize possible_parent_show to Handle Return Value of of_clk_get_parent_name |  Alessandro Carminati | 1 | -9/+12 |
| 2023-06-26 | Merge branches 'clk-imx', 'clk-microchip', 'clk-cleanup', 'clk-bindings', 'clk-ti' and 'clk-kasprintf' into clk-next |  Stephen Boyd | 1 | -0/+1 |
| 2023-06-20 | clk: Fix memory leak in devm_clk_notifier_register() |  Fei Shao | 1 | -0/+1 |
| 2023-06-13 | clk: Fix best_parent_rate after moving code into a separate function |  Marek Szyprowski | 1 | -0/+1 |
| 2023-06-08 | clk: Forbid to register a mux without determine_rate |  Maxime Ripard | 1 | -0/+7 |
| 2023-06-08 | clk: nodrv: Add a determine_rate hook |  Maxime Ripard | 1 | -0/+7 |
| 2023-06-08 | clk: Introduce clk_hw_determine_rate_no_reparent() |  Stephen Boyd | 1 | -0/+19 |
| 2023-06-08 | clk: Move no reparent case into a separate function |  Stephen Boyd | 1 | -32/+43 |
| 2023-06-08 | clk: Export clk_hw_forward_rate_request() |  Maxime Ripard | 1 | -0/+1 |
| 2023-04-25 | Merge branches 'clk-cleanup', 'clk-aspeed', 'clk-dt', 'clk-renesas' and 'clk-skyworks' into clk-next |  Stephen Boyd | 1 | -4/+6 |
| 2023-03-29 | clk: Print an info line before disabling unused clocks |  Konrad Dybcio | 1 | -0/+2 |
| 2023-03-16 | clk: remove unnecessary (void*) conversions |  Yu Zhe | 1 | -2/+2 |
| 2023-03-14 | clk: Use of_property_present() for testing DT property presence |  Rob Herring | 1 | -2/+2 |
| 2023-02-25 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux |  Linus Torvalds | 1 | -0/+11 |
| 2023-02-10 | clk: Honor CLK_OPS_PARENT_ENABLE in clk_core_is_enabled() |  Chen-Yu Tsai | 1 | -0/+11 |
| 2023-01-13 | cpuidle, clk: Remove trace_.*_rcuidle() |  Peter Zijlstra | 1 | -4/+4 |
| 2022-12-12 | Merge branches 'clk-mediatek', 'clk-trace', 'clk-qcom' and 'clk-microchip' into clk-next |  Stephen Boyd | 1 | -0/+32 |
| 2022-12-07 | clk: Add trace events for rate requests |  Maxime Ripard | 1 | -0/+31 |
| 2022-12-07 | clk: Store clk_core for clk_rate_request |  Maxime Ripard | 1 | -0/+1 |
| 2022-10-27 | clk: Initialize max_rate in struct clk_rate_request |  Maxime Ripard | 1 | -0/+1 |
| 2022-10-27 | clk: Initialize the clk_rate_request even if clk_core is NULL |  Maxime Ripard | 1 | -1/+4 |
| 2022-10-27 | clk: Remove WARN_ON NULL parent in clk_core_init_rate_req() |  Maxime Ripard | 1 | -1/+1 |
| 2022-10-16 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux |  Linus Torvalds | 1 | -65/+221 |
| 2022-10-14 | Merge branch 'clk-rate-range' into clk-next |  Stephen Boyd | 1 | -65/+221 |
| 2022-10-10 | clk: Update req_rate on __clk_recalc_rates() |  Maxime Ripard | 1 | -28/+11 |
| 2022-10-08 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux |  Linus Torvalds | 1 | -29/+2 |