| Commit message (Expand) | Author | Age | Files | Lines |
* | mach-sa1100: fix PCI build problem | Linus Walleij | 2011-08-10 | 1 | -0/+1 |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2011-07-29 | 1 | -1/+2 |
|\ |
|
| * | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. | Ralf Baechle | 2011-07-22 | 1 | -1/+2 |
* | | Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-07-26 | 2 | -8/+3 |
|\ \ |
|
| * | | ARM: convert PCI defines to variables | Rob Herring | 2011-07-12 | 2 | -7/+3 |
| * | | ARM: pci: make pcibios_assign_all_busses use pci_has_flag | Rob Herring | 2011-07-12 | 1 | -1/+0 |
| |/ |
|
* | | Merge branch 'devel-stable' into for-next | Russell King | 2011-07-22 | 4 | -4/+9 |
|\ \ |
|
| * | | ARM: mach-sa1100: move ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size | Nicolas Pitre | 2011-07-18 | 4 | -4/+9 |
| |/ |
|
* | | ARM: pm: allow suspend finisher to return error codes | Russell King | 2011-07-02 | 1 | -1/+1 |
* | | ARM: pm: hide 1st and 2nd arguments to cpu_suspend from platform code | Russell King | 2011-06-24 | 1 | -1/+2 |
* | | ARM: pm: sa1100: move cpu_suspend into C code | Russell King | 2011-06-24 | 2 | -11/+4 |
* | | ARM: pm: move cpu_init() call into core code | Russell King | 2011-06-24 | 1 | -2/+0 |
* | | ARM: pm: convert cpu_suspend() to a normal function | Russell King | 2011-06-24 | 1 | -10/+3 |
* | | ARM: pm: sa1100: no need to re-enable clock switching | Russell King | 2011-06-24 | 1 | -1/+0 |
|/ |
|
*---. | Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi... | Russell King | 2011-05-23 | 1 | -11/+1 |
|\ \ \ |
|
| | | * | ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizes | Russell King | 2011-05-12 | 1 | -9/+0 |
| | | * | ARM: Replace platform definition of ISA_DMA_THRESHOLD/MAX_DMA_ADDRESS | Russell King | 2011-05-12 | 1 | -2/+1 |
| | |/ |
|
* | | | clocksource: convert ARM 32-bit up counting clocksources | Russell King | 2011-05-23 | 1 | -14/+2 |
* | | | ARM: update sa1100 to reflect PXA updates | Russell King | 2011-05-23 | 1 | -5/+3 |
* | | | ARM / SA1100: Use struct syscore_ops for "core" power management | Rafael J. Wysocki | 2011-04-24 | 1 | -13/+6 |
|/ / |
|
* | | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 4 | -5/+5 |
|/ |
|
* | arm: Fold irq_set_chip/irq_set_handler | Thomas Gleixner | 2011-03-29 | 1 | -6/+6 |
* | arm: Cleanup the irq namespace | Thomas Gleixner | 2011-03-29 | 4 | -14/+14 |
* | Merge branch 'p2v' into devel | Russell King | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | ARM: P2V: separate PHYS_OFFSET from platform definitions | Russell King | 2011-02-17 | 1 | -1/+1 |
| | | |
| \ | |
*-. \ | Merge branches 'at91', 'ep93xx', 'errata', 'footbridge', 'fncpy', 'gemini', '... | Russell King | 2011-03-16 | 2 | -77/+7 |
|\ \ \
| | |/
| |/| |
|
| | * | ARM: pm: convert sa11x0 to generic suspend/resume support | Russell King | 2011-02-22 | 2 | -77/+7 |
| |/ |
|
* | | ARM: 6658/1: collie: do actually pass locomo_info to locomo driver | Dmitry Eremin-Solenikov | 2011-02-11 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2011-01-15 | 2 | -46/+46 |
|\ |
|
| * | ARM: sa1100: irq_data conversion. | Lennert Buytenhek | 2011-01-13 | 2 | -46/+46 |
* | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2011-01-15 | 1 | -1/+0 |
|\ \ |
|
| * | | ARM: Fix build regression on SA11x0, PXA, and H720x targets | Russell King | 2011-01-15 | 1 | -1/+0 |
| |/ |
|
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2011-01-13 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | suspend: constify platform_suspend_ops | Lionel Debroux | 2010-11-16 | 1 | -1/+1 |
* | | Merge branch 'clksrc' into devel | Russell King | 2011-01-05 | 2 | -28/+31 |
|\ \ |
|
| * | | ARM: sa1100: convert sched_clock() to use new infrastructure | Russell King | 2010-12-22 | 2 | -23/+30 |
| * | | ARM: ensure all sched_clock() implementations are notrace marked | Russell King | 2010-12-22 | 1 | -1/+1 |
| * | | ARM: SA11x0: update clock source registration | Russell King | 2010-12-22 | 1 | -5/+1 |
| |/ |
|
* | | ARM: 6607/1: sa1100: Update platform device registration | Jochen Friedrich | 2011-01-03 | 1 | -8/+33 |
* | | ARM: 6606/1: sa1100: Fix platform device registration | Jochen Friedrich | 2011-01-03 | 1 | -3/+4 |
* | | ARM: 6459/2: sa1100: Add nanoEngine PCI support. | Marcelo Roberto Jimenez | 2010-12-21 | 6 | -3/+327 |
* | | ARM: 6458/1: pcmcia: Adds nanoEngine PCMCIA support. | Marcelo Roberto Jimenez | 2010-12-21 | 2 | -1/+31 |
* | | ARM: 6451/1: sa1100: Fix checkpatch.pl issues in arch/arm/mach-sa1100/cpu-sa1... | Marcelo Roberto Jimenez | 2010-12-21 | 1 | -11/+13 |
* | | ARM: 6447/3: sa1100: Put nanoEngine support back in the kernel | Marcelo Roberto Jimenez | 2010-12-21 | 4 | -13/+142 |
* | | ARM: 6450/1: Fix checkpatch.pl issues in arch/arm/mach-sa1100/cpu-sa1100.c. | Marcelo Roberto Jimenez | 2010-11-10 | 1 | -26/+25 |
|/ |
|
* | ARM: 6449/1: Fix for compiler warning of uninitialized variable. | Marcelo Roberto Jimenez | 2010-10-27 | 1 | -3/+2 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 2 | -4/+4 |
|\ |
|
| * | Update broken web addresses in arch directory. | Justin P. Mattock | 2010-10-18 | 2 | -4/+4 |
* | | arm: remove machine_desc.io_pg_offst and .phys_io | Nicolas Pitre | 2010-10-20 | 12 | -24/+0 |
* | | arm: return both physical and virtual addresses from addruart | Jeremy Kerr | 2010-10-20 | 1 | -16/+20 |