Age | Commit message (Expand) | Author | Files | Lines |
2011-10-28 | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 4 | -13/+3 |
2011-10-25 | Merge branch 'misc' into for-linus | Russell King | 1 | -1/+1 |
2011-10-17 | ARM: 7022/1: allow to detect conflicting zreladdrs | Sascha Hauer | 1 | -1/+1 |
2011-09-26 | ARM: mach-dove: remove include/mach/memory.h | Nicolas Pitre | 1 | -10/+0 |
2011-09-26 | ARM: add an extra temp register to the low level debugging addruart macro | Nicolas Pitre | 1 | -1/+1 |
2011-09-14 | ARM: Dove: fix second SPI initialization call | Nicolas Pitre | 1 | -1/+1 |
2011-08-22 | ARM: mach-dove: convert boot-params to atag_offset | Nicolas Pitre | 2 | -2/+2 |
2011-07-30 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -1/+1 |
2011-07-27 | Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -7/+3 |
2011-07-22 | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. | Ralf Baechle | 1 | -1/+1 |
2011-07-12 | ARM: set vga memory base at run-time | Rob Herring | 2 | -3/+3 |
2011-07-12 | ARM: convert PCI defines to variables | Rob Herring | 1 | -2/+0 |
2011-07-12 | ARM: pci: make pcibios_assign_all_busses use pci_has_flag | Rob Herring | 1 | -2/+0 |
2011-06-17 | ARM: remove duplicate include from arch/arm/mach-dove/common.c | Andrew Lunn | 1 | -2/+0 |
2011-05-16 | ARM: dove: Consolidate mpp code with platform mpp. | Andrew Lunn | 2 | -284/+212 |
2011-05-16 | ARM: orion: Consolidate SATA platform setup. | Andrew Lunn | 1 | -27/+3 |
2011-05-16 | ARM: orion: Consolidate USB platform setup code. | Andrew Lunn | 1 | -61/+4 |
2011-05-16 | ARM: orion: Consolidate the XOR platform setup code. | Andrew Lunn | 1 | -192/+5 |
2011-05-16 | ARM: orion: Consolidate SPI initialization. | Andrew Lunn | 1 | -62/+3 |
2011-05-16 | ARM: orion: Consolidate I2C initialization. | Andrew Lunn | 1 | -32/+1 |
2011-05-16 | ARM: orion: Consolidate ethernet platform data | Andrew Lunn | 1 | -50/+3 |
2011-05-16 | ARM: orion: Consolidate the creation of the RTC platform data. | Andrew Lunn | 1 | -12/+1 |
2011-05-16 | ARM: orion: Consolidate the creation of the uart platform data. | Andrew Lunn | 1 | -148/+11 |
2011-05-16 | ARM: orion: Rename some constants to macros to make code more identical | Andrew Lunn | 1 | -3/+4 |
2011-03-29 | arm: Fold irq_set_chip/irq_set_handler | Thomas Gleixner | 1 | -2/+1 |
2011-03-29 | arm: Cleanup the irq namespace | Thomas Gleixner | 1 | -8/+8 |
2011-03-29 | arm: dove: Use proper irq accessor functions | Thomas Gleixner | 1 | -3/+2 |
2011-03-29 | arm: dove: Use correct GPIO_BASE and remove orion_gpio_init() leftover | Thomas Gleixner | 2 | -4/+1 |
2011-03-18 | Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 9 | -70/+27 |
2011-03-17 | Merge branch 'p2v' into devel | Russell King | 1 | -1/+1 |
2011-03-04 | ARM: Dove: Remove PXA compatibility IRQ defines. | Lennert Buytenhek | 1 | -6/+1 |
2011-03-04 | ARM: Remove dependency of plat-orion GPIO code on mach directory includes. | Lennert Buytenhek | 3 | -59/+16 |
2011-03-04 | ARM: Remove dependency of plat-orion time code on mach directory includes. | Lennert Buytenhek | 5 | -5/+10 |
2011-02-18 | ARM: P2V: separate PHYS_OFFSET from platform definitions | Russell King | 1 | -1/+1 |
2011-02-03 | ARM: v6k: Dove platforms use V6K architecture CPUs | Russell King | 1 | -1/+1 |
2011-01-13 | ARM: dove: irq_data conversion. | Lennert Buytenhek | 1 | -9/+9 |
2011-01-09 | ARM: dove: Switch SDHCI devices over to "sdhci-dove" driver | Mike Rapoport | 1 | -2/+2 |
2010-12-15 | [ARM] Dove: add support for multi-purpose pins configuration | Mike Rapoport | 4 | -2/+440 |
2010-12-15 | [ARM] Dove: add support for GPIOs 64-71 | Mike Rapoport | 2 | -2/+5 |
2010-11-29 | [ARM] Dove: add support for CM-A510 machine. | Konstantin Sinyuk | 3 | -0/+102 |
2010-10-20 | arm: remove machine_desc.io_pg_offst and .phys_io | Nicolas Pitre | 1 | -2/+0 |
2010-10-20 | arm: return both physical and virtual addresses from addruart | Jeremy Kerr | 1 | -6/+5 |
2010-09-20 | ARM: dove: fix __io() definition to use bus based offset | Eric Miao | 1 | -3/+3 |
2010-07-17 | [ARM] Dove: platform device registration for the sdio interfaces | Saeed Bishara | 3 | -0/+65 |
2010-03-08 | Merge branch 'origin' into devel-stable | Russell King | 2 | -2/+2 |
2010-02-26 | Merge branch 'misc2' into devel | Russell King | 1 | -1/+1 |
2010-02-16 | ARM: 5928/1: Change type of VMALLOC_END to unsigned long. | Fenkart/Bostandzhyan | 1 | -1/+1 |
2010-02-12 | ARM: 5910/1: ARM: Add tmp register for addruart and loadsp | Tony Lindgren | 1 | -1/+1 |
2010-02-05 | mach-dove/common.c: remove unnecessary (void *) casts | H Hartley Sweeten | 1 | -4/+4 |
2009-11-27 | ARM: Add Tauros2 L2 cache controller support | Lennert Buytenhek | 1 | -0/+4 |