summaryrefslogtreecommitdiff
path: root/drivers/clk/clk.c
AgeCommit message (Expand)Author
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
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2020-05-26PM: runtime: clk: Fix clk_pm_runtime_get() error pathRafael J. Wysocki
2020-05-05clk: Remove unused inline function clk_debug_reparentYueHaibing
2020-05-05clk: Unlink clock if failed to prepare or enableMarc Zyngier
2020-04-05Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2020-04-03Merge branches 'clk-ti', 'clk-ingenic', 'clk-typo', 'clk-at91', 'clk-mmp2' an...Stephen Boyd
2020-04-03Merge branches 'clk-phase-errors', 'clk-amlogic', 'clk-renesas' and 'clk-allw...Stephen Boyd
2020-03-20clk: Fix trivia typo in comment exlusive => exclusiveAndy Shevchenko
2020-02-28clk: Fix phase init checkMaxime Ripard
2020-02-12clk: Fix continuation of of_clk_detect_critical()Geert Uytterhoeven
2020-02-12clk: Bail out when calculating phase fails during clk registrationStephen Boyd
2020-02-12clk: Move rate and accuracy recalc to mostly consumer APIsStephen Boyd
2020-02-12clk: Use 'parent' to shorten lines in __clk_core_init()Stephen Boyd
2020-02-12clk: Don't cache errors from clk_ops::get_phase()Stephen Boyd