summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mvebu
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'clk-iproc', 'clk-mvebu' and 'clk-qcom-a53' into clk-nextStephen Boyd2018-01-261-4/+1
|\ \
| | * clk: mvebu: armada-37xx-periph: Use PTR_ERR_OR_ZERO()Gomonovych, Vasyl2017-12-281-4/+1
| |/
* | clk: mvebu: armada-37xx-periph: add DVFS support for cpu clocksGregory CLEMENT2017-12-211-4/+217
* | clk: mvebu: armada-37xx-periph: prepare cpu clk to be used with DVFSGregory CLEMENT2017-12-211-9/+73
* | clk: mvebu: armada-37xx-periph: cosmetic changesGregory CLEMENT2017-12-211-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-191-3/+2
* Merge branch 'clk-cp110' of git://git.infradead.org/linux-mvebu into clk-nextStephen Boyd2017-06-191-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-211-2/+2
| * clk: mvebu: Use kcalloc() in of_cpu_clk_setup()Markus Elfring2017-04-211-2/+2
* | clk: apn806: fix spelling mistake: "mising" -> "missing"Colin Ian King2017-04-241-1/+1
* | clk: apn806: Turn the eMMC clock as optional for dts backwards compatibleGregory CLEMENT2017-04-241-7/+13
* | clk: apn806: Add eMMC clock to system controller driverKonstantin Porotchkin2017-04-241-1/+14
|/
* clk: mvebu: adjust clock handling for the CP110 system controllerThomas Petazzoni2017-02-141-2/+11
* clk: mvebu: Expand mv98dx3236-core-clock supportChris Packham2017-02-103-14/+181
* clk: mvebu: support for 98DX3236 SoCChris Packham2017-01-273-0/+70
* clk: mvebu: adjust AP806 CPU clock frequencies to production chipThomas Petazzoni2017-01-091-5/+23
* clk: mvebu: make ap806-system-controller explicitly non-modularPaul Gortmaker2016-11-041-20/+3
* clk: mvebu: make cp110-system-controller explicitly non-modularPaul Gortmaker2016-11-041-32/+3
* clk: mvebu: migrate CP110 system controller to clk_hw API and registrationMarcin Wojtas2016-11-011-78/+72
* clk: mvebu: armada-37xx-periph: Fix the clock gate flagGregory CLEMENT2016-10-171-0/+1
* clk: mvebu: armada-37xx-periph: Fix the clock provider registrationGregory CLEMENT2016-10-171-5/+5
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-10-071-0/+70
|\
| * clk: mvebu: Add clk support for the orion5x SoC mv88f5181Jamie Lentin2016-09-211-0/+70
* | clk: mvebu: dynamically allocate resources in Armada CP110 system controllerMarcin Wojtas2016-09-221-9/+20
* | clk: mvebu: fix setting unwanted flags in CP110 gate clockMarcin Wojtas2016-09-221-0/+2
* | clk: mvebu: Remove redundant dev_err call in armada_3700_periph_clock_probe()Wei Yongjun2016-08-241-3/+1
* | clk: mvebu: Add the peripheral clock driver for Armada 3700Gregory CLEMENT2016-08-152-0/+450
* | clk: mvebu Add the time base generator clocks for Armada 3700Gregory CLEMENT2016-08-152-0/+159
* | clk: mvebu: Add the xtal clock for Armada 3700 SoCGregory CLEMENT2016-08-153-0/+95
* | clk: mvebu: armada-39x: add clk description for supported interfacesGrzegorz Jaszczyk2016-08-121-0/+2
|/
* clk: mvebu: new driver for Armada CP110 system controllerThomas Petazzoni2016-05-063-0/+410
* clk: mvebu: new driver for Armada AP806 system controllerThomas Petazzoni2016-05-063-0/+172
* clk: mvebu: Remove CLK_IS_ROOTStephen Boyd2016-03-032-8/+6
* clk: mvebu: Move corediv config to mvebu configKevin Smith2016-02-251-1/+0
* clk: mvebu: Remove corediv clock from Armada XPKevin Smith2016-02-251-1/+0
* clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang2016-01-292-4/+0
* clk: mvebu: Mark ioremapped memory as __iomemStephen Boyd2016-01-291-1/+1
* clk: add Dove PLL divider support for GPU, VMeta and AXI clocksRussell King2015-12-224-1/+275
* clk: mvebu: Use of_clk_get_parent_name()Stephen Boyd2015-10-161-3/+1
* Merge branch 'clk-fixes' into clk-nextStephen Boyd2015-10-151-1/+3
|\
OpenPOWER on IntegriCloud