summaryrefslogtreecommitdiff
path: root/drivers/clk/clk.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge branches 'clk-microchip', 'clk-mmp', 'clk-unused' and 'clk-at91' into c...Stephen Boyd1-6/+0
2020-08-03Merge branches 'clk-actions', 'clk-rockchip', 'clk-iproc', 'clk-intel' and 'c...Stephen Boyd1-0/+29
2020-08-03clk: drop unused function __clk_get_flagsJulia Lawall1-6/+0
2020-07-24clk: Clean up kernel-doc errorsStephen Boyd1-0/+3
2020-07-24clk: Add support for enabling/disabling clocks from debugfsMike Tipton1-0/+29
2020-06-22clk: add function documentation for clk_hw_round_rate()Sarang Mairal1-0/+15
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-4/+0
2020-05-26PM: runtime: clk: Fix clk_pm_runtime_get() error pathRafael J. Wysocki1-1/+5
2020-05-05clk: Remove unused inline function clk_debug_reparentYueHaibing1-4/+0
2020-05-05clk: Unlink clock if failed to prepare or enableMarc Zyngier1-0/+3
2020-04-05Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-52/+75
2020-04-03Merge branches 'clk-ti', 'clk-ingenic', 'clk-typo', 'clk-at91', 'clk-mmp2' an...Stephen Boyd1-1/+1
2020-04-03Merge branches 'clk-phase-errors', 'clk-amlogic', 'clk-renesas' and 'clk-allw...Stephen Boyd1-49/+72
2020-03-20clk: Fix trivia typo in comment exlusive => exclusiveAndy Shevchenko1-1/+1
2020-02-28clk: Fix phase init checkMaxime Ripard1-2/+4
2020-02-12clk: Fix continuation of of_clk_detect_critical()Geert Uytterhoeven1-2/+2
2020-02-12clk: Bail out when calculating phase fails during clk registrationStephen Boyd1-1/+6
2020-02-12clk: Move rate and accuracy recalc to mostly consumer APIsStephen Boyd1-24/+24
2020-02-12clk: Use 'parent' to shorten lines in __clk_core_init()Stephen Boyd1-11/+11
2020-02-12clk: Don't cache errors from clk_ops::get_phase()Stephen Boyd1-16/+32
2020-02-12of: clk: Make of_clk_get_parent_{count,name}() parameter constGeert Uytterhoeven1-2/+2
2020-02-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2020-01-31Merge branches 'clk-debugfs-danger', 'clk-basic-hw', 'clk-renesas', 'clk-amlo...Stephen Boyd1-1/+37
2020-01-31Merge branches 'clk-uniphier', 'clk-warn-critical', 'clk-ux500', 'clk-kconfig...Stephen Boyd1-24/+53
2020-01-31Merge branches 'clk-init-allocation', 'clk-unused' and 'clk-register-dt-node-...Stephen Boyd1-2/+25
2020-01-05clk: Add support for setting clk_rate via debugfsGeert Uytterhoeven1-1/+37
2020-01-04clk: Warn about critical clks that fail to enableStephen Boyd1-1/+6
2020-01-04clk: Use parent node pointer during registration if necessaryStephen Boyd1-2/+25
2019-12-26clk: Don't try to enable critical clocks if prepare failedGuenter Roeck1-2/+8
2019-12-23clk: add terminate callback to clk_opsJerome Brunet1-1/+6
2019-12-23clk: let init callback return an error codeJerome Brunet1-6/+11
2019-12-23clk: actually call the clock init before any other callback of the clockJerome Brunet1-11/+15
2019-12-18clk: Move clk_core_reparent_orphans() under CONFIG_OFOlof Johansson1-7/+7
2019-12-12clk: walk orphan list on clock provider registrationJerome Brunet1-22/+40
2019-11-27Merge branches 'clk-ingenic', 'clk-init-leak', 'clk-ux500' and 'clk-bitmain' ...Stephen Boyd1-4/+5
2019-11-19clk: mark clk_disable_unused() as __initRasmus Villemoes1-4/+4
2019-11-19clk: Fix memory leak in clk_unregister()Kishon Vijay Abraham I1-0/+1
2019-11-11clk: Add API to get index of the clock parentSowjanya Komatineni1-0/+18
2019-09-20Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-37/+132
2019-09-19Merge branches 'clk-cdce-regulator', 'clk-bcm', 'clk-evict-parent-cache' and ...Stephen Boyd1-6/+36
2019-09-19Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' i...Stephen Boyd1-15/+54
2019-09-19Merge branches 'clk-qcom', 'clk-mtk', 'clk-armada', 'clk-ingenic' and 'clk-me...Stephen Boyd1-0/+6
2019-09-19clk: Drop !clk checks in debugfs dumpingStephen Boyd1-12/+0
2019-09-17clk: Evict unregistered clks from parent cachesStephen Boyd1-6/+36
2019-09-16Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+6
2019-09-05clk: Document of_parse_clkspec() some moreStephen Boyd1-6/+37
2019-08-17clk: Remove extraneous 'for' word in commentsRishi Gupta1-1/+1
2019-08-16clk: Fix potential NULL dereference in clk_fetch_parent_index()Martin Blumenstingl1-1/+2
2019-08-16clk: Fix falling back to legacy parent string matchingStephen Boyd1-12/+34