aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-31Merge tag 'mvebu-fixes-3.13-2' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson1-1/+1
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds8-15/+17
2014-01-20ARM: mvebu: Fix kernel hang in mvebu_soc_id_init() when of_iomap failedGregory CLEMENT1-1/+1
2014-01-14ARM: mvebu: Add quirk for i2c for the OpenBlocks AX3-4 boardGregory CLEMENT1-0/+32
2014-01-14ARM: mvebu: Add support to get the ID and the revision of a SoCGregory CLEMENT3-1/+152
2013-12-27ARM: mvebu: move Armada 370/XP specific definitions to armada-370-xp.hThomas Petazzoni2-2/+3
2013-12-27ARM: mvebu: remove prototypes of non-existing functions from common.hThomas Petazzoni1-4/+0
2013-12-25ARM: mvebu: move ARMADA_XP_MAX_CPUS to armada-370-xp.hThomas Petazzoni2-2/+2
2013-11-24ARM: mvebu: fix some sparse warningsJisheng Zhang7-7/+12
2013-10-19ARM: mvebu: support running big-endianBen Dooks3-0/+8
2013-09-18ARM: mvebu: add missing of_node_put() to fix reference leakJisheng Zhang3-1/+9
2013-09-16Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-34/+25
2013-09-06Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-18/+1
2013-09-02clocksource: armada-370-xp: Use CLOCKSOURCE_OF_DECLAREEzequiel Garcia1-2/+2
2013-08-21ARM: mvebu: remove device tree parsing for cpu nodesSudeep KarkadaNagesha1-28/+23
2013-08-15Merge tag 'soc-3.12' of git://git.infradead.org/linux-mvebu into next/cleanupOlof Johansson1-18/+1
2013-08-15Merge tag 'drivers-3.12' of git://git.infradead.org/linux-mvebu into next/socOlof Johansson2-34/+25
2013-08-09ARM: mach-mvebu: remove redundant DT parsing and validationSudeep KarkadaNagesha1-18/+1
2013-08-06ARM: mvebu: Initialize MBus using the DT bindingEzequiel Garcia1-33/+1
2013-08-06ARM: mvebu: Remove the harcoded BootROM window allocationEzequiel Garcia1-1/+24
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker3-6/+3
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2-2/+5
2013-06-21Merge tag 'regmap-3.11-2' of git://git.infradead.org/users/jcooper/linux into next/socArnd Bergmann1-2/+3
2013-06-20arm: mvebu: fix coherency_late_init() for multiplatformThomas Petazzoni1-2/+3
2013-06-14Merge tag 'regmap-3.11' of git://git.infradead.org/users/jcooper/linux into next/socOlof Johansson7-72/+69
2013-06-14Merge tag 'omap-for-v3.11/soc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/socOlof Johansson1-5/+11
2013-06-13arm: mvebu: don't hardcode the physical address for mvebu-mbusThomas Petazzoni2-19/+27
2013-06-13arm: mvebu: don't hardcode a physical address in headsmp.SThomas Petazzoni2-8/+20
2013-06-13arm: mvebu: remove hardcoded static I/O mappingThomas Petazzoni2-12/+1
2013-06-13arm: mvebu: move cache and mvebu-mbus initialization laterThomas Petazzoni1-6/+2
2013-06-13arm: mvebu: avoid hardcoded virtual address in coherency codeThomas Petazzoni2-11/+11
2013-06-13arm: mvebu: remove dependency of SMP init on static I/O mappingThomas Petazzoni4-17/+11
2013-06-13Merge tag 'tags/cleanup-3.11-3' into mvebu/regmapJason Cooper1-5/+3
2013-05-31Merge tag 'seb_clk-3.11' of git://git.infradead.org/users/jcooper/linux into next/socOlof Johansson2-5/+4
2013-05-31Merge tag 'pcie-3.11-2' of git://git.infradead.org/users/jcooper/linux into next/socOlof Johansson1-0/+2
2013-05-29ARM: mvebu: move DT boards to SoC-centric clock initSebastian Hesselbarth2-5/+4
2013-05-28ARM: mvebu: Fix bug in coherency fabric low level init functionNadav Haklai1-5/+11
2013-05-21arm: mvebu: mark functions of armada-370-xp.c as staticThomas Petazzoni1-3/+3
2013-05-20arm: mvebu: PCIe support is now available on mvebuThomas Petazzoni1-0/+2
2013-05-19ARM: mvebu: Remove init_irq declaration in machine descriptionMaxime Ripard1-2/+0
2013-05-19ARM: mvebu: select ARCH_REQUIRE_GPIOLIB for mvebu platformGregory CLEMENT1-0/+1
2013-05-13ARM: Orion: Remove redundant init_dma_coherent_pool_size()Andrew Lunn1-7/+0
2013-05-13ARM: Orion: Remove redundant init_dma_coherent_pool_size()Andrew Lunn1-7/+0
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-295/+8
2013-05-07Merge tag 'soc-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-139/+30
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-04-17Merge tag 'soc_for_v3.10' of git://git.infradead.org/users/jcooper/linux into next/soc2Olof Johansson6-139/+30
2013-04-15irqchip: move IRQ driver for Armada 370/XPThomas Petazzoni3-297/+3
2013-04-15ARM: mvebu: move L2 cache initialization in init_early()Thomas Petazzoni2-4/+5