summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu
AgeCommit message (Expand)AuthorFilesLines
2014-07-24ARM: mvebu: make the snoop disabling optional in mvebu_v7_pmsu_idle_prepare()Gregory CLEMENT1-7/+19
2014-07-24ARM: mvebu: use a local variable to store the resume addressGregory CLEMENT1-1/+4
2014-07-24ARM: mvebu: make the cpuidle initialization more genericGregory CLEMENT1-12/+20
2014-07-24ARM: mvebu: rename the armada_370_xp symbols to mvebu_v7 in pmsu.cGregory CLEMENT4-19/+20
2014-07-24ARM: mvebu: use the common function for Armada 375 SMP workaroundGregory CLEMENT3-54/+34
2014-07-24ARM: mvebu: add a common function for the boot address work aroundGregory CLEMENT3-0/+72
2014-07-24ARM: mvebu: sort the #include of pmsu.c in alphabetic orderGregory CLEMENT1-3/+3
2014-07-24ARM: mvebu: split again armada_370_xp_pmsu_idle_enter() in PMSU codeGregory CLEMENT1-1/+12
2014-07-24Merge branch 'mvebu/fixes' into mvebu/soc-cpuidleJason Cooper7-25/+67
2014-07-23ARM: mvebu: fix return value check in armada_xp_pmsu_cpufreq_init()Wei Yongjun1-2/+2
2014-07-23Merge branch 'mvebu/soc-cpufreq' into mvebu/socJason Cooper2-0/+163
2014-07-20Merge tag 'exynos-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Olof Johansson4-18/+47
2014-07-19Merge tag 'mvebu-fixes-3.16-3' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson3-7/+18
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King2-6/+7
2014-07-16ARM: mvebu: extend PMSU code to support dynamic frequency scalingThomas Petazzoni1-0/+162
2014-07-16ARM: mvebu: ensure CPU clocks are enabledThomas Petazzoni1-0/+1
2014-07-08ARM: mvebu: Fix coherency bus notifiers by using separate notifiersEzequiel Garcia1-1/+5
2014-07-08ARM: mvebu: Fix the operand list in the inline asm of armada_370_xp_pmsu_idle...Gregory CLEMENT1-5/+5
2014-07-08Merge tag 'mvebu-soc-3.17' of git://git.infradead.org/linux-mvebu into next/socOlof Johansson15-54/+316
2014-07-05Merge tag 'mvebu-fixes-3.16-2' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson4-18/+47
2014-07-01ARM: mvebu: fix SMP boot for Armada 38x and Armada 375 Z1 in big endianThomas Petazzoni1-1/+8
2014-06-30ARM: mvebu: fix cpuidle implementation to work on big-endian systemsThomas Petazzoni3-8/+28
2014-06-30ARM: mvebu: Staticize mvebu_cpu_reset_initSachin Kamat1-1/+1
2014-06-30ARM: mvebu: Staticize armada_370_xp_cpu_pm_initSachin Kamat1-1/+1
2014-06-30ARM: mvebu: Staticize armada_375_smp_cpu1_enable_waSachin Kamat1-1/+1
2014-06-30ARM: mvebu: Use system controller to get the soc id when possibleGregory CLEMENT3-1/+38
2014-06-30ARM: mvebu: Use the a standard errno in mvebu_get_soc_idGregory CLEMENT1-1/+1
2014-06-30ARM: mvebu: update L2/PCIe deadlock workaround after L2CC cleanupThomas Petazzoni1-6/+6
2014-06-30ARM: mvebu: move Armada 375 external abort logic as a quirkThomas Petazzoni1-4/+13
2014-06-25Merge tag 'mvebu-fixes-3.16' of git://git.infradead.org/linux-mvebu into fixesArnd Bergmann1-0/+2
2014-06-21ARM: mvebu: Don't apply the thermal quirk if the SoC revision is unknownEzequiel Garcia1-2/+11
2014-06-21ARM: mvebu: implement CPU hotplug support for Armada XPThomas Petazzoni4-34/+48
2014-06-21ARM: mvebu: export PMSU idle enter/exit functionsThomas Petazzoni2-2/+5
2014-06-21ARM: mvebu: slightly refactor/rename PMSU idle related functionsThomas Petazzoni1-10/+5
2014-06-21ARM: mvebu: remove stub implementation of CPU hotplug on Armada 375/38xThomas Petazzoni1-3/+0
2014-06-21ARM: Kirkwood: Add setup file for netxbig LEDsAndrew Lunn5-0/+207
2014-06-21ARM: mvebu: mark armada_370_xp_pmsu_idle_prepare() as staticThomas Petazzoni1-1/+1
2014-06-21ARM: mvebu: select ARM_CPU_SUSPEND for Marvell EBU v7 platformsThomas Petazzoni1-0/+1
2014-06-21ARM: mvebu: Fix broken SoC ID detectionEzequiel Garcia1-0/+1
2014-06-17ARM: use menuconfig for sub-arch menusRob Herring1-5/+1
2014-06-17ARM: Remove ARCH_HAS_CPUFREQ config optionStephen Boyd1-1/+0
2014-06-06Fix ARM merge mistake in mvebu board fileLinus Torvalds1-1/+0
2014-06-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds1-0/+6
2014-06-03Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds21-182/+1073
2014-06-03Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+0
2014-05-30ARM: l2c: mvebu: convert to generic l2c OF initialisationRussell King1-3/+6
2014-05-29ARM: kconfig: allow PCI support to be selected with ARCH_MULTIPLATFORMWill Deacon1-1/+0
2014-05-23Merge tag 'mvebu-soc-3.16-2' of git://git.infradead.org/linux-mvebu into next...Arnd Bergmann2-33/+106
2014-05-22ARM: l2c: remove unnecessary UL-suffix to mask valuesRussell King1-1/+1
2014-05-22ARM: mvebu: returns ll_get_cpuid() to ll_get_coherency_cpumask()Thomas Petazzoni1-18/+25