Age | Commit message (Expand) | Author | Files | Lines |
2013-07-09 | reboot: arm: change reboot_mode to use enum reboot_mode | Robin Holt | 2 | -2/+5 |
2013-06-21 | Merge tag 'regmap-3.11-2' of git://git.infradead.org/users/jcooper/linux into... | Arnd Bergmann | 1 | -2/+3 |
2013-06-20 | arm: mvebu: fix coherency_late_init() for multiplatform | Thomas Petazzoni | 1 | -2/+3 |
2013-06-15 | Merge tag 'regmap-3.11' of git://git.infradead.org/users/jcooper/linux into n... | Olof Johansson | 7 | -72/+69 |
2013-06-15 | Merge tag 'omap-for-v3.11/soc-signed' of git://git.kernel.org/pub/scm/linux/k... | Olof Johansson | 1 | -5/+11 |
2013-06-13 | arm: mvebu: don't hardcode the physical address for mvebu-mbus | Thomas Petazzoni | 2 | -19/+27 |
2013-06-13 | arm: mvebu: don't hardcode a physical address in headsmp.S | Thomas Petazzoni | 2 | -8/+20 |
2013-06-13 | arm: mvebu: remove hardcoded static I/O mapping | Thomas Petazzoni | 2 | -12/+1 |
2013-06-13 | arm: mvebu: move cache and mvebu-mbus initialization later | Thomas Petazzoni | 1 | -6/+2 |
2013-06-13 | arm: mvebu: avoid hardcoded virtual address in coherency code | Thomas Petazzoni | 2 | -11/+11 |
2013-06-13 | arm: mvebu: remove dependency of SMP init on static I/O mapping | Thomas Petazzoni | 4 | -17/+11 |
2013-06-13 | Merge tag 'tags/cleanup-3.11-3' into mvebu/regmap | Jason Cooper | 1 | -5/+3 |
2013-06-01 | Merge tag 'seb_clk-3.11' of git://git.infradead.org/users/jcooper/linux into ... | Olof Johansson | 2 | -5/+4 |
2013-06-01 | Merge tag 'pcie-3.11-2' of git://git.infradead.org/users/jcooper/linux into n... | Olof Johansson | 1 | -0/+2 |
2013-05-29 | ARM: mvebu: move DT boards to SoC-centric clock init | Sebastian Hesselbarth | 2 | -5/+4 |
2013-05-28 | ARM: mvebu: Fix bug in coherency fabric low level init function | Nadav Haklai | 1 | -5/+11 |
2013-05-21 | arm: mvebu: mark functions of armada-370-xp.c as static | Thomas Petazzoni | 1 | -3/+3 |
2013-05-20 | arm: mvebu: PCIe support is now available on mvebu | Thomas Petazzoni | 1 | -0/+2 |
2013-05-20 | ARM: mvebu: Remove init_irq declaration in machine description | Maxime Ripard | 1 | -2/+0 |
2013-05-19 | ARM: mvebu: select ARCH_REQUIRE_GPIOLIB for mvebu platform | Gregory CLEMENT | 1 | -0/+1 |
2013-05-13 | ARM: Orion: Remove redundant init_dma_coherent_pool_size() | Andrew Lunn | 1 | -7/+0 |
2013-05-13 | ARM: Orion: Remove redundant init_dma_coherent_pool_size() | Andrew Lunn | 1 | -7/+0 |
2013-05-07 | Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -295/+8 |
2013-05-07 | Merge tag 'soc-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 6 | -139/+30 |
2013-04-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2013-04-18 | Merge tag 'soc_for_v3.10' of git://git.infradead.org/users/jcooper/linux into... | Olof Johansson | 6 | -139/+30 |
2013-04-15 | irqchip: move IRQ driver for Armada 370/XP | Thomas Petazzoni | 3 | -297/+3 |
2013-04-15 | ARM: mvebu: move L2 cache initialization in init_early() | Thomas Petazzoni | 2 | -4/+5 |
2013-04-15 | ARM: mvebu: Align the internal registers virtual base to support LPAE | Lior Amsalem | 1 | -1/+1 |
2013-04-15 | ARM: mvebu: Limit the DMA zone when LPAE is selected | Gregory CLEMENT | 1 | -0/+1 |
2013-04-15 | arm: mach-mvebu: convert to use mvebu-mbus driver | Thomas Petazzoni | 6 | -138/+28 |
2013-04-10 | arm: mvebu: Fix the irq map function in SMP mode | Gregory CLEMENT | 1 | -11/+5 |
2013-03-28 | arm: mvebu: Use local interrupt only for the timer 0 | Gregory CLEMENT | 1 | -3/+5 |
2013-03-18 | arm: irq-armada-370-xp: fix comment typo | Marek Belisko | 1 | -1/+1 |
2013-03-01 | Merge tag 'late-mvebu-rebased' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+83 |
2013-02-28 | arm: mvebu: Add support for local interrupt | Gregory CLEMENT | 1 | -4/+11 |
2013-02-28 | arm: mvebu: Improve the SMP support of the interrupt controller | Gregory CLEMENT | 1 | -0/+72 |
2013-02-28 | Merge branch 'timer/cleanup' into late/mvebu2 | Arnd Bergmann | 1 | -5/+1 |
2013-02-22 | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -5/+1 |
2013-02-14 | ARM: mvebu: allow selecting mvebu without Armada XP | Arnd Bergmann | 1 | -2/+3 |
2013-01-28 | Merge tag 'v3.8-rc5' into next/cleanup | Olof Johansson | 1 | -0/+2 |
2013-01-12 | arm: mvebu: Fix compile for multiplatform when ARMv6 is selected | Tony Lindgren | 1 | -0/+2 |
2012-12-24 | ARM: delete struct sys_timer | Stephen Warren | 1 | -5/+1 |
2012-11-27 | arm: mvebu: add L2 cache support | Gregory CLEMENT | 2 | -0/+5 |
2012-11-24 | Merge branch 'mvebu-misc-fixes' of git://github.com/MISL-EBU-System-SW/mainli... | Jason Cooper | 2 | -6/+5 |
2012-11-22 | arm: mvebu: fix address decoding armada_cfg_base() function | Thomas Petazzoni | 1 | -1/+1 |
2012-11-22 | Merge tag 'marvell-armadaxp-smp-for-3.8' of github.com:MISL-EBU-System-SW/mai... | Thomas Petazzoni | 14 | -8/+553 |
2012-11-22 | Merge branch 'for-jason-1/cleanup' into mevbu-dt-additions | Thomas Petazzoni | 1 | -5/+4 |
2012-11-22 | Merge tag 'marvell-hwiocc-for-3.8' of git://github.com/MISL-EBU-System-SW/mai... | Jason Cooper | 2 | -0/+76 |
2012-11-22 | Merge tag 'marvell-armadaxp-smp-for-3.8' of git://github.com/MISL-EBU-System-... | Jason Cooper | 14 | -8/+553 |