summaryrefslogtreecommitdiff
path: root/drivers/clk/clk.c
AgeCommit message (Expand)Author
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
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