aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-07clk: Get runtime PM before walking tree for clk_summaryGravatar Stephen Boyd 1-2/+12
2024-04-07clk: Get runtime PM before walking tree during disable_unusedGravatar Stephen Boyd 1-12/+105
2024-04-07clk: Initialize struct clk_core kref earlierGravatar Stephen Boyd 1-15/+13
2024-04-07clk: Don't hold prepare_lock when calling kref_put()Gravatar Stephen Boyd 1-7/+5
2024-04-07clk: Remove prepare_lock hold assertion in __clk_release()Gravatar Stephen Boyd 1-2/+0
2024-03-13Merge branches 'clk-samsung', 'clk-imx', 'clk-rockchip', 'clk-clkdev' and 'cl...Gravatar Stephen Boyd 1-0/+19
2024-03-08clk: Fix clk_core_get NULL dereferenceGravatar Bryan O'Donoghue 1-0/+3
2024-02-28clk: Add a devm variant of clk_rate_exclusive_get()Gravatar Uwe Kleine-König 1-0/+19
2023-10-30Merge branches 'clk-debugfs', 'clk-spreadtrum', 'clk-sifive', 'clk-counted' a...Gravatar Stephen Boyd 1-11/+54
2023-10-23clk: Allow phase adjustment from debugfsGravatar John Keeping 1-1/+30
2023-10-23clk: Show active consumers of clocks in debugfsGravatar Vishal Badole 1-10/+24
2023-10-12clk: Sanitize possible_parent_show to Handle Return Value of of_clk_get_paren...Gravatar Alessandro Carminati 1-9/+12
2023-06-26Merge branches 'clk-imx', 'clk-microchip', 'clk-cleanup', 'clk-bindings', 'cl...Gravatar Stephen Boyd 1-0/+1
2023-06-20clk: Fix memory leak in devm_clk_notifier_register()Gravatar Fei Shao 1-0/+1
2023-06-13clk: Fix best_parent_rate after moving code into a separate functionGravatar Marek Szyprowski 1-0/+1
2023-06-08clk: Forbid to register a mux without determine_rateGravatar Maxime Ripard 1-0/+7
2023-06-08clk: nodrv: Add a determine_rate hookGravatar Maxime Ripard 1-0/+7
2023-06-08clk: Introduce clk_hw_determine_rate_no_reparent()Gravatar Stephen Boyd 1-0/+19
2023-06-08clk: Move no reparent case into a separate functionGravatar Stephen Boyd 1-32/+43
2023-06-08clk: Export clk_hw_forward_rate_request()Gravatar Maxime Ripard 1-0/+1
2023-04-25Merge branches 'clk-cleanup', 'clk-aspeed', 'clk-dt', 'clk-renesas' and 'clk-...Gravatar Stephen Boyd 1-4/+6
2023-03-29clk: Print an info line before disabling unused clocksGravatar Konrad Dybcio 1-0/+2
2023-03-16clk: remove unnecessary (void*) conversionsGravatar Yu Zhe 1-2/+2
2023-03-14clk: Use of_property_present() for testing DT property presenceGravatar Rob Herring 1-2/+2
2023-02-25Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-0/+11
2023-02-10clk: Honor CLK_OPS_PARENT_ENABLE in clk_core_is_enabled()Gravatar Chen-Yu Tsai 1-0/+11
2023-01-13cpuidle, clk: Remove trace_.*_rcuidle()Gravatar Peter Zijlstra 1-4/+4
2022-12-12Merge branches 'clk-mediatek', 'clk-trace', 'clk-qcom' and 'clk-microchip' in...Gravatar Stephen Boyd 1-0/+32
2022-12-07clk: Add trace events for rate requestsGravatar Maxime Ripard 1-0/+31
2022-12-07clk: Store clk_core for clk_rate_requestGravatar Maxime Ripard 1-0/+1
2022-10-27clk: Initialize max_rate in struct clk_rate_requestGravatar Maxime Ripard 1-0/+1
2022-10-27clk: Initialize the clk_rate_request even if clk_core is NULLGravatar Maxime Ripard 1-1/+4
2022-10-27clk: Remove WARN_ON NULL parent in clk_core_init_rate_req()Gravatar Maxime Ripard 1-1/+1
2022-10-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-65/+221
2022-10-14Merge branch 'clk-rate-range' into clk-nextGravatar Stephen Boyd 1-65/+221
2022-10-10clk: Update req_rate on __clk_recalc_rates()Gravatar Maxime Ripard 1-28/+11
2022-10-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-29/+2
2022-09-30clk: Remove never used devm_of_clk_del_provider()Gravatar Andy Shevchenko 1-26/+0
2022-09-15clk: Introduce the clk_hw_get_rate_range functionGravatar Maxime Ripard 1-0/+16
2022-09-15clk: Zero the clk_rate_request structureGravatar Maxime Ripard 1-0/+2
2022-09-15clk: Stop forwarding clk_rate_requests to the parentGravatar Maxime Ripard 1-7/+77
2022-09-15clk: Constify clk_has_parent()Gravatar Maxime Ripard 1-1/+1
2022-09-15clk: Introduce clk_core_has_parent()Gravatar Maxime Ripard 1-15/+22
2022-09-15clk: Switch from __clk_determine_rate to clk_core_round_rate_nolockGravatar Maxime Ripard 1-3/+10
2022-09-15clk: Add our request boundaries in clk_core_init_rate_reqGravatar Maxime Ripard 1-6/+1
2022-09-15clk: Introduce clk_hw_init_rate_request()Gravatar Maxime Ripard 1-0/+20
2022-09-15clk: Move clk_core_init_rate_req() from clk_core_round_rate_nolock() to its c...Gravatar Maxime Ripard 1-5/+3
2022-09-15clk: Change clk_core_init_rate_req prototypeGravatar Maxime Ripard 1-4/+6
2022-09-15clk: Set req_rate on reparentingGravatar Maxime Ripard 1-0/+22
2022-09-15clk: Take into account uncached clocks in clk_set_rate_range()Gravatar Maxime Ripard 1-1/+5