| Commit message (Expand) | Author | Age | Files | Lines |
* | of: remove internal arguments from of_property_for_each_u32() | Luca Ceresoli | 2024-07-25 | 1 | -7/+5 |
* | clk: Get runtime PM before walking tree for clk_summary | Stephen Boyd | 2024-04-08 | 1 | -2/+12 |
* | clk: Get runtime PM before walking tree during disable_unused | Stephen Boyd | 2024-04-08 | 1 | -12/+105 |
* | clk: Initialize struct clk_core kref earlier | Stephen Boyd | 2024-04-08 | 1 | -15/+13 |
* | clk: Don't hold prepare_lock when calling kref_put() | Stephen Boyd | 2024-04-08 | 1 | -7/+5 |
* | clk: Remove prepare_lock hold assertion in __clk_release() | Stephen Boyd | 2024-04-08 | 1 | -2/+0 |
*-. | Merge branches 'clk-samsung', 'clk-imx', 'clk-rockchip', 'clk-clkdev' and 'cl... | Stephen Boyd | 2024-03-13 | 1 | -0/+19 |
|\ \ |
|
| | * | clk: Add a devm variant of clk_rate_exclusive_get() | Uwe Kleine-König | 2024-02-29 | 1 | -0/+19 |
| |/ |
|
* / | clk: Fix clk_core_get NULL dereference | Bryan O'Donoghue | 2024-03-09 | 1 | -0/+3 |
|/ |
|
*-. | Merge branches 'clk-debugfs', 'clk-spreadtrum', 'clk-sifive', 'clk-counted' a... | Stephen Boyd | 2023-10-30 | 1 | -11/+54 |
|\ \ |
|
| * | | clk: Allow phase adjustment from debugfs | John Keeping | 2023-10-24 | 1 | -1/+30 |
| * | | clk: Show active consumers of clocks in debugfs | Vishal Badole | 2023-10-24 | 1 | -10/+24 |
| |/ |
|
* / | clk: Sanitize possible_parent_show to Handle Return Value of of_clk_get_paren... | Alessandro Carminati | 2023-10-13 | 1 | -9/+12 |
|/ |
|
*-. | Merge branches 'clk-imx', 'clk-microchip', 'clk-cleanup', 'clk-bindings', 'cl... | Stephen Boyd | 2023-06-26 | 1 | -0/+1 |
|\ \ |
|
| | * | clk: Fix memory leak in devm_clk_notifier_register() | Fei Shao | 2023-06-20 | 1 | -0/+1 |
| |/ |
|
* | | clk: Fix best_parent_rate after moving code into a separate function | Marek Szyprowski | 2023-06-13 | 1 | -0/+1 |
* | | clk: Forbid to register a mux without determine_rate | Maxime Ripard | 2023-06-09 | 1 | -0/+7 |
* | | clk: nodrv: Add a determine_rate hook | Maxime Ripard | 2023-06-09 | 1 | -0/+7 |
* | | clk: Introduce clk_hw_determine_rate_no_reparent() | Stephen Boyd | 2023-06-09 | 1 | -0/+19 |
* | | clk: Move no reparent case into a separate function | Stephen Boyd | 2023-06-09 | 1 | -32/+43 |
* | | clk: Export clk_hw_forward_rate_request() | Maxime Ripard | 2023-06-09 | 1 | -0/+1 |
|/ |
|
*-. | Merge branches 'clk-cleanup', 'clk-aspeed', 'clk-dt', 'clk-renesas' and 'clk-... | Stephen Boyd | 2023-04-25 | 1 | -4/+6 |
|\ \ |
|
| | * | clk: Use of_property_present() for testing DT property presence | Rob Herring | 2023-03-15 | 1 | -2/+2 |
| |/
|/| |
|
| * | clk: Print an info line before disabling unused clocks | Konrad Dybcio | 2023-03-29 | 1 | -0/+2 |
| * | clk: remove unnecessary (void*) conversions | Yu Zhe | 2023-03-17 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2023-02-26 | 1 | -0/+11 |
|\ |
|
| * | clk: Honor CLK_OPS_PARENT_ENABLE in clk_core_is_enabled() | Chen-Yu Tsai | 2023-02-11 | 1 | -0/+11 |
* | | cpuidle, clk: Remove trace_.*_rcuidle() | Peter Zijlstra | 2023-01-13 | 1 | -4/+4 |
|/ |
|
*-. | Merge branches 'clk-mediatek', 'clk-trace', 'clk-qcom' and 'clk-microchip' in... | Stephen Boyd | 2022-12-12 | 1 | -0/+32 |
|\ \ |
|
| | * | clk: Add trace events for rate requests | Maxime Ripard | 2022-12-07 | 1 | -0/+31 |
| | * | clk: Store clk_core for clk_rate_request | Maxime Ripard | 2022-12-07 | 1 | -0/+1 |
| |/ |
|
* | | clk: Initialize max_rate in struct clk_rate_request | Maxime Ripard | 2022-10-28 | 1 | -0/+1 |
* | | clk: Initialize the clk_rate_request even if clk_core is NULL | Maxime Ripard | 2022-10-28 | 1 | -1/+4 |
* | | clk: Remove WARN_ON NULL parent in clk_core_init_rate_req() | Maxime Ripard | 2022-10-28 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2022-10-16 | 1 | -65/+221 |
|\ |
|
| * | Merge branch 'clk-rate-range' into clk-next | Stephen Boyd | 2022-10-14 | 1 | -65/+221 |
| |\ |
|
| | * | clk: Update req_rate on __clk_recalc_rates() | Maxime Ripard | 2022-10-11 | 1 | -28/+11 |
| | * | clk: Introduce the clk_hw_get_rate_range function | Maxime Ripard | 2022-09-15 | 1 | -0/+16 |
| | * | clk: Zero the clk_rate_request structure | Maxime Ripard | 2022-09-15 | 1 | -0/+2 |
| | * | clk: Stop forwarding clk_rate_requests to the parent | Maxime Ripard | 2022-09-15 | 1 | -7/+77 |
| | * | clk: Constify clk_has_parent() | Maxime Ripard | 2022-09-15 | 1 | -1/+1 |
| | * | clk: Introduce clk_core_has_parent() | Maxime Ripard | 2022-09-15 | 1 | -15/+22 |
| | * | clk: Switch from __clk_determine_rate to clk_core_round_rate_nolock | Maxime Ripard | 2022-09-15 | 1 | -3/+10 |
| | * | clk: Add our request boundaries in clk_core_init_rate_req | Maxime Ripard | 2022-09-15 | 1 | -6/+1 |
| | * | clk: Introduce clk_hw_init_rate_request() | Maxime Ripard | 2022-09-15 | 1 | -0/+20 |
| | * | clk: Move clk_core_init_rate_req() from clk_core_round_rate_nolock() to its c... | Maxime Ripard | 2022-09-15 | 1 | -5/+3 |
| | * | clk: Change clk_core_init_rate_req prototype | Maxime Ripard | 2022-09-15 | 1 | -4/+6 |
| | * | clk: Set req_rate on reparenting | Maxime Ripard | 2022-09-15 | 1 | -0/+22 |
| | * | clk: Take into account uncached clocks in clk_set_rate_range() | Maxime Ripard | 2022-09-15 | 1 | -1/+5 |
| | * | clk: Clarify clk_get_rate() expectations | Maxime Ripard | 2022-09-15 | 1 | -2/+3 |