Age | Commit message (Expand) | Author | Files | Lines |
2013-12-20 | ARM: versatile: move GPIO2 and GPIO3 to core | Linus Walleij | 2 | -21/+16 |
2013-09-10 | Merge branch 'versatile/fixes' into fixes | Olof Johansson | 2 | -17/+32 |
2013-09-05 | ARM: PCI: versatile: Fix SMAP register offsets | Peter Maydell | 1 | -3/+3 |
2013-09-05 | ARM: PCI: versatile: Fix PCI I/O | Peter Maydell | 2 | -8/+10 |
2013-09-05 | ARM: PCI: versatile: Fix map_irq function to match hardware | Peter Maydell | 1 | -6/+19 |
2013-08-25 | ARM: debug: move PL01X debug include into arch/arm/include/debug/ | Russell King | 1 | -13/+0 |
2013-08-25 | ARM: debug: provide PL01x debug uart phys/virt address configuration options | Russell King | 1 | -8/+0 |
2013-07-09 | reboot: arm: change reboot_mode to use enum reboot_mode | Robin Holt | 2 | -2/+4 |
2013-04-12 | ARM: versatile: use OF init for sp804 timer | Rob Herring | 2 | -14/+13 |
2013-02-22 | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 6 | -18/+6 |
2013-02-22 | Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -1/+6 |
2013-02-14 | ARM: pick Versatile by default for !MMU | Arnd Bergmann | 1 | -0/+5 |
2013-02-14 | ARM: integrator/versatile: fix NOMMU warnings | Arnd Bergmann | 1 | -1/+1 |
2013-02-06 | ARM: 7635/1: versatile: fix the PCI IRQ regression | Linus Walleij | 2 | -6/+20 |
2013-02-05 | Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li... | Olof Johansson | 1 | -1/+0 |
2013-01-15 | Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into... | Olof Johansson | 4 | -7/+1 |
2013-01-14 | Merge branch 'clocksource/cleanup' into next/cleanup | Olof Johansson | 1 | -3/+3 |
2013-01-12 | irqchip: Move ARM vic.h to include/linux/irqchip/arm-vic.h | Rob Herring | 1 | -1/+1 |
2013-01-12 | ARM: remove unneeded vic.h includes | Rob Herring | 3 | -3/+0 |
2013-01-12 | ARM: remove mach .handle_irq for VIC users | Rob Herring | 3 | -3/+0 |
2013-01-11 | ARM: remove unused arch_decomp_wdog() | Shawn Guo | 1 | -1/+0 |
2013-01-02 | ARM: 7610/1: versatile: bump IRQ numbers | Linus Walleij | 1 | -3/+3 |
2012-12-24 | ARM: delete struct sys_timer | Stephen Warren | 5 | -10/+5 |
2012-11-04 | ARM: plat-versatile: move FPGA irq driver to drivers/irqchip | Linus Walleij | 1 | -1/+1 |
2012-10-13 | ARM: config: sort select statements alphanumerically | Russell King | 1 | -2/+2 |
2012-10-02 | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 1 | -1/+0 |
2012-10-02 | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -5/+0 |
2012-09-21 | Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux ... | Olof Johansson | 1 | -1/+0 |
2012-09-14 | ARM: make mach/gpio.h headers optional | Rob Herring | 1 | -1/+0 |
2012-08-01 | ARM: mach-realview and mach-versatile: retire custom LED code | Bryan Wu | 1 | -5/+0 |
2012-07-26 | ARM: versatile: use fixed PCI i/o mapping | Rob Herring | 4 | -51/+4 |
2012-07-04 | ARM: fix mach-versatile/pci.c warning | Russell King | 1 | -1/+0 |
2012-06-17 | arm: versatile: fix and enable PCI I/O space | Arnd Bergmann | 4 | -19/+48 |
2012-05-21 | Merge branches 'amba', 'devel-stable', 'fixes', 'mach-types', 'mmci', 'pci' a... | Russell King | 2 | -21/+10 |
2012-05-13 | ARM: PCI: provide a default bus scan implementation | Russell King | 1 | -7/+1 |
2012-05-13 | ARM: PCI: get rid of pci_std_swizzle() | Russell King | 1 | -1/+0 |
2012-05-13 | ARM: PCI: versatile: fix PCI interrupt setup | Russell King | 1 | -4/+2 |
2012-05-04 | ARM: 7391/1: versatile: add some auxdata for device trees | Linus Walleij | 1 | -2/+3 |
2012-05-04 | ARM: 7389/2: plat-versatile: modernize FPGA IRQ controller | Linus Walleij | 1 | -8/+5 |
2012-04-03 | ARM: versatile: fix build failure in pci.c | Paul Gortmaker | 1 | -5/+5 |
2012-03-30 | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 1 | -28/+0 |
2012-03-29 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2 | -2/+0 |
2012-03-28 | Disintegrate asm/system.h for ARM | David Howells | 2 | -2/+0 |
2012-03-24 | Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 5 | -107/+49 |
2012-03-24 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -3/+3 |
2012-03-07 | ARM: remove bunch of now unused mach/io.h files | Rob Herring | 1 | -28/+0 |
2012-02-24 | arm/PCI: get rid of device resource fixups | Bjorn Helgaas | 1 | -3/+3 |
2012-02-23 | Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ... | Russell King | 1 | -15/+0 |
2012-02-22 | ARM: remove disable_fiq and arch_ret_to_user macros | Rob Herring | 1 | -15/+0 |
2012-02-16 | irq_domain: Remove 'new' irq_domain in favour of the ppc one | Grant Likely | 1 | -2/+5 |