summaryrefslogtreecommitdiff
path: root/drivers/clk/clk.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-26Merge branches 'clk-imx', 'clk-microchip', 'clk-cleanup', 'clk-bindings', 'cl...Stephen Boyd1-0/+1
2023-06-20clk: Fix memory leak in devm_clk_notifier_register()Fei Shao1-0/+1
2023-06-13clk: Fix best_parent_rate after moving code into a separate functionMarek Szyprowski1-0/+1
2023-06-09clk: Forbid to register a mux without determine_rateMaxime Ripard1-0/+7
2023-06-09clk: nodrv: Add a determine_rate hookMaxime Ripard1-0/+7
2023-06-09clk: Introduce clk_hw_determine_rate_no_reparent()Stephen Boyd1-0/+19
2023-06-09clk: Move no reparent case into a separate functionStephen Boyd1-32/+43
2023-06-09clk: Export clk_hw_forward_rate_request()Maxime Ripard1-0/+1
2023-04-25Merge branches 'clk-cleanup', 'clk-aspeed', 'clk-dt', 'clk-renesas' and 'clk-...Stephen Boyd1-4/+6
2023-03-29clk: Print an info line before disabling unused clocksKonrad Dybcio1-0/+2
2023-03-17clk: remove unnecessary (void*) conversionsYu Zhe1-2/+2
2023-03-15clk: Use of_property_present() for testing DT property presenceRob Herring1-2/+2
2023-02-26Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-0/+11
2023-02-11clk: Honor CLK_OPS_PARENT_ENABLE in clk_core_is_enabled()Chen-Yu Tsai1-0/+11
2023-01-13cpuidle, clk: Remove trace_.*_rcuidle()Peter Zijlstra1-4/+4
2022-12-12Merge branches 'clk-mediatek', 'clk-trace', 'clk-qcom' and 'clk-microchip' in...Stephen Boyd1-0/+32
2022-12-08clk: Add trace events for rate requestsMaxime Ripard1-0/+31
2022-12-08clk: Store clk_core for clk_rate_requestMaxime Ripard1-0/+1
2022-10-28clk: Initialize max_rate in struct clk_rate_requestMaxime Ripard1-0/+1
2022-10-28clk: Initialize the clk_rate_request even if clk_core is NULLMaxime Ripard1-1/+4
2022-10-28clk: Remove WARN_ON NULL parent in clk_core_init_rate_req()Maxime Ripard1-1/+1
2022-10-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-65/+221
2022-10-14Merge branch 'clk-rate-range' into clk-nextStephen Boyd1-65/+221
2022-10-11clk: Update req_rate on __clk_recalc_rates()Maxime Ripard1-28/+11
2022-10-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-29/+2
2022-10-01clk: Remove never used devm_of_clk_del_provider()Andy Shevchenko1-26/+0
2022-09-15clk: Introduce the clk_hw_get_rate_range functionMaxime Ripard1-0/+16
2022-09-15clk: Zero the clk_rate_request structureMaxime Ripard1-0/+2
2022-09-15clk: Stop forwarding clk_rate_requests to the parentMaxime Ripard1-7/+77
2022-09-15clk: Constify clk_has_parent()Maxime Ripard1-1/+1
2022-09-15clk: Introduce clk_core_has_parent()Maxime Ripard1-15/+22
2022-09-15clk: Switch from __clk_determine_rate to clk_core_round_rate_nolockMaxime Ripard1-3/+10
2022-09-15clk: Add our request boundaries in clk_core_init_rate_reqMaxime Ripard1-6/+1
2022-09-15clk: Introduce clk_hw_init_rate_request()Maxime Ripard1-0/+20
2022-09-15clk: Move clk_core_init_rate_req() from clk_core_round_rate_nolock() to its c...Maxime Ripard1-5/+3
2022-09-15clk: Change clk_core_init_rate_req prototypeMaxime Ripard1-4/+6
2022-09-15clk: Set req_rate on reparentingMaxime Ripard1-0/+22
2022-09-15clk: Take into account uncached clocks in clk_set_rate_range()Maxime Ripard1-1/+5
2022-09-15clk: Clarify clk_get_rate() expectationsMaxime Ripard1-2/+3
2022-09-15clk: Skip clamping when rounding if there's no boundariesMaxime Ripard1-1/+13
2022-09-15clk: Drop the rate range on clk_put()Maxime Ripard1-14/+31
2022-08-31Revert "clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops"Stephen Boyd1-28/+0
2022-08-24clk: do not initialize retClaudiu Beznea1-1/+1
2022-08-24clk: remove extra empty lineClaudiu Beznea1-1/+0
2022-08-23clk: Fix comment typoJason Wang1-1/+1
2022-08-23clk: core: Fix runtime PM sequence in clk_core_unprepare()Chen-Yu Tsai1-2/+1
2022-08-23clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate opsChen-Yu Tsai1-0/+28
2022-06-23clk: Remove never used devm_clk_*unregister()Andy Shevchenko1-48/+0
2022-04-23clk: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-8/+1
2022-04-03Revert "clk: Drop the rate range on clk_put()"Stephen Boyd1-28/+14