aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
AgeCommit message (Expand)Author
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-15clk: core: Fix runtime PM sequence in clk_core_unprepare()Chen-Yu Tsai
2022-09-15Revert "clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops"Stephen Boyd
2022-09-15clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate opsChen-Yu Tsai
2022-04-15clk: Enforce that disjoints limits are invalidMaxime Ripard
2022-04-15clk: Initialize orphan req_rateMaxime Ripard
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-06-17PM: runtime: clk: Fix clk_pm_runtime_get() error pathRafael J. Wysocki
2020-05-20clk: Unlink clock if failed to prepare or enableMarc Zyngier
2020-04-23clk: Don't cache errors from clk_ops::get_phase()Stephen Boyd
2020-02-24clk: Use parent node pointer during registration if necessaryStephen Boyd
2020-02-24clk: actually call the clock init before any other callback of the clockJerome Brunet
2020-01-23clk: Don't try to enable critical clocks if prepare failedGuenter Roeck
2020-01-17clk: Fix memory leak in clk_unregister()Kishon Vijay Abraham I
2020-01-12clk: Move clk_core_reparent_orphans() under CONFIG_OFOlof Johansson
2020-01-12clk: walk orphan list on clock provider registrationJerome Brunet
2019-09-20Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2019-09-19Merge branches 'clk-cdce-regulator', 'clk-bcm', 'clk-evict-parent-cache' and ...Stephen Boyd
2019-09-19Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' i...Stephen Boyd
2019-09-19Merge branches 'clk-qcom', 'clk-mtk', 'clk-armada', 'clk-ingenic' and 'clk-me...Stephen Boyd
2019-09-19clk: Drop !clk checks in debugfs dumpingStephen Boyd
2019-09-17clk: Evict unregistered clks from parent cachesStephen Boyd
2019-09-16Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2019-09-05clk: Document of_parse_clkspec() some moreStephen Boyd
2019-08-17clk: Remove extraneous 'for' word in commentsRishi Gupta
2019-08-16clk: Fix potential NULL dereference in clk_fetch_parent_index()Martin Blumenstingl
2019-08-16clk: Fix falling back to legacy parent string matchingStephen Boyd
2019-08-16clk: Overwrite clk_hw::init with NULL during clk_register()Stephen Boyd
2019-08-09clk: core: introduce clk_hw_set_parent()Neil Armstrong
2019-08-08clk: Use seq_puts() in possible_parent_show()Markus Elfring
2019-08-08clk: Assert prepare_lock in clk_core_get_boundariesLeonard Crestez
2019-08-08clk: Add clk_min/max_rate entries in debugfsLeonard Crestez
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2019-07-12Merge branches 'clk-rpi-cpufreq', 'clk-tegra', 'clk-simplify-provider.h', 'cl...Stephen Boyd
2019-07-12Merge branches 'clk-debugfs', 'clk-unused', 'clk-refactor' and 'clk-qoriq' in...Stephen Boyd
2019-07-12Merge branches 'clk-bulk-optional', 'clk-kirkwood', 'clk-socfpga' and 'clk-do...Stephen Boyd
2019-06-25clk: Add clk_parent entry in debugfsLeonard Crestez
2019-06-25clk: Grammar missing "and", Spelling s/statisfied/satisfied/Geert Uytterhoeven
2019-06-25clk: Simplify clk_core_can_round()Geert Uytterhoeven
2019-06-25clk: Simplify debugfs printing and add a newlineStephen Boyd
2019-06-18clk: Fix debugfs clk_possible_parents for clks without parent string namesChen-Yu Tsai
2019-06-17clk: Do a DT parent lookup even when index < 0Stephen Boyd
2019-05-23clk: Unexport __clk_of_tableStephen Boyd
2019-05-07Merge branch 'clk-parent-rewrite-1' into clk-nextStephen Boyd
2019-05-07Merge branch 'clk-ti' into clk-nextStephen Boyd
2019-05-07Merge branches 'clk-doc', 'clk-more-critical', 'clk-meson' and 'clk-basic-be'...Stephen Boyd