Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-09-02 | clk: mvebu: powersave clock is a multiplexer | Mike Turquette | 1 | -0/+87 |
2014-09-02 | clk: mvebu: share locks between gate clocks | Mike Turquette | 2 | -3/+8 |
2014-07-16 | clk: mvebu: extend clk-cpu for dynamic frequency scaling | Thomas Petazzoni | 1 | -5/+75 |
2014-04-26 | clk: mvebu: add Orion5x clock driver | Thomas Petazzoni | 3 | -0/+215 |
2014-03-19 | Merge tag 'clk-mvebu-3xx-3.15-2' of git://git.infradead.org/linux-mvebu into ... | Mike Turquette | 1 | -1/+24 |
2014-03-14 | clk: mvebu: Support Armada 380 SoC on the core divider clock | Ezequiel Garcia | 1 | -0/+23 |
2014-03-14 | clk: mvebu: Fix ratio register offset on A375 SoC | Ezequiel Garcia | 1 | -1/+1 |
2014-02-25 | Merge branch 'clk-fixes' into clk-next | Mike Turquette | 4 | -50/+44 |
2014-02-17 | clk: mvebu: add clock support for Armada 380/385 | Gregory CLEMENT | 3 | -0/+172 |
2014-02-17 | clk: mvebu: add clock support for Armada 375 | Gregory CLEMENT | 3 | -0/+189 |
2014-02-17 | clk: mvebu: add Armada 375 support to the corediv clock driver | Thomas Petazzoni | 1 | -0/+19 |
2014-02-17 | clk: mvebu: refactor corediv driver to support more SoC | Thomas Petazzoni | 1 | -24/+57 |
2014-02-17 | clk: mvebu: add a little bit of documentation about data structures | Thomas Petazzoni | 1 | -0/+17 |
2014-02-17 | clk: mvebu: do not copy the contents of clk_corediv_desc | Thomas Petazzoni | 1 | -8/+8 |
2014-02-06 | clk: mvebu: kirkwood: maintain clock init order | Sebastian Hesselbarth | 1 | -18/+16 |
2014-02-06 | clk: mvebu: dove: maintain clock init order | Sebastian Hesselbarth | 1 | -10/+9 |
2014-02-06 | clk: mvebu: armada-xp: maintain clock init order | Sebastian Hesselbarth | 1 | -11/+9 |
2014-02-06 | clk: mvebu: armada-370: maintain clock init order | Sebastian Hesselbarth | 1 | -11/+10 |
2013-11-24 | clk: mvebu: Add Core Divider clock | Ezequiel Garcia | 3 | -0/+229 |
2013-11-24 | clk: mvebu: staticize of_cpu_clk_setup | Jisheng Zhang | 1 | -1/+1 |
2013-10-07 | clk: armada-370: fix tclk frequencies | Simon Guinot | 1 | -2/+2 |
2013-08-28 | clk: kirkwood: Fix incorrect placement of __initconst | Sachin Kamat | 1 | -7/+7 |
2013-08-28 | clk: dove: Fix incorrect placement of __initconst | Sachin Kamat | 1 | -6/+6 |
2013-08-28 | clk: armada-xp: Fix incorrect placement of __initconst | Sachin Kamat | 1 | -6/+6 |