aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
AgeCommit message (Expand)Author
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-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
2019-12-23clk: let init callback return an error codeJerome Brunet
2019-12-23clk: actually call the clock init before any other callback of the clockJerome Brunet
2019-12-18clk: Move clk_core_reparent_orphans() under CONFIG_OFOlof Johansson
2019-12-12clk: walk orphan list on clock provider registrationJerome Brunet
2019-11-27Merge branches 'clk-ingenic', 'clk-init-leak', 'clk-ux500' and 'clk-bitmain' ...Stephen Boyd
2019-11-19clk: mark clk_disable_unused() as __initRasmus Villemoes
2019-11-19clk: Fix memory leak in clk_unregister()Kishon Vijay Abraham I
2019-11-11clk: Add API to get index of the clock parentSowjanya Komatineni
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