aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-27clk: Initialize max_rate in struct clk_rate_requestMaxime Ripard1-0/+1
2022-10-27clk: Initialize the clk_rate_request even if clk_core is NULLMaxime Ripard1-1/+4
2022-10-27clk: 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/clk/linuxLinus Torvalds1-65/+221
2022-10-14Merge branch 'clk-rate-range' into clk-nextStephen Boyd1-65/+221
2022-10-10clk: 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/clk/linuxLinus Torvalds1-29/+2
2022-09-30clk: 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 callerMaxime 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-23clk: do not initialize retClaudiu Beznea1-1/+1
2022-08-23clk: remove extra empty lineClaudiu Beznea1-1/+0
2022-08-22clk: Fix comment typoJason Wang1-1/+1
2022-08-22clk: core: Fix runtime PM sequence in clk_core_unprepare()Chen-Yu Tsai1-2/+1
2022-08-22clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate opsChen-Yu Tsai1-0/+28
2022-06-22clk: Remove never used devm_clk_*unregister()Andy Shevchenko1-48/+0
2022-04-22clk: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-8/+1
2022-04-02Revert "clk: Drop the rate range on clk_put()"Stephen Boyd1-28/+14
2022-03-29Merge branches 'clk-range', 'clk-uniphier', 'clk-apple' and 'clk-qcom' into clk-nextStephen Boyd1-40/+91
2022-03-25clk: Drop the rate range on clk_put()Maxime Ripard1-14/+28
2022-03-25clk: Initialize orphan req_rateMaxime Ripard1-0/+13
2022-03-11clk: Always set the rate on clk_set_range_rateMaxime Ripard1-22/+23
2022-03-11clk: Use clamp instead of open-coding our ownMaxime Ripard1-5/+1
2022-03-11clk: Always clamp the rounded rateMaxime Ripard1-0/+2
2022-03-11clk: Enforce that disjoints limits are invalidMaxime Ripard1-0/+24
2022-03-11clk: Fix clk_hw_get_clk() when dev is NULLMaxime Ripard1-1/+2
2022-02-25clk: Mark clk_core_evict_parent_cache_subtree() 'target' constStephen Boyd1-1/+1
2022-02-25clk: Mark 'all_lists' as constStephen Boyd1-2/+2
2022-01-12Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-11/+69
2022-01-11Merge branches 'clk-doc', 'clk-renesas', 'clk-at91', 'clk-cleanup' and 'clk-debugfs' into clk-nextStephen Boyd1-11/+69
2022-01-05clk: Enable/Disable runtime PM for clk_summaryTaniya Das1-0/+2
2021-12-10clk: Emit a stern warning with writable debugfs enabledStephen Boyd1-0/+18
2021-12-09clk: Add write operation for clk_parent debugfs nodeSam Protsenko1-1/+41
2021-12-09clk: __clk_core_init() never takes NULLStephen Boyd1-3/+0
2021-12-09clk: clk_core_get() can also return NULLStephen Boyd1-7/+8
2021-12-07clk: Don't parent clks until the parent is fully registeredMike Tipton1-3/+12