aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+1
2016-03-20Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2016-02-25clk: mvebu: Move corediv config to mvebu configGravatar Kevin Smith 1-0/+3
2016-02-25ARM: mvebu: mark mvebu_hwcc_pci_nb as __maybe_unusedGravatar Arnd Bergmann 1-1/+1
2016-02-16ARM: mvebu: Use the ARMADA_370_XP_IRQ optionGravatar Thomas Petazzoni 1-1/+5
2016-02-08ARM: mvebu: add missing of_node_put()Gravatar Masahiro Yamada 1-0/+1
2015-12-15Merge tag 'mvebu-cleanup-4.5-1' of git://git.infradead.org/linux-mvebu into n...Gravatar Arnd Bergmann 1-1/+0
2015-12-01ARM: use "depends on" for SoC configs instead of "if" after promptGravatar Masahiro Yamada 1-8/+16
2015-12-01ARM: use const and __initconst for smp_operationsGravatar Masahiro Yamada 3-4/+4
2015-12-01ARM: mvebu: remove unused mach/gpio.hGravatar Arnd Bergmann 1-1/+0
2015-11-10Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 2-3/+86
2015-11-10Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-37/+2
2015-11-03ARM: mvebu: remove static LED setup for netxbig boardsGravatar Simon Guinot 5-224/+0
2015-10-23ARM: mvebu: add broken-idle optionGravatar Vincent Donnefort 1-3/+26
2015-10-15ARM: mvebu: remove the workaround imprecise abort fault handlerGravatar Lucas Stach 1-35/+0
2015-09-29ARM: mvebu: Use a CR_C constant instead of a hard-coded oneGravatar Gregory CLEMENT 1-2/+2
2015-09-29ARM: mvebu: add support to clear shared L2 bit on Armada XPGravatar Thomas Petazzoni 1-0/+60
2015-09-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-0/+3
2015-09-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 4-39/+103
2015-09-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+2
2015-08-05ARM: dove: create a proper PMU driver for power domains, PMU IRQs and resetsGravatar Russell King 2-0/+3
2015-07-28ARM: mvebu: Warn about the wake-up sources not taken into account in suspendGravatar Gregory CLEMENT 1-0/+1
2015-07-25ARM: mvebu: Add standby supportGravatar Gregory CLEMENT 3-12/+56
2015-07-25ARM: mvebu: Use __init for the PM initialization functionsGravatar Gregory CLEMENT 2-2/+2
2015-07-25ARM: mvebu: prepare pm-board.c for the introduction of Armada 38x supportGravatar Thomas Petazzoni 1-11/+11
2015-07-25ARM: mvebu: prepare mvebu_pm_store_bootinfo() to support multiple SoCsGravatar Thomas Petazzoni 1-4/+21
2015-07-25ARM: mvebu: do not check machine in mvebu_pm_init()Gravatar Thomas Petazzoni 1-3/+0
2015-07-25ARM: mvebu: prepare set_cpu_coherent() for future extensionGravatar Nadav Haklai 1-12/+17
2015-07-20ARM: mvebu: Remove clk-provider.h includeGravatar Stephen Boyd 1-1/+0
2015-07-09ARM: mvebu: add missing newline at end of messagesGravatar Thomas Petazzoni 1-2/+2
2015-07-02Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Gravatar Linus Torvalds 1-0/+3
2015-07-02Merge tag 'cpuinit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-4/+1
2015-07-01Merge tag 'mvebu-fixes-4.2-0' of git://git.infradead.org/linux-mvebu into nex...Gravatar Kevin Hilman 1-0/+3
2015-06-17ARM: mvebu: fix suspend to RAM on big-endian configurationsGravatar Thomas Petazzoni 1-0/+3
2015-06-16arm/mach-mvebu: remove legacy __cpuinit sections that crept inGravatar Paul Gortmaker 2-4/+1
2015-06-01ARM: v7 setup function should invalidate L1 cacheGravatar Russell King 1-1/+0
2015-04-22Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 3-0/+30
2015-04-22Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-5/+5
2015-03-31ARM: mvebu: Disable CPU Idle on Armada 38xGravatar Gregory CLEMENT 1-1/+15
2015-03-04ARM: mvebu: add core support for Armada 39xGravatar Thomas Petazzoni 3-0/+30
2015-03-04ARM: mvebu: add __initconst specifiers on DT_MACHINE_START dt_compat tablesGravatar Thomas Petazzoni 3-5/+5
2015-02-19ARM: make of_device_ids constGravatar Uwe Kleine-König 2-2/+2
2015-02-18ARM: mvebu: build armada375-smp code conditionallyGravatar Arnd Bergmann 1-1/+1
2015-02-17Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Gravatar Linus Torvalds 2-55/+21
2015-01-28ARM: mvebu: don't set the PL310 in I/O coherency mode when I/O coherency is d...Gravatar Thomas Petazzoni 1-0/+7
2015-01-19ARM: mvebu: use arm_coherent_dma_ops and re-enable hardware I/O coherencyGravatar Thomas Petazzoni 1-55/+3
2015-01-19Merge branch 'mvebu/fixes-3' into mvebu/socGravatar Andrew Lunn 1-1/+6
2015-01-17ARM: mvebu: completely disable hardware I/O coherencyGravatar Thomas Petazzoni 1-1/+6
2015-01-09ARM: mvebu: Update the SoC ID and revision definitionsGravatar Gregory CLEMENT 1-0/+18
2014-12-04ARM: mvebu: use the cpufreq-dt platform_data for independent clocksGravatar Thomas Petazzoni 1-1/+7