aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sa1100 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-05Merge branch 'restart-cleanup' into restartRussell King1-2/+2
2011-12-08ARM: sa1100: fix build errorJett.Zhou1-2/+2
2011-11-21ARM: restart: only perform setup for restart when soft-restartingRussell King1-1/+1
2011-10-31arm: fix implicit use of page.h in several arch/arm filesPaul Gortmaker2-0/+2
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds11-11/+11
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds4-69/+4
2011-10-25Merge branch 'misc' into for-linusRussell King8-156/+263
2011-10-25Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v', 'pgt' (early part) and 'smp' into for-linusRussell King1-4/+2
2011-10-17ARM: platform fixups: remove mdesc argument to fixup functionRussell King1-2/+1
2011-10-17ARM: 7026/1: simpad: replace ARM specific LED codeJochen Friedrich5-101/+28
2011-10-17ARM: 7025/1: simpad: add GPIO based device definitions.Jochen Friedrich1-1/+66
2011-10-17ARM: 7024/1: simpad: Cleanup CS3 accessors.Jochen Friedrich3-52/+153
2011-10-17ARM: 7027/1: simpad: Add ucb1x00 GPIO definitions and register GPIOJochen Friedrich2-0/+14
2011-10-17ARM: 7022/1: allow to detect conflicting zreladdrsSascha Hauer1-2/+3
2011-09-26ARM: add an extra temp register to the low level debugging addruart macroNicolas Pitre1-1/+1
2011-08-22ARM: 7050/1: mach-sa1100: delete irq_to_gpio() functionLinus Walleij1-2/+0
2011-08-22ARM: 7049/1: mach-sa1100: move SA1100 GPIO driver to GPIO subsystemLinus Walleij2-65/+1
2011-08-21ARM: mach-sa1100: convert boot_params to atag_offsetNicolas Pitre10-10/+10
2011-08-17ARM: io: remove IO_SPACE_LIMIT from SA11x0Russell King1-4/+2
2011-08-12ARM: gpio: make trivial GPIOLIB implementation the defaultRussell King1-0/+2
2011-08-10mach-sa1100: fix PCI build problemLinus Walleij1-0/+1
2011-08-08ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.hRussell King2-3/+2
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-1/+2
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds2-8/+3
2011-07-22Merge branch 'devel-stable' into for-nextRussell King4-4/+9
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle1-1/+2
2011-07-18ARM: mach-sa1100: move ARM_DMA_ZONE_SIZE to mdesc->dma_zone_sizeNicolas Pitre4-4/+9
2011-07-12ARM: convert PCI defines to variablesRob Herring2-7/+3
2011-07-12ARM: pci: make pcibios_assign_all_busses use pci_has_flagRob Herring1-1/+0
2011-07-02ARM: pm: allow suspend finisher to return error codesRussell King1-1/+1
2011-06-24ARM: pm: hide 1st and 2nd arguments to cpu_suspend from platform codeRussell King1-1/+2
2011-06-24ARM: pm: sa1100: move cpu_suspend into C codeRussell King2-11/+4
2011-06-24ARM: pm: move cpu_init() call into core codeRussell King1-2/+0
2011-06-24ARM: pm: convert cpu_suspend() to a normal functionRussell King1-10/+3
2011-06-24ARM: pm: sa1100: no need to re-enable clock switchingRussell King1-1/+0
2011-05-23Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generic', 'consolidate-smp', 'consolidate-stmp' and 'consolidate-zones' into consolidateRussell King1-11/+1
2011-05-23clocksource: convert ARM 32-bit up counting clocksourcesRussell King1-14/+2
2011-05-23ARM: update sa1100 to reflect PXA updatesRussell King1-5/+3
2011-05-12ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizesRussell King1-9/+0
2011-05-12ARM: Replace platform definition of ISA_DMA_THRESHOLD/MAX_DMA_ADDRESSRussell King1-2/+1
2011-04-24ARM / SA1100: Use struct syscore_ops for "core" power managementRafael J. Wysocki1-13/+6
2011-03-31Fix common misspellingsLucas De Marchi4-5/+5
2011-03-29arm: Fold irq_set_chip/irq_set_handlerThomas Gleixner1-6/+6
2011-03-29arm: Cleanup the irq namespaceThomas Gleixner4-14/+14
2011-03-16Merge branch 'p2v' into develRussell King1-1/+1
2011-03-16Merge branches 'at91', 'ep93xx', 'errata', 'footbridge', 'fncpy', 'gemini', 'irqdata', 'pm', 'sh', 'smp', 'spear', 'ux500' and 'via' into develRussell King2-77/+7
2011-02-22ARM: pm: convert sa11x0 to generic suspend/resume supportRussell King2-77/+7
2011-02-17ARM: P2V: separate PHYS_OFFSET from platform definitionsRussell King1-1/+1
2011-02-11ARM: 6658/1: collie: do actually pass locomo_info to locomo driverDmitry Eremin-Solenikov1-0/+3
2011-01-15Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-46/+46