summaryrefslogtreecommitdiff
path: root/drivers/clk/clk.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-13clk: Enforce that disjoints limits are invalidMaxime Ripard1-0/+24
2022-04-08clk: Initialize orphan req_rateMaxime Ripard1-0/+13
2022-04-08clk: Fix clk_hw_get_clk() when dev is NULLMaxime Ripard1-1/+2
2022-01-27clk: Emit a stern warning with writable debugfs enabledStephen Boyd1-0/+18
2021-12-22clk: Don't parent clks until the parent is fully registeredMike Tipton1-3/+12
2021-05-11clk: Skip clk provider registration when np is NULLTudor Ambarus1-0/+9
2021-04-29Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-16/+4
2021-04-14Merge tag 'v5.12-rc7' into driver-core-nextGreg Kroah-Hartman1-26/+21
2021-04-03clk: fix invalid usage of list cursor in unregisterLukasz Bartosik1-17/+13
2021-04-03clk: fix invalid usage of list cursor in registerLukasz Bartosik1-9/+8
2021-03-26clk: Drop double "if" in clk_core_determine_round_nolock() commentGeert Uytterhoeven1-1/+1
2021-03-23clk: Mark fwnodes when their clock provider is addedTudor Ambarus1-0/+2
2021-03-13clk: use clk_core_enable_lock() a bit moreRasmus Villemoes1-15/+3
2021-02-24Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2021-02-09clk: Mark fwnodes when their clock provider is added/removedSaravana Kannan1-0/+3
2021-01-27PM: clk: make PM clock layer compatible with clocks that must sleepNicolas Pitre1-0/+21
2020-12-21Merge branches 'clk-ti', 'clk-analog', 'clk-trace', 'clk-at91' and 'clk-silab...Stephen Boyd1-0/+6
2020-12-21Merge branches 'clk-tegra', 'clk-imx', 'clk-sifive', 'clk-mediatek' and 'clk-...Stephen Boyd1-4/+11
2020-12-21Merge branches 'clk-doc', 'clk-qcom', 'clk-simplify', 'clk-hw', 'clk-renesas'...Stephen Boyd1-7/+104
2020-12-17clk: Trace clk_set_rate() "range" functionsMaxime Ripard1-0/+6
2020-12-17clk: Add hardware-enable column to clk summaryDmitry Osipenko1-4/+11
2020-11-14clk: add devm variant of clk_notifier_registerJerome Brunet1-0/+36
2020-11-14clk: add api to get clk consumer from clk_hwJerome Brunet1-0/+61
2020-11-14clk: avoid devm_clk_release name clashJerome Brunet1-6/+6
2020-11-14clk: remove unneeded dead-store initializationLukas Bulwahn1-1/+1
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-08-04Merge branches 'clk-microchip', 'clk-mmp', 'clk-unused' and 'clk-at91' into c...Stephen Boyd1-6/+0
2020-08-04Merge 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-04Merge branches 'clk-ti', 'clk-ingenic', 'clk-typo', 'clk-at91', 'clk-mmp2' an...Stephen Boyd1-1/+1
2020-04-04Merge branches 'clk-phase-errors', 'clk-amlogic', 'clk-renesas' and 'clk-allw...Stephen Boyd1-49/+72
2020-03-21clk: Fix trivia typo in comment exlusive => exclusiveAndy Shevchenko1-1/+1
2020-02-28clk: Fix phase init checkMaxime Ripard1-2/+4
2020-02-13clk: Fix continuation of of_clk_detect_critical()Geert Uytterhoeven1-2/+2
2020-02-13clk: Bail out when calculating phase fails during clk registrationStephen Boyd1-1/+6
2020-02-13clk: Move rate and accuracy recalc to mostly consumer APIsStephen Boyd1-24/+24
2020-02-13clk: Use 'parent' to shorten lines in __clk_core_init()Stephen Boyd1-11/+11
2020-02-13clk: 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-02-01Merge branches 'clk-debugfs-danger', 'clk-basic-hw', 'clk-renesas', 'clk-amlo...Stephen Boyd1-1/+37