aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
AgeCommit message (Expand)Author
2024-05-02clk: Get runtime PM before walking tree during disable_unusedStephen Boyd
2024-05-02clk: Initialize struct clk_core kref earlierStephen Boyd
2024-05-02clk: Print an info line before disabling unused clocksKonrad Dybcio
2024-05-02clk: remove extra empty lineClaudiu Beznea
2024-05-02clk: Mark 'all_lists' as constStephen Boyd
2024-05-02clk: Remove prepare_lock hold assertion in __clk_release()Stephen Boyd
2024-03-26clk: Fix clk_core_get NULL dereferenceBryan O'Donoghue
2023-11-08clk: Sanitize possible_parent_show to Handle Return Value of of_clk_get_paren...Alessandro Carminati
2023-03-11clk: Honor CLK_OPS_PARENT_ENABLE in clk_core_is_enabled()Chen-Yu Tsai
2022-09-08clk: core: Fix runtime PM sequence in clk_core_unprepare()Chen-Yu Tsai
2022-09-08Revert "clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops"Stephen Boyd
2022-09-08clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate opsChen-Yu Tsai
2022-04-13clk: Enforce that disjoints limits are invalidMaxime Ripard
2022-04-08clk: Initialize orphan req_rateMaxime Ripard
2022-01-27clk: Emit a stern warning with writable debugfs enabledStephen Boyd
2021-12-22clk: Don't parent clks until the parent is fully registeredMike Tipton
2021-04-14clk: fix invalid usage of list cursor in unregisterLukasz Bartosik
2021-04-14clk: fix invalid usage of list cursor in registerLukasz Bartosik
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
2020-02-12of: clk: Make of_clk_get_parent_{count,name}() parameter constGeert Uytterhoeven
2020-02-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2020-01-31Merge branches 'clk-debugfs-danger', 'clk-basic-hw', 'clk-renesas', 'clk-amlo...Stephen Boyd
2020-01-31Merge branches 'clk-uniphier', 'clk-warn-critical', 'clk-ux500', 'clk-kconfig...Stephen Boyd
2020-01-31Merge branches 'clk-init-allocation', 'clk-unused' and 'clk-register-dt-node-...Stephen Boyd
2020-01-05clk: Add support for setting clk_rate via debugfsGeert Uytterhoeven
2020-01-04clk: Warn about critical clks that fail to enableStephen Boyd
2020-01-04clk: Use parent node pointer during registration if necessaryStephen Boyd
2019-12-26clk: Don't try to enable critical clocks if prepare failedGuenter Roeck
2019-12-23clk: add terminate callback to clk_opsJerome Brunet