summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAgeFilesLines
* clk: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-04-221-8/+1
* Revert "clk: Drop the rate range on clk_put()"Stephen Boyd2022-04-021-28/+14
*-. Merge branches 'clk-range', 'clk-uniphier', 'clk-apple' and 'clk-qcom' into c...Stephen Boyd2022-03-291-40/+91
|\ \
| * | clk: Drop the rate range on clk_put()Maxime Ripard2022-03-251-14/+28
| * | clk: Initialize orphan req_rateMaxime Ripard2022-03-251-0/+13
| * | clk: Always set the rate on clk_set_range_rateMaxime Ripard2022-03-111-22/+23
| * | clk: Use clamp instead of open-coding our ownMaxime Ripard2022-03-111-5/+1
| * | clk: Always clamp the rounded rateMaxime Ripard2022-03-111-0/+2
| * | clk: Enforce that disjoints limits are invalidMaxime Ripard2022-03-111-0/+24
| * | clk: Fix clk_hw_get_clk() when dev is NULLMaxime Ripard2022-03-111-1/+2
| |/
* | clk: Mark clk_core_evict_parent_cache_subtree() 'target' constStephen Boyd2022-02-251-1/+1
* | clk: Mark 'all_lists' as constStephen Boyd2022-02-251-2/+2
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-01-121-11/+69
|\
| *-. Merge branches 'clk-doc', 'clk-renesas', 'clk-at91', 'clk-cleanup' and 'clk-d...Stephen Boyd2022-01-111-11/+69
| |\ \
| | | * clk: Enable/Disable runtime PM for clk_summaryTaniya Das2022-01-051-0/+2
| | | * clk: Emit a stern warning with writable debugfs enabledStephen Boyd2021-12-101-0/+18
| | | * clk: Add write operation for clk_parent debugfs nodeSam Protsenko2021-12-091-1/+41
| | |/ | |/|
| | * clk: __clk_core_init() never takes NULLStephen Boyd2021-12-091-3/+0
| | * clk: clk_core_get() can also return NULLStephen Boyd2021-12-091-7/+8
| |/
* / clk: Don't parent clks until the parent is fully registeredMike Tipton2021-12-071-3/+12
|/
* clk: use clk_core_get_rate_recalc() in clk_rate_get()Claudiu Beznea2021-10-261-1/+4
* clk: Skip clk provider registration when np is NULLTudor Ambarus2021-05-111-0/+9
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2021-04-281-16/+4
|\
| * clk: Drop double "if" in clk_core_determine_round_nolock() commentGeert Uytterhoeven2021-03-261-1/+1
| * clk: use clk_core_enable_lock() a bit moreRasmus Villemoes2021-03-131-15/+3
* | Merge tag 'v5.12-rc7' into driver-core-nextGreg Kroah-Hartman2021-04-141-26/+21
|\ \
| * | clk: fix invalid usage of list cursor in unregisterLukasz Bartosik2021-04-021-17/+13
| * | clk: fix invalid usage of list cursor in registerLukasz Bartosik2021-04-021-9/+8
| |/
* / clk: Mark fwnodes when their clock provider is addedTudor Ambarus2021-03-231-0/+2
|/
* Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-0/+3
|\
| * clk: Mark fwnodes when their clock provider is added/removedSaravana Kannan2021-02-091-0/+3
* | PM: clk: make PM clock layer compatible with clocks that must sleepNicolas Pitre2021-01-271-0/+21
|/
*-. Merge branches 'clk-ti', 'clk-analog', 'clk-trace', 'clk-at91' and 'clk-silab...Stephen Boyd2020-12-201-0/+6
|\ \
| | * clk: Trace clk_set_rate() "range" functionsMaxime Ripard2020-12-171-0/+6
| |/
| |
| \
*-. \ Merge branches 'clk-tegra', 'clk-imx', 'clk-sifive', 'clk-mediatek' and 'clk-...Stephen Boyd2020-12-201-4/+11
|\ \ \ | | |/ | |/|
| | * clk: Add hardware-enable column to clk summaryDmitry Osipenko2020-12-171-4/+11
| |/
| |
| \
*-. \ Merge branches 'clk-doc', 'clk-qcom', 'clk-simplify', 'clk-hw', 'clk-renesas'...Stephen Boyd2020-12-201-7/+104
|\ \ \ | |_|/ |/| |
| | * clk: add devm variant of clk_notifier_registerJerome Brunet2020-11-141-0/+36
| | * clk: add api to get clk consumer from clk_hwJerome Brunet2020-11-141-0/+61
| | * clk: avoid devm_clk_release name clashJerome Brunet2020-11-141-6/+6
| |/ |/|
| * clk: remove unneeded dead-store initializationLukas Bulwahn2020-11-141-1/+1
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
*-. Merge branches 'clk-microchip', 'clk-mmp', 'clk-unused' and 'clk-at91' into c...Stephen Boyd2020-08-031-6/+0
|\ \
| | * clk: drop unused function __clk_get_flagsJulia Lawall2020-08-031-6/+0
| |/
| |
| \
*-. \ Merge branches 'clk-actions', 'clk-rockchip', 'clk-iproc', 'clk-intel' and 'c...Stephen Boyd2020-08-031-0/+29
|\ \ \ | | |/ | |/|
| | * clk: Add support for enabling/disabling clocks from debugfsMike Tipton2020-07-241-0/+29
| |/
* | clk: Clean up kernel-doc errorsStephen Boyd2020-07-241-0/+3
* | clk: add function documentation for clk_hw_round_rate()Sarang Mairal2020-06-221-0/+15
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-06-101-4/+0
|\
| * clk: Remove unused inline function clk_debug_reparentYueHaibing2020-05-051-4/+0