aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-13ARM: mvebu: Fix broken PL310_ERRATA_753970 selectsUlf Magnusson1-2/+2
2018-01-17PCI: Move OF-related PCI functions into PCI coreRob Herring1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-05Merge branch 'next/cleanup' into next/socOlof Johansson1-2/+1
2017-08-16Merge tag 'mvebu-soc-4.14-1' of git://git.infradead.org/linux-mvebu into next/socArnd Bergmann1-0/+2
2017-08-16ARM: Convert to using %pOF instead of full_nameRob Herring1-2/+1
2017-08-03ARM: mvebu: enable ARM_GLOBAL_TIMER compilation Armada 38x platformsMarcin Wojtas1-0/+2
2017-07-18ARM: mvebu: use __pa_symbol in the mv98dx3236 platform SMP codeGregory CLEMENT1-1/+1
2017-02-28Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-3/+3
2017-02-28ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli3-3/+3
2017-01-30arm: mvebu: support for SMP on 98DX3336 SoCChris Packham1-0/+75
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-10-17Merge tag 'mvebu-fixes-4.8-3' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson1-3/+1
2016-09-19ARM: mvebu: Select corediv clk for all mvebu v7 SoCGregory CLEMENT1-3/+1
2016-08-10ARM: don't include removed directoriesArnd Bergmann1-2/+1
2016-08-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds8-7/+12
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds3-6/+1
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+6
2016-07-14ARM/mvebu: Convert to hotplug state machineSebastian Andrzej Siewior1-13/+6
2016-07-04Merge tag 'mvebu-cleanup-4.8-1' of git://git.infradead.org/linux-mvebu into next/cleanupOlof Johansson7-5/+10
2016-06-30ARM: mvebu: compile pm code conditionallyArnd Bergmann1-2/+8
2016-06-23arm: use of_platform_default_populate() to populateKefeng Wang1-1/+1
2016-06-23arm: Remove unnecessary of_platform_populate with default match tableKefeng Wang2-5/+0
2016-06-16ARM: mvebu: map PCI I/O regions strongly orderedThomas Petazzoni1-0/+1
2016-06-16ARM: mvebu: fix HW I/O coherency related deadlocksThomas Petazzoni1-14/+8
2016-06-16ARM: Kirkwood: fix kirkwood_pm_init() declaration/typeBen Dooks1-2/+2
2016-06-16ARM: Kirkwood: make kirkwood_disable_mbus_error_propagation() staticBen Dooks1-1/+1
2016-06-16mvebu: add definition for coherency_baseBen Dooks1-0/+1
2016-06-16mvebu: make mvebu_armada375_smp_wa_init() staticBen Dooks1-1/+1
2016-06-16mvebu: fix missing include of common.h in cpu-reset.cBen Dooks1-0/+2
2016-06-16mvebu: fix missing include of common.h in pm.cBen Dooks1-0/+1
2016-06-16mvebu: fix missing includes in pmsu.cBen Dooks1-1/+2
2016-06-03ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij1-2/+2
2016-04-28cpufreq: mvebu: Move cpufreq code into drivers/cpufreq/Viresh Kumar1-85/+0
2016-04-28mvebu: Use dev_pm_opp_set_sharing_cpus() to mark OPP tables as sharedViresh Kumar1-7/+7
2016-03-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+3
2016-03-20Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2016-03-20Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2016-02-25clk: mvebu: Move corediv config to mvebu configKevin Smith1-0/+3
2016-02-25ARM: mvebu: mark mvebu_hwcc_pci_nb as __maybe_unusedArnd Bergmann1-1/+1
2016-02-16ARM: mvebu: Use the ARMADA_370_XP_IRQ optionThomas Petazzoni1-1/+5
2016-02-08ARM: mvebu: add missing of_node_put()Masahiro Yamada1-0/+1
2015-12-15Merge tag 'mvebu-cleanup-4.5-1' of git://git.infradead.org/linux-mvebu into next/cleanupArnd Bergmann1-1/+0
2015-12-01ARM: use "depends on" for SoC configs instead of "if" after promptMasahiro Yamada1-8/+16
2015-12-01ARM: use const and __initconst for smp_operationsMasahiro Yamada3-4/+4
2015-12-01ARM: mvebu: remove unused mach/gpio.hArnd Bergmann1-1/+0
2015-11-10Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-3/+86
2015-11-10Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-37/+2
2015-11-03ARM: mvebu: remove static LED setup for netxbig boardsSimon Guinot5-224/+0
2015-10-23ARM: mvebu: add broken-idle optionVincent Donnefort1-3/+26