aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/mvebu
AgeCommit message (Expand)AuthorFilesLines
2020-01-04clk: Fix Kconfig indentationGravatar Krzysztof Kozlowski 1-1/+1
2019-11-27Merge branches 'clk-ti', 'clk-allwinner', 'clk-qcom', 'clk-sa' and 'clk-aspee...Gravatar Stephen Boyd 2-4/+4
2019-11-27Merge branches 'clk-rohm', 'clk-hisilicon', 'clk-marvell', 'clk-unused' and '...Gravatar Stephen Boyd 2-28/+4
2019-11-13clk: armada-xp: remove unused codeGravatar YueHaibing 1-26/+0
2019-11-08drivers/clk: convert VL struct to struct_sizeGravatar Stephen Kitt 2-4/+4
2019-10-03clk: mvebu: armada-37xx-periph: change suspend/resume timeGravatar Miquel Raynal 1-2/+2
2019-10-03clk: mvebu: armada-37xx-periph: add PCIe gated clockGravatar Miquel Raynal 1-0/+2
2019-09-17clk: mvebu: ap80x: add AP807 clock supportGravatar Ben Peled 1-0/+28
2019-09-17clk: mvebu: ap806: Prepare the introduction of AP807 clock supportGravatar Ben Peled 1-63/+77
2019-09-17clk: mvebu: ap806: add AP-DCLK (hclk) to system controller driverGravatar Omri Itach 1-2/+46
2019-09-17clk: mvebu: ap806: be more explicit on what SaR isGravatar Miquel Raynal 1-1/+1
2019-09-17clk: mvebu: ap80x-cpu: add AP807 CPU clock supportGravatar Ben Peled 1-2/+57
2019-09-17clk: mvebu: ap806-cpu: prepare mapping of AP807 CPU clockGravatar Christine Gharzuzi 1-20/+62
2019-08-08clk: mvebu: ap806: Fix clock name for the clusterGravatar Gregory CLEMENT 1-2/+2
2019-08-08clk: mvebu: add CPU clock driver for Armada 7K/8KGravatar Gregory CLEMENT 3-0/+263
2019-08-08clk: mvebu: add helper file for Armada AP and CP clocksGravatar Gregory CLEMENT 6-42/+61
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-0/+17
2019-06-25clk: kirkwood: Add support for MV98DX1135Gravatar Chris Packham 1-0/+17
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-15clk: Remove io.h from clk-provider.hGravatar Stephen Boyd 3-0/+3
2019-04-18clk: mvebu: fix spelling mistake "gatable" -> "gateable"Gravatar Colin Ian King 2-3/+3
2018-12-28clk: dove: fix refcount leak in dove_clk_init()Gravatar Yangtao Li 1-2/+6
2018-12-28clk: mv98dx3236: fix refcount leak in mv98dx3236_clk_init()Gravatar Yangtao Li 1-1/+3
2018-12-28clk: armada-xp: fix refcount leak in axp_clk_init()Gravatar Yangtao Li 1-1/+3
2018-12-28clk: kirkwood: fix refcount leak in kirkwood_clk_init()Gravatar Yangtao Li 1-0/+2
2018-12-28clk: armada-370: fix refcount leak in a370_clk_init()Gravatar Yangtao Li 1-1/+3
2018-12-03clk: mvebu: Off by one bugs in cp110_of_clk_get()Gravatar Dan Carpenter 1-2/+2
2018-10-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 18-62/+69
2018-10-18Merge branches 'clk-mvebu-periph-pm', 'clk-meson', 'clk-allwinner', 'clk-mveb...Gravatar Stephen Boyd 2-9/+50
2018-10-18Merge branches 'clk-dt-name', 'clk-ti-of-node' and 'clk-sa' into clk-nextGravatar Stephen Boyd 1-1/+2
2018-10-16clk: mvebu: armada-37xx-tbg: Switch to clk_get and balance it in probeGravatar Gregory CLEMENT 1-1/+2
2018-10-01clk: mvebu: ap806: Remove superfluous of_clk_add_providerGravatar Gregory CLEMENT 1-1/+0
2018-10-01clk: mvebu: use SPDX-License-IdentifierGravatar Gregory CLEMENT 17-52/+17
2018-09-28clk: mvebu: use for_each_of_cpu_node iteratorGravatar Rob Herring 1-2/+2
2018-08-31clk: mvebu: armada-37xx-periph: add suspend/resume supportGravatar Miquel Raynal 1-0/+43
2018-08-31clk: mvebu: armada-37xx-periph: save the IP base address in the driver dataGravatar Miquel Raynal 1-8/+7
2018-08-15Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-8/+1
2018-08-14Merge branches 'clk-qcom-rpmh', 'clk-qcom-spdx', 'clk-con-id-leak', 'clk-fixe...Gravatar Stephen Boyd 1-4/+0
2018-07-27clk: mvebu: armada-37xx-periph: Remove unused var num_parentsGravatar Anders Roxell 1-1/+0
2018-07-25clk: mvebu: armada-37xx-periph: Fix wrong return value in get_parentGravatar Gregory CLEMENT 1-3/+0
2018-07-09clk: mvebu: armada-37xx-periph: switch to SPDX license identifierGravatar Gregory CLEMENT 1-4/+1
2018-07-09clk: mvebu: armada-37xx-periph: Fix switching CPU rate from 300Mhz to 1.2GHzGravatar Gregory CLEMENT 1-0/+38
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-1/+1
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsGravatar Kees Cook 2-5/+6
2018-06-01clk: mvebu: use correct bit for 98DX3236 NANDGravatar Chris Packham 1-1/+1
2018-03-19clk: mvebu: armada-38x: add support for missing clocksGravatar Richard Genoud 1-7/+7
2018-03-19clk: mvebu: cp110: Fix clock tree representationGravatar Gregory CLEMENT 1-55/+39
2018-01-26Merge branches 'clk-iproc', 'clk-mvebu' and 'clk-qcom-a53' into clk-nextGravatar Stephen Boyd 1-4/+1
2017-12-28clk: mvebu: armada-37xx-periph: Use PTR_ERR_OR_ZERO()Gravatar Gomonovych, Vasyl 1-4/+1
2017-12-21clk: mvebu: armada-37xx-periph: add DVFS support for cpu clocksGravatar Gregory CLEMENT 1-4/+217