aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/clk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-26clk: use clk_core_get_rate_recalc() in clk_rate_get()Claudiu Beznea1-1/+4
2021-05-11clk: Skip clk provider registration when np is NULLTudor Ambarus1-0/+9
2021-04-28Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-16/+4
2021-04-14Merge tag 'v5.12-rc7' into driver-core-nextGreg Kroah-Hartman1-26/+21
2021-04-02clk: fix invalid usage of list cursor in unregisterLukasz Bartosik1-17/+13
2021-04-02clk: fix invalid usage of list cursor in registerLukasz Bartosik1-9/+8
2021-03-26clk: Drop double "if" in clk_core_determine_round_nolock() commentGeert Uytterhoeven1-1/+1
2021-03-23clk: Mark fwnodes when their clock provider is addedTudor Ambarus1-0/+2
2021-03-13clk: use clk_core_enable_lock() a bit moreRasmus Villemoes1-15/+3
2021-02-24Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+3
2021-02-09clk: Mark fwnodes when their clock provider is added/removedSaravana Kannan1-0/+3
2021-01-27PM: clk: make PM clock layer compatible with clocks that must sleepNicolas Pitre1-0/+21
2020-12-20Merge branches 'clk-ti', 'clk-analog', 'clk-trace', 'clk-at91' and 'clk-silabs' into clk-nextStephen Boyd1-0/+6
2020-12-20Merge branches 'clk-tegra', 'clk-imx', 'clk-sifive', 'clk-mediatek' and 'clk-summary' into clk-nextStephen Boyd1-4/+11
2020-12-20Merge branches 'clk-doc', 'clk-qcom', 'clk-simplify', 'clk-hw', 'clk-renesas' and 'clk-samsung' into clk-nextStephen Boyd1-7/+104
2020-12-17clk: Trace clk_set_rate() "range" functionsMaxime Ripard1-0/+6
2020-12-17clk: Add hardware-enable column to clk summaryDmitry Osipenko1-4/+11
2020-11-14clk: add devm variant of clk_notifier_registerJerome Brunet1-0/+36
2020-11-14clk: add api to get clk consumer from clk_hwJerome Brunet1-0/+61
2020-11-14clk: avoid devm_clk_release name clashJerome Brunet1-6/+6
2020-11-14clk: remove unneeded dead-store initializationLukas Bulwahn1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-08-03Merge branches 'clk-microchip', 'clk-mmp', 'clk-unused' and 'clk-at91' into clk-nextStephen Boyd1-6/+0
2020-08-03Merge branches 'clk-actions', 'clk-rockchip', 'clk-iproc', 'clk-intel' and 'clk-debugfs' into clk-nextStephen Boyd1-0/+29
2020-08-03clk: drop unused function __clk_get_flagsJulia Lawall1-6/+0