Age | Commit message (Expand) | Author | Files | Lines |
2017-05-10 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2 | -4/+4 |
2017-04-24 | clk: apn806: fix spelling mistake: "mising" -> "missing" | Colin Ian King | 1 | -1/+1 |
2017-04-24 | clk: apn806: Turn the eMMC clock as optional for dts backwards compatible | Gregory CLEMENT | 1 | -7/+13 |
2017-04-24 | clk: apn806: Add eMMC clock to system controller driver | Konstantin Porotchkin | 1 | -1/+14 |
2017-04-22 | clk: mvebu: Use kcalloc() in two functions | Markus Elfring | 1 | -2/+2 |
2017-04-22 | clk: mvebu: Use kcalloc() in of_cpu_clk_setup() | Markus Elfring | 1 | -2/+2 |
2017-02-14 | clk: mvebu: adjust clock handling for the CP110 system controller | Thomas Petazzoni | 1 | -2/+11 |
2017-02-10 | clk: mvebu: Expand mv98dx3236-core-clock support | Chris Packham | 3 | -14/+181 |
2017-01-27 | clk: mvebu: support for 98DX3236 SoC | Chris Packham | 3 | -0/+70 |
2017-01-10 | clk: mvebu: adjust AP806 CPU clock frequencies to production chip | Thomas Petazzoni | 1 | -5/+23 |
2016-11-04 | clk: mvebu: make ap806-system-controller explicitly non-modular | Paul Gortmaker | 1 | -20/+3 |
2016-11-04 | clk: mvebu: make cp110-system-controller explicitly non-modular | Paul Gortmaker | 1 | -32/+3 |
2016-11-02 | clk: mvebu: migrate CP110 system controller to clk_hw API and registration | Marcin Wojtas | 1 | -78/+72 |
2016-10-18 | clk: mvebu: armada-37xx-periph: Fix the clock gate flag | Gregory CLEMENT | 1 | -0/+1 |
2016-10-18 | clk: mvebu: armada-37xx-periph: Fix the clock provider registration | Gregory CLEMENT | 1 | -5/+5 |
2016-10-08 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+70 |
2016-09-23 | clk: mvebu: dynamically allocate resources in Armada CP110 system controller | Marcin Wojtas | 1 | -9/+20 |
2016-09-23 | clk: mvebu: fix setting unwanted flags in CP110 gate clock | Marcin Wojtas | 1 | -0/+2 |
2016-09-21 | clk: mvebu: Add clk support for the orion5x SoC mv88f5181 | Jamie Lentin | 1 | -0/+70 |
2016-08-24 | clk: mvebu: Remove redundant dev_err call in armada_3700_periph_clock_probe() | Wei Yongjun | 1 | -3/+1 |
2016-08-16 | clk: mvebu: Add the peripheral clock driver for Armada 3700 | Gregory CLEMENT | 2 | -0/+450 |
2016-08-16 | clk: mvebu Add the time base generator clocks for Armada 3700 | Gregory CLEMENT | 2 | -0/+159 |
2016-08-16 | clk: mvebu: Add the xtal clock for Armada 3700 SoC | Gregory CLEMENT | 3 | -0/+95 |
2016-08-13 | clk: mvebu: armada-39x: add clk description for supported interfaces | Grzegorz Jaszczyk | 1 | -0/+2 |
2016-05-07 | clk: mvebu: new driver for Armada CP110 system controller | Thomas Petazzoni | 3 | -0/+410 |
2016-05-07 | clk: mvebu: new driver for Armada AP806 system controller | Thomas Petazzoni | 3 | -0/+172 |
2016-03-03 | clk: mvebu: Remove CLK_IS_ROOT | Stephen Boyd | 2 | -8/+6 |
2016-02-26 | clk: mvebu: Move corediv config to mvebu config | Kevin Smith | 1 | -1/+0 |
2016-02-26 | clk: mvebu: Remove corediv clock from Armada XP | Kevin Smith | 1 | -1/+0 |
2016-01-29 | clk: move the common clock's to_clk_*(_hw) macros to clk-provider.h | Geliang Tang | 2 | -4/+0 |
2016-01-29 | clk: mvebu: Mark ioremapped memory as __iomem | Stephen Boyd | 1 | -1/+1 |
2015-12-22 | clk: add Dove PLL divider support for GPU, VMeta and AXI clocks | Russell King | 4 | -1/+275 |
2015-10-17 | clk: mvebu: Use of_clk_get_parent_name() | Stephen Boyd | 1 | -3/+1 |
2015-10-16 | Merge branch 'clk-fixes' into clk-next | Stephen Boyd | 1 | -1/+3 |
2015-10-14 | Partially revert "clk: mvebu: Convert to clk_hw based provider APIs" | Stephen Boyd | 1 | -1/+3 |
2015-09-17 | clk: Remove unneeded semicolons | Javier Martinez Canillas | 1 | -1/+1 |
2015-08-25 | clk: mvebu: Convert to clk_hw based provider APIs | Stephen Boyd | 1 | -4/+2 |
2015-07-20 | clk: mvebu: Remove clk.h include | Stephen Boyd | 2 | -2/+3 |
2015-06-18 | clk: mvebu: flag the crypto clk as CLK_IGNORE_UNUSED | Boris Brezillon | 1 | -1/+1 |
2015-06-04 | clk: mvebu: add missing CESA gate clk | Boris Brezillon | 1 | -0/+1 |
2015-03-04 | clk: mvebu: add Marvell Armada 39x driver | Thomas Petazzoni | 3 | -0/+161 |
2015-03-04 | clk: mvebu: extend common code to allow an optional refclk | Thomas Petazzoni | 2 | -0/+18 |
2014-11-30 | clk: mvebu: add suspend/resume for gatable clocks | Thomas Petazzoni | 1 | -2/+30 |
2014-10-04 | Merge tag 'clk-mvebu-3.18-2' of git://git.infradead.org/linux-mvebu into clk-... | Mike Turquette | 2 | -5/+5 |
2014-09-27 | Merge tag 'clk-mvebu-3.18' of git://git.infradead.org/linux-mvebu into clk-next | Mike Turquette | 4 | -2/+99 |
2014-09-16 | clk: mvebu: fix sscg node lookup | Thomas Petazzoni | 2 | -5/+5 |
2014-09-09 | clk: mvebu: armada-375: Fix the description of the SAR in the comment | Gregory CLEMENT | 1 | -2/+2 |
2014-09-09 | clk: mvebu: armada-370: Fix timer drift caused by the SSCG deviation | Gregory CLEMENT | 1 | -0/+8 |
2014-09-09 | clk: mvebu: Fix clk frequency value if SSCG is enabled | Gregory CLEMENT | 2 | -0/+89 |
2014-09-03 | cpufreq: kirkwood: use the powersave multiplexer | Mike Turquette | 1 | -2/+13 |