summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAgeFilesLines
* clk: Skip clk provider registration when np is NULLTudor Ambarus2021-05-111-0/+9
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2021-04-281-16/+4
|\
| * clk: Drop double "if" in clk_core_determine_round_nolock() commentGeert Uytterhoeven2021-03-261-1/+1
| * clk: use clk_core_enable_lock() a bit moreRasmus Villemoes2021-03-131-15/+3
* | Merge tag 'v5.12-rc7' into driver-core-nextGreg Kroah-Hartman2021-04-141-26/+21
|\ \
| * | clk: fix invalid usage of list cursor in unregisterLukasz Bartosik2021-04-021-17/+13
| * | clk: fix invalid usage of list cursor in registerLukasz Bartosik2021-04-021-9/+8
| |/
* / clk: Mark fwnodes when their clock provider is addedTudor Ambarus2021-03-231-0/+2
|/
* Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-0/+3
|\
| * clk: Mark fwnodes when their clock provider is added/removedSaravana Kannan2021-02-091-0/+3
* | PM: clk: make PM clock layer compatible with clocks that must sleepNicolas Pitre2021-01-271-0/+21
|/
*-. Merge branches 'clk-ti', 'clk-analog', 'clk-trace', 'clk-at91' and 'clk-silab...Stephen Boyd2020-12-201-0/+6
|\ \
| | * clk: Trace clk_set_rate() "range" functionsMaxime Ripard2020-12-171-0/+6
| |/
| |
| \
*-. \ Merge branches 'clk-tegra', 'clk-imx', 'clk-sifive', 'clk-mediatek' and 'clk-...Stephen Boyd2020-12-201-4/+11
|\ \ \ | | |/ | |/|
| | * clk: Add hardware-enable column to clk summaryDmitry Osipenko2020-12-171-4/+11
| |/
| |
| \
*-. \ Merge branches 'clk-doc', 'clk-qcom', 'clk-simplify', 'clk-hw', 'clk-renesas'...Stephen Boyd2020-12-201-7/+104
|\ \ \ | |_|/ |/| |
| | * clk: add devm variant of clk_notifier_registerJerome Brunet2020-11-141-0/+36
| | * clk: add api to get clk consumer from clk_hwJerome Brunet2020-11-141-0/+61
| | * clk: avoid devm_clk_release name clashJerome Brunet2020-11-141-6/+6
| |/ |/|
| * clk: remove unneeded dead-store initializationLukas Bulwahn2020-11-141-1/+1
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
*-. Merge branches 'clk-microchip', 'clk-mmp', 'clk-unused' and 'clk-at91' into c...Stephen Boyd2020-08-031-6/+0
|\ \
| | * clk: drop unused function __clk_get_flagsJulia Lawall2020-08-031-6/+0
| |/
| |
| \
*-. \ Merge branches 'clk-actions', 'clk-rockchip', 'clk-iproc', 'clk-intel' and 'c...Stephen Boyd2020-08-031-0/+29
|\ \ \ | | |/ | |/|
| | * clk: Add support for enabling/disabling clocks from debugfsMike Tipton2020-07-241-0/+29
| |/
* | clk: Clean up kernel-doc errorsStephen Boyd2020-07-241-0/+3
* | clk: add function documentation for clk_hw_round_rate()Sarang Mairal2020-06-221-0/+15
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-06-101-4/+0
|\
| * clk: Remove unused inline function clk_debug_reparentYueHaibing2020-05-051-4/+0
* | PM: runtime: clk: Fix clk_pm_runtime_get() error pathRafael J. Wysocki2020-05-261-1/+5
* | clk: Unlink clock if failed to prepare or enableMarc Zyngier2020-05-051-0/+3
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-04-051-52/+75
|\
| *-. Merge branches 'clk-ti', 'clk-ingenic', 'clk-typo', 'clk-at91', 'clk-mmp2' an...Stephen Boyd2020-04-031-1/+1
| |\ \
| | | * clk: Fix trivia typo in comment exlusive => exclusiveAndy Shevchenko2020-03-201-1/+1
| | |/
| | |
| | \
| *-. | Merge branches 'clk-phase-errors', 'clk-amlogic', 'clk-renesas' and 'clk-allw...Stephen Boyd2020-04-031-49/+72
| |\ \|
| | * | clk: Fix phase init checkMaxime Ripard2020-02-281-2/+4
| | * | clk: Bail out when calculating phase fails during clk registrationStephen Boyd2020-02-121-1/+6
| | * | clk: Move rate and accuracy recalc to mostly consumer APIsStephen Boyd2020-02-121-24/+24
| | * | clk: Use 'parent' to shorten lines in __clk_core_init()Stephen Boyd2020-02-121-11/+11
| | * | clk: Don't cache errors from clk_ops::get_phase()Stephen Boyd2020-02-121-16/+32
| | |/
| * / clk: Fix continuation of of_clk_detect_critical()Geert Uytterhoeven2020-02-121-2/+2
| |/
* / of: clk: Make of_clk_get_parent_{count,name}() parameter constGeert Uytterhoeven2020-02-121-2/+2
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-02-041-1/+1
|\
| * treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-1/+1
| |
| \
*-. \ Merge branches 'clk-debugfs-danger', 'clk-basic-hw', 'clk-renesas', 'clk-amlo...Stephen Boyd2020-01-311-1/+37
|\ \ \
| * | | clk: Add support for setting clk_rate via debugfsGeert Uytterhoeven2020-01-051-1/+37
| |/ /
| | |
| \ \
*-. \ \ Merge branches 'clk-uniphier', 'clk-warn-critical', 'clk-ux500', 'clk-kconfig...Stephen Boyd2020-01-311-24/+53
|\ \ \ \ | | |/ / | |/| |
| | * | clk: Warn about critical clks that fail to enableStephen Boyd2020-01-041-1/+6
| | |/
| | * clk: Don't try to enable critical clocks if prepare failedGuenter Roeck2019-12-261-2/+8
| | * clk: Move clk_core_reparent_orphans() under CONFIG_OFOlof Johansson2019-12-181-7/+7