summaryrefslogtreecommitdiff
path: root/drivers/clk/clk.c
AgeCommit message (Expand)Author
2022-08-22clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate opsChen-Yu Tsai
2022-06-22clk: Remove never used devm_clk_*unregister()Andy Shevchenko
2022-04-22clk: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-04-02Revert "clk: Drop the rate range on clk_put()"Stephen Boyd
2022-03-29Merge branches 'clk-range', 'clk-uniphier', 'clk-apple' and 'clk-qcom' into c...Stephen Boyd
2022-03-25clk: Drop the rate range on clk_put()Maxime Ripard
2022-03-25clk: Initialize orphan req_rateMaxime Ripard
2022-03-11clk: Always set the rate on clk_set_range_rateMaxime Ripard
2022-03-11clk: Use clamp instead of open-coding our ownMaxime Ripard
2022-03-11clk: Always clamp the rounded rateMaxime Ripard
2022-03-11clk: Enforce that disjoints limits are invalidMaxime Ripard
2022-03-11clk: Fix clk_hw_get_clk() when dev is NULLMaxime Ripard
2022-02-25clk: Mark clk_core_evict_parent_cache_subtree() 'target' constStephen Boyd
2022-02-25clk: Mark 'all_lists' as constStephen Boyd
2022-01-12Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2022-01-11Merge branches 'clk-doc', 'clk-renesas', 'clk-at91', 'clk-cleanup' and 'clk-d...Stephen Boyd
2022-01-05clk: Enable/Disable runtime PM for clk_summaryTaniya Das
2021-12-10clk: Emit a stern warning with writable debugfs enabledStephen Boyd
2021-12-09clk: Add write operation for clk_parent debugfs nodeSam Protsenko
2021-12-09clk: __clk_core_init() never takes NULLStephen Boyd
2021-12-09clk: clk_core_get() can also return NULLStephen Boyd
2021-12-07clk: Don't parent clks until the parent is fully registeredMike Tipton
2021-10-26clk: use clk_core_get_rate_recalc() in clk_rate_get()Claudiu Beznea
2021-05-11clk: Skip clk provider registration when np is NULLTudor Ambarus
2021-04-28Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2021-04-14Merge tag 'v5.12-rc7' into driver-core-nextGreg Kroah-Hartman
2021-04-02clk: fix invalid usage of list cursor in unregisterLukasz Bartosik
2021-04-02clk: fix invalid usage of list cursor in registerLukasz Bartosik
2021-03-26clk: Drop double "if" in clk_core_determine_round_nolock() commentGeert Uytterhoeven
2021-03-23clk: Mark fwnodes when their clock provider is addedTudor Ambarus
2021-03-13clk: use clk_core_enable_lock() a bit moreRasmus Villemoes
2021-02-24Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-02-09clk: Mark fwnodes when their clock provider is added/removedSaravana Kannan
2021-01-27PM: clk: make PM clock layer compatible with clocks that must sleepNicolas Pitre
2020-12-20Merge branches 'clk-ti', 'clk-analog', 'clk-trace', 'clk-at91' and 'clk-silab...Stephen Boyd
2020-12-20Merge branches 'clk-tegra', 'clk-imx', 'clk-sifive', 'clk-mediatek' and 'clk-...Stephen Boyd
2020-12-20Merge branches 'clk-doc', 'clk-qcom', 'clk-simplify', 'clk-hw', 'clk-renesas'...Stephen Boyd
2020-12-17clk: Trace clk_set_rate() "range" functionsMaxime Ripard
2020-12-17clk: Add hardware-enable column to clk summaryDmitry Osipenko
2020-11-14clk: add devm variant of clk_notifier_registerJerome Brunet
2020-11-14clk: add api to get clk consumer from clk_hwJerome Brunet
2020-11-14clk: avoid devm_clk_release name clashJerome Brunet
2020-11-14clk: remove unneeded dead-store initializationLukas Bulwahn
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-08-03Merge branches 'clk-microchip', 'clk-mmp', 'clk-unused' and 'clk-at91' into c...Stephen Boyd
2020-08-03Merge branches 'clk-actions', 'clk-rockchip', 'clk-iproc', 'clk-intel' and 'c...Stephen Boyd
2020-08-03clk: drop unused function __clk_get_flagsJulia Lawall
2020-07-24clk: Clean up kernel-doc errorsStephen Boyd
2020-07-24clk: Add support for enabling/disabling clocks from debugfsMike Tipton
2020-06-22clk: add function documentation for clk_hw_round_rate()Sarang Mairal