summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * clk: walk orphan list on clock provider registrationJerome Brunet2019-12-121-22/+40
| |/
| |
| \
*-. \ Merge branches 'clk-init-allocation', 'clk-unused' and 'clk-register-dt-node-...Stephen Boyd2020-01-311-2/+25
|\ \ \ | | |/ | |/|
| | * clk: Use parent node pointer during registration if necessaryStephen Boyd2020-01-041-2/+25
| |/
* | clk: add terminate callback to clk_opsJerome Brunet2019-12-231-1/+6
* | clk: let init callback return an error codeJerome Brunet2019-12-231-6/+11
* | clk: actually call the clock init before any other callback of the clockJerome Brunet2019-12-231-11/+15
|/
*-. Merge branches 'clk-ingenic', 'clk-init-leak', 'clk-ux500' and 'clk-bitmain' ...Stephen Boyd2019-11-271-4/+5
|\ \
| | * clk: mark clk_disable_unused() as __initRasmus Villemoes2019-11-191-4/+4
| | * clk: Fix memory leak in clk_unregister()Kishon Vijay Abraham I2019-11-191-0/+1
| |/
* / clk: Add API to get index of the clock parentSowjanya Komatineni2019-11-111-0/+18
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-09-201-37/+132
|\
| *-. Merge branches 'clk-cdce-regulator', 'clk-bcm', 'clk-evict-parent-cache' and ...Stephen Boyd2019-09-191-6/+36
| |\ \
| | | * clk: Evict unregistered clks from parent cachesStephen Boyd2019-09-171-6/+36
| | |/
| | |
| | \
| | \
| | \
| *---. | Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' i...Stephen Boyd2019-09-191-15/+54
| |\ \ \|
| | | * | clk: Document of_parse_clkspec() some moreStephen Boyd2019-09-051-6/+37
| | | * | clk: Remove extraneous 'for' word in commentsRishi Gupta2019-08-171-1/+1
| | | |/
| | * / clk: Overwrite clk_hw::init with NULL during clk_register()Stephen Boyd2019-08-161-8/+16
| | |/
| | |
| | \
| *-. \ Merge branches 'clk-qcom', 'clk-mtk', 'clk-armada', 'clk-ingenic' and 'clk-me...Stephen Boyd2019-09-191-0/+6
| |\ \ \ | | | |/ | | |/|
| * | | clk: Drop !clk checks in debugfs dumpingStephen Boyd2019-09-191-12/+0
| * | | clk: Use seq_puts() in possible_parent_show()Markus Elfring2019-08-081-5/+5
| * | | clk: Assert prepare_lock in clk_core_get_boundariesLeonard Crestez2019-08-081-0/+2
| * | | clk: Add clk_min/max_rate entries in debugfsLeonard Crestez2019-08-081-0/+36
| |/ /
* | | Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-09-161-0/+6
|\ \ \ | | |/ | |/|
| * | clk: core: introduce clk_hw_set_parent()Neil Armstrong2019-08-091-0/+6
| |/
* | clk: Fix potential NULL dereference in clk_fetch_parent_index()Martin Blumenstingl2019-08-161-1/+2
* | clk: Fix falling back to legacy parent string matchingStephen Boyd2019-08-161-12/+34
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-07-171-8/+55
|\