summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mvebu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-07-171-0/+17
|\
| * clk: kirkwood: Add support for MV98DX1135Chris Packham2019-06-251-0/+17
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-153-0/+3
* clk: mvebu: fix spelling mistake "gatable" -> "gateable"Colin Ian King2019-04-182-3/+3
* clk: dove: fix refcount leak in dove_clk_init()Yangtao Li2018-12-281-2/+6
* clk: mv98dx3236: fix refcount leak in mv98dx3236_clk_init()Yangtao Li2018-12-281-1/+3
* clk: armada-xp: fix refcount leak in axp_clk_init()Yangtao Li2018-12-281-1/+3
* clk: kirkwood: fix refcount leak in kirkwood_clk_init()Yangtao Li2018-12-281-0/+2
* clk: armada-370: fix refcount leak in a370_clk_init()Yangtao Li2018-12-281-1/+3
* clk: mvebu: Off by one bugs in cp110_of_clk_get()Dan Carpenter2018-12-031-2/+2
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-10-3118-62/+69
|\
| *---. Merge branches 'clk-mvebu-periph-pm', 'clk-meson', 'clk-allwinner', 'clk-mveb...Stephen Boyd2018-10-192-9/+50
| |\ \ \
| | | | * clk: mvebu: ap806: Remove superfluous of_clk_add_providerGregory CLEMENT2018-10-021-1/+0Star
| | | |/
| | * | clk: mvebu: armada-37xx-periph: add suspend/resume supportMiquel Raynal2018-08-311-0/+43
| | * | clk: mvebu: armada-37xx-periph: save the IP base address in the driver dataMiquel Raynal2018-08-311-8/+7Star
| | |/
| | |
| | \
| *-. \ Merge branches 'clk-dt-name', 'clk-ti-of-node' and 'clk-sa' into clk-nextStephen Boyd2018-10-191-1/+2
| |\ \ \ | | | |/ | | |/|
| | | * clk: mvebu: armada-37xx-tbg: Switch to clk_get and balance it in probeGregory CLEMENT2018-10-171-1/+2
| | |/
| * / clk: mvebu: use SPDX-License-IdentifierGregory CLEMENT2018-10-0217-52/+17Star
| |/
* / clk: mvebu: use for_each_of_cpu_node iteratorRob Herring2018-09-281-2/+2
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-08-161-8/+1Star
|\
| *-. Merge branches 'clk-qcom-rpmh', 'clk-qcom-spdx', 'clk-con-id-leak', 'clk-fixe...Stephen Boyd2018-08-151-4/+0Star
| |\ \
| | | * clk: mvebu: armada-37xx-periph: Remove unused var num_parentsAnders Roxell2018-07-271-1/+0Star
| | | * clk: mvebu: armada-37xx-periph: Fix wrong return value in get_parentGregory CLEMENT2018-07-251-3/+0Star
| | |/
| * / clk: mvebu: armada-37xx-periph: switch to SPDX license identifierGregory CLEMENT2018-07-091-4/+1Star
| |/
* / clk: mvebu: armada-37xx-periph: Fix switching CPU rate from 300Mhz to 1.2GHzGregory CLEMENT2018-07-091-0/+38
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-06-091-1/+1
|\
| * clk: mvebu: use correct bit for 98DX3236 NANDChris Packham2018-06-011-1/+1
* | treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-062-5/+6
|/
* clk: mvebu: armada-38x: add support for missing clocksRichard Genoud2018-03-191-7/+7
* clk: mvebu: cp110: Fix clock tree representationGregory CLEMENT2018-03-191-55/+39Star
*-. Merge branches 'clk-iproc', 'clk-mvebu' and 'clk-qcom-a53' into clk-nextStephen Boyd2018-01-271-4/+1Star
|\ \
| | * clk: mvebu: armada-37xx-periph: Use PTR_ERR_OR_ZERO()Gomonovych, Vasyl2017-12-281-4/+1Star
| |/
* | clk: mvebu: armada-37xx-periph: add DVFS support for cpu clocksGregory CLEMENT2017-12-221-4/+217
* | clk: mvebu: armada-37xx-periph: prepare cpu clk to be used with DVFSGregory CLEMENT2017-12-221-9/+73
* | clk: mvebu: armada-37xx-periph: cosmetic changesGregory CLEMENT2017-12-221-8/+9
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* clk: mvebu: cp110: Minor cleanupsStephen Boyd2017-06-201-3/+2Star
* Merge branch 'clk-cp110' of git://git.infradead.org/linux-mvebu into clk-nextStephen Boyd2017-06-201-62/+138
|\
| * clk: mvebu: cp110: add sdio clock to cp-110 system controllerKonstantin Porotchkin2017-06-191-5/+23
| * clk: mvebu: cp110: introduce a new bindingGregory CLEMENT2017-06-191-15/+48
| * clk: mvebu: cp110: do not depend anymore of the *-clock-output-namesGregory CLEMENT2017-06-191-40/+65
| * clk: mvebu: cp110: make failure labels more meaningfulGregory CLEMENT2017-06-011-10/+10
* | clk: mvebu: armada-38x: add support for 1866MHz variantsRalph Sennhauser2017-06-011-3/+4
* | clk: mvebu: ap806: introduce a new bindingGregory CLEMENT2017-06-011-12/+44
* | clk: mvebu: ap806: do not depend anymore of the *-clock-output-namesGregory CLEMENT2017-06-011-22/+24
* | clk: mvebu: ap806: cosmetic improvementGregory CLEMENT2017-06-011-7/+8
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-05-102-4/+4
|\
| * clk: mvebu: Use kcalloc() in two functionsMarkus Elfring2017-04-221-2/+2
| * clk: mvebu: Use kcalloc() in of_cpu_clk_setup()Markus Elfring2017-04-221-2/+2