summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu
Commit message (Expand)AuthorAgeFilesLines
* ARM: mvebu: fix some sparse warningsJisheng Zhang2013-11-247-7/+12
* ARM: mvebu: support running big-endianBen Dooks2013-10-193-0/+8
* ARM: mvebu: add missing of_node_put() to fix reference leakJisheng Zhang2013-09-183-1/+9
* Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-09-161-2/+2
|\
| * clocksource: armada-370-xp: Use CLOCKSOURCE_OF_DECLAREEzequiel Garcia2013-09-021-2/+2
* | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-09-062-34/+25
|\ \
| * \ Merge tag 'drivers-3.12' of git://git.infradead.org/linux-mvebu into next/socOlof Johansson2013-08-152-34/+25
| |\ \ | | |/ | |/|
| | * ARM: mvebu: Initialize MBus using the DT bindingEzequiel Garcia2013-08-061-33/+1
| | * ARM: mvebu: Remove the harcoded BootROM window allocationEzequiel Garcia2013-08-061-1/+24
* | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-061-18/+1
|\ \ \
| * \ \ Merge tag 'soc-3.12' of git://git.infradead.org/linux-mvebu into next/cleanupOlof Johansson2013-08-151-18/+1
| |\ \ \ | | |/ / | |/| |
| | * | ARM: mach-mvebu: remove redundant DT parsing and validationSudeep KarkadaNagesha2013-08-091-18/+1
| | |/
* | | ARM: mvebu: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-28/+23
|/ /
* | arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker2013-07-143-6/+3
|/
* reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2013-07-092-2/+5
* Merge tag 'regmap-3.11-2' of git://git.infradead.org/users/jcooper/linux into...Arnd Bergmann2013-06-211-2/+3
|\
| * arm: mvebu: fix coherency_late_init() for multiplatformThomas Petazzoni2013-06-201-2/+3
* | Merge tag 'regmap-3.11' of git://git.infradead.org/users/jcooper/linux into n...Olof Johansson2013-06-147-72/+69
|\ \ | |/
| * arm: mvebu: don't hardcode the physical address for mvebu-mbusThomas Petazzoni2013-06-132-19/+27
| * arm: mvebu: don't hardcode a physical address in headsmp.SThomas Petazzoni2013-06-132-8/+20
| * arm: mvebu: remove hardcoded static I/O mappingThomas Petazzoni2013-06-132-12/+1
| * arm: mvebu: move cache and mvebu-mbus initialization laterThomas Petazzoni2013-06-131-6/+2
| * arm: mvebu: avoid hardcoded virtual address in coherency codeThomas Petazzoni2013-06-132-11/+11
| * arm: mvebu: remove dependency of SMP init on static I/O mappingThomas Petazzoni2013-06-134-17/+11
| * Merge tag 'tags/cleanup-3.11-3' into mvebu/regmapJason Cooper2013-06-131-5/+3
| |\
| | * arm: mvebu: mark functions of armada-370-xp.c as staticThomas Petazzoni2013-05-211-3/+3
| | * ARM: mvebu: Remove init_irq declaration in machine descriptionMaxime Ripard2013-05-191-2/+0
| | * ARM: Orion: Remove redundant init_dma_coherent_pool_size()Andrew Lunn2013-05-131-7/+0
* | | Merge tag 'omap-for-v3.11/soc-signed' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2013-06-141-5/+11
|\ \ \
| * | | ARM: mvebu: Fix bug in coherency fabric low level init functionNadav Haklai2013-05-281-5/+11
| |/ /
* | | Merge tag 'seb_clk-3.11' of git://git.infradead.org/users/jcooper/linux into ...Olof Johansson2013-05-312-5/+4
|\ \ \
| * | | ARM: mvebu: move DT boards to SoC-centric clock initSebastian Hesselbarth2013-05-292-5/+4
* | | | Merge tag 'pcie-3.11-2' of git://git.infradead.org/users/jcooper/linux into n...Olof Johansson2013-05-311-0/+2
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | arm: mvebu: PCIe support is now available on mvebuThomas Petazzoni2013-05-201-0/+2
| |/
* | ARM: mvebu: select ARCH_REQUIRE_GPIOLIB for mvebu platformGregory CLEMENT2013-05-191-0/+1
* | ARM: Orion: Remove redundant init_dma_coherent_pool_size()Andrew Lunn2013-05-131-7/+0
|/
* Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-073-295/+8
|\
| * irqchip: move IRQ driver for Armada 370/XPThomas Petazzoni2013-04-153-297/+3
| * ARM: mvebu: move L2 cache initialization in init_early()Thomas Petazzoni2013-04-152-4/+5
* | Merge tag 'soc-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-076-139/+30
|\ \
| * \ Merge tag 'soc_for_v3.10' of git://git.infradead.org/users/jcooper/linux into...Olof Johansson2013-04-176-139/+30
| |\ \ | | |/ | |/|
| | * ARM: mvebu: Align the internal registers virtual base to support LPAELior Amsalem2013-04-151-1/+1
| | * ARM: mvebu: Limit the DMA zone when LPAE is selectedGregory CLEMENT2013-04-151-0/+1
| | * arm: mach-mvebu: convert to use mvebu-mbus driverThomas Petazzoni2013-04-156-138/+28
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \ \
| * | | arm: irq-armada-370-xp: fix comment typoMarek Belisko2013-03-181-1/+1
| | |/ | |/|
* | | arm: mvebu: Fix the irq map function in SMP modeGregory CLEMENT2013-04-101-11/+5
| |/ |/|
* | arm: mvebu: Use local interrupt only for the timer 0Gregory CLEMENT2013-03-281-3/+5
|/
* Merge tag 'late-mvebu-rebased' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-02-281-4/+83
|\
| * arm: mvebu: Add support for local interruptGregory CLEMENT2013-02-281-4/+11
OpenPOWER on IntegriCloud