aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-04Merge 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-20ARM: Kirkwood: Add setup file for netxbig LEDsAndrew Lunn5-0/+207
2014-06-20ARM: mvebu: mark armada_370_xp_pmsu_idle_prepare() as staticThomas Petazzoni1-1/+1
2014-06-20ARM: mvebu: select ARM_CPU_SUSPEND for Marvell EBU v7 platformsThomas Petazzoni1-0/+1
2014-06-20ARM: 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-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds1-0/+6
2014-06-02Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into nextLinus Torvalds21-182/+1073
2014-06-02Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into nextLinus 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/socArnd 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
2014-05-22ARM: mvebu: improve comments in coherency_ll.SThomas Petazzoni1-18/+32
2014-05-22ARM: mvebu: fix indentation of assembly instructions in coherency_ll.SThomas Petazzoni1-4/+4
2014-05-22ARM: mvebu: fix big endian booting after coherency code reworkThomas Petazzoni1-1/+1
2014-05-22ARM: mvebu: coherency: fix registration of PCI bus notifier when !PCIThomas Petazzoni1-0/+2
2014-05-22ARM: mvebu: implement L2/PCIe deadlock workaroundThomas Petazzoni1-0/+39
2014-05-19Merge branch 'cleanup/kconfig' into next/socOlof Johansson1-6/+0
2014-05-16ARM: mvebu: use hardware I/O coherency also for PCI devicesThomas Petazzoni1-5/+16
2014-05-13ARM: mvebu: mvebu-soc-id: keep clock enabled if PCIe unit is enabledThomas Petazzoni1-2/+12
2014-05-13ARM: mvebu: mvebu-soc-id: add missing clk_put() callThomas Petazzoni1-0/+1
2014-05-08ARM: mvebu: Fix pmsu compilation when ARMv6 is selectedVincent Stehlé1-0/+1
2014-05-08ARM: mvebu: conditionalize Armada 375 coherency workaroundThomas Petazzoni1-2/+8
2014-05-08ARM: mvebu: conditionalize Armada 375 SMP workaroundThomas Petazzoni1-9/+11
2014-05-08ARM: mvebu: add Armada 375 A0 revision definitionThomas Petazzoni1-0/+1
2014-05-08ARM: mvebu: initialize mvebu-soc-id earlierThomas Petazzoni1-1/+1
2014-05-08ARM: mvebu: fix thermal quirk SoC revision checkThomas Petazzoni1-1/+1
2014-05-08ARM: Kirkwood: t5325: Remove platform device to instantiate audioAndrew Lunn5-43/+0
2014-05-08ARM: Kirkwood: Remove platform driver for codecAndrew Lunn1-15/+0
2014-05-08ARM: mvebu: Add thermal quirk for the Armada 375 DB boardEzequiel Garcia2-0/+60
2014-05-08ARM: mvebu: Select HAVE_ARM_TWD only if SMP is enabledEzequiel Garcia1-2/+2