| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: remove Intel iop33x and iop13xx support | Arnd Bergmann | 2019-08-14 | 16 | -800/+0 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 4 | -16/+4 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 2 | -10/+2 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 3 | -0/+3 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 6 | -0/+6 |
* | ARM: kill off set_irq_flags usage | Rob Herring | 2015-07-28 | 1 | -1/+1 |
* | kbuild: remove unnecessary variable initializaions | Masahiro Yamada | 2014-10-02 | 1 | -3/+0 |
* | ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, too | Uwe Kleine-König | 2013-12-20 | 1 | -6/+0 |
* | ARM: plat-iop: pass physical base for GPIO | Linus Walleij | 2013-09-20 | 2 | -2/+2 |
* | ARM: plat-iop: instantiate GPIO from platform device | Linus Walleij | 2013-09-20 | 4 | -7/+14 |
* | ARM: debug: move 8250 debug include into arch/arm/include/debug/ | Russell King | 2013-08-25 | 1 | -13/+0 |
* | ARM: debug: provide 8250 debug uart phys/virt address configuration options | Russell King | 2013-08-25 | 1 | -8/+0 |
* | ARM: debug: provide 8250 debug uart register shift configuration option | Russell King | 2013-08-25 | 1 | -1/+0 |
* | Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li... | Olof Johansson | 2013-02-05 | 1 | -1/+0 |
|\ |
|
| * | ARM: remove unused arch_decomp_wdog() | Shawn Guo | 2013-01-11 | 1 | -1/+0 |
* | | ARM: delete struct sys_timer | Stephen Warren | 2012-12-24 | 2 | -10/+2 |
|/ |
|
* | ARM: iop3xx: use fixed PCI i/o mapping | Rob Herring | 2012-07-26 | 1 | -19/+0 |
* | ARM: PCI: provide a default bus scan implementation | Russell King | 2012-05-13 | 2 | -2/+2 |
* | ARM: PCI: get rid of pci_std_swizzle() | Russell King | 2012-05-13 | 2 | -2/+0 |
* | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 2012-03-29 | 1 | -1/+0 |
|\ |
|
| * | ARM: kill off __mem_pci | Rob Herring | 2012-03-06 | 1 | -1/+0 |
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-28 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | Disintegrate asm/system.h for ARM | David Howells | 2012-03-28 | 1 | -1/+0 |
* | | Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ... | Russell King | 2012-02-22 | 1 | -3/+0 |
|\ \ |
|
| * | | ARM: remove disable_fiq and arch_ret_to_user macros | Rob Herring | 2012-02-21 | 1 | -3/+0 |
| |/ |
|
* / | ARM: big removal of now unused arch_idle() | Nicolas Pitre | 2012-01-20 | 1 | -13/+0 |
|/ |
|
* | Merge branch 'restart' into for-linus | Russell King | 2012-01-05 | 3 | -10/+2 |
|\ |
|
| * | ARM: restart: remove the now empty arch_reset() | Russell King | 2012-01-05 | 1 | -4/+0 |
| * | ARM: restart: iop3xx: use new restart hook | Russell King | 2012-01-05 | 3 | -6/+2 |
* | | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s... | Russell King | 2011-12-05 | 2 | -12/+0 |
|\ \
| |/
|/| |
|
| * | ARM: big removal of now unused vmalloc.h files | Nicolas Pitre | 2011-11-26 | 1 | -5/+0 |
| * | ARM: plat-iop: remove arch specific special handling for ioremap | Nicolas Pitre | 2011-11-18 | 1 | -7/+0 |
* | | ARM: restart: only perform setup for restart when soft-restarting | Russell King | 2011-11-21 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 2011-10-28 | 4 | -16/+3 |
|\ |
|
| * | ARM: mach-iop33x: remove mach/memory.h | Nicolas Pitre | 2011-09-26 | 1 | -13/+0 |
| * | ARM: add an extra temp register to the low level debugging addruart macro | Nicolas Pitre | 2011-09-26 | 1 | -1/+1 |
| * | ARM: mach-iop33x: convert boot_params to atag_offset | Nicolas Pitre | 2011-08-21 | 2 | -2/+2 |
* | | ARM: 7022/1: allow to detect conflicting zreladdrs | Sascha Hauer | 2011-10-17 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2011-07-29 | 2 | -2/+2 |
|\ |
|
| * | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. | Ralf Baechle | 2011-07-22 | 2 | -2/+2 |
* | | ARM: convert PCI defines to variables | Rob Herring | 2011-07-12 | 1 | -2/+0 |
* | | ARM: pci: make pcibios_assign_all_busses use pci_has_flag | Rob Herring | 2011-07-12 | 1 | -1/+0 |
|/ |
|
* | ARM: zImage: remove the static qualifier from global data variables | Nicolas Pitre | 2011-05-07 | 1 | -1/+1 |
* | arm: Fold irq_set_chip/irq_set_handler | Thomas Gleixner | 2011-03-29 | 1 | -3/+3 |
* | arm: Cleanup the irq namespace | Thomas Gleixner | 2011-03-29 | 1 | -2/+3 |
* | ARM: P2V: separate PHYS_OFFSET from platform definitions | Russell King | 2011-02-17 | 1 | -1/+1 |
* | ARM: iop33x: irq_data conversion. | Lennert Buytenhek | 2011-01-13 | 1 | -16/+16 |
* | ARM: io: make iounmap() a simple macro | Russell King | 2010-12-08 | 1 | -2/+2 |
* | arm: remove machine_desc.io_pg_offst and .phys_io | Nicolas Pitre | 2010-10-20 | 2 | -4/+0 |
* | arm: return both physical and virtual addresses from addruart | Jeremy Kerr | 2010-10-20 | 1 | -7/+5 |