summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sa1100/include
Commit message (Expand)AuthorAgeFilesLines
* ARM: fix lcd power build failure in collie_defconfigPaul Gortmaker2012-04-031-1/+2
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-301-20/+0Star
|\
| * ARM: remove bunch of now unused mach/io.h filesRob Herring2012-03-071-20/+0Star
* | Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-286-409/+20Star
|\ \
| * | ARM: 7343/1: sa11x0: convert to sparse IRQRussell King2012-03-261-9/+12
| * | ARM: 7342/2: sa1100: prepare for sparse irq conversionRob Herring2012-03-261-0/+2
| * | Merge branch 'sa11x0-mcp' into sa11x0Russell King2012-03-261-1/+1
| |\ \
| | * | MFD: mcp/ucb1x00: separate ucb1x00 driver data from the MCP dataRussell King2012-02-191-1/+1
| * | | Merge branch 'sa11x0-lcd' into sa11x0Russell King2012-03-262-11/+1Star
| |\ \ \
| | * | | FB: sa11x0: convert to use platform resource and ioremap()Russell King2012-02-241-10/+0Star
| | * | | FB: sa11x0: convert shannon display enable accesses to use GPIO subsystemRussell King2012-02-211-1/+1
| | |/ /
| * | | ARM: sa11x0: remove unused DMA controller definitionsRussell King2012-03-261-217/+2Star
| * | | ARM: sa11x0: remove old SoC private DMA driverRussell King2012-03-261-117/+0Star
| * | | ARM: sa11x0: neponset: move register definitions to neponset.cRussell King2012-02-091-48/+0Star
| * | | ARM: sa11x0: neponset: implement support for sparse IRQsRussell King2012-02-091-8/+0Star
| * | | ARM: sa11x0: neponset: provide function to manipulate NCR_0Russell King2012-02-091-0/+4
| |/ /
* | | Merge branch 'pcmcia' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-245-37/+23Star
|\ \ \ | |_|/ |/| |
| * | PCMCIA: sa11x0: simpad: convert to use new irq/gpio managementRussell King2012-02-211-4/+2Star
| * | PCMCIA: sa11x0: shannon: convert to use new irq/gpio managementRussell King2012-02-211-8/+4Star
| * | PCMCIA: sa11x0: nanoengine: convert reset handling to use GPIO subsystemRussell King2012-02-041-2/+2
| * | PCMCIA: sa11x0: nanoengine: convert to use new irq/gpio managementRussell King2012-02-041-4/+4
| * | PCMCIA: sa11x0: cerf: convert reset handling to use GPIO subsystemRussell King2012-02-041-1/+1
| * | PCMCIA: sa11x0: cerf: convert to use new irq/gpio managementRussell King2012-02-041-9/+4Star
| * | PCMCIA: sa11x0: assabet: convert to use new irq/gpio managementRussell King2012-02-041-9/+6Star
* | | Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ...Russell King2012-02-221-6/+0Star
|\ \ \
| * | | ARM: remove disable_fiq and arch_ret_to_user macrosRob Herring2012-02-221-6/+0Star
| | |/ | |/|
* | | Merge tag 'v3.3-rc2' into depends/rmk/for-armsocOlof Johansson2012-02-081-2/+0Star
|\| |
| * | Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp b...Russell King2012-01-201-2/+0Star
| |/
* / ARM: big removal of now unused arch_idle()Nicolas Pitre2012-01-211-9/+0Star
|/
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-141-3/+0Star
|\
| * GPIO: sa1100: implement proper gpiolib gpio_to_irq conversionRussell King2012-01-141-3/+0Star
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2012-01-141-0/+2
|\ \
| * | ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus.Jochen Friedrich2012-01-091-0/+2
| |/
* | Merge branch 'restart' into for-linusRussell King2012-01-051-13/+0Star
|\ \
| * | ARM: restart: remove the now empty arch_reset()Russell King2012-01-051-4/+0Star
| * | ARM: restart: sa1100: use new restart hookRussell King2012-01-051-9/+0Star
* | | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King2011-12-061-4/+0Star
|\ \ \ | |/ / |/| |
| * | ARM: big removal of now unused vmalloc.h filesNicolas Pitre2011-11-271-4/+0Star
| |/
* / ARM: restart: only perform setup for restart when soft-restartingRussell King2011-11-211-1/+1
|/
* Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-281-1/+1
|\
| * ARM: add an extra temp register to the low level debugging addruart macroNicolas Pitre2011-09-261-1/+1
* | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-271-2/+2
|\ \
| * | ARM: 7050/1: mach-sa1100: delete irq_to_gpio() functionLinus Walleij2011-08-221-2/+0Star
| * | ARM: gpio: make trivial GPIOLIB implementation the defaultRussell King2011-08-121-0/+2
| |/
* | Merge branch 'misc' into for-linusRussell King2011-10-251-23/+71
|\ \
| * | ARM: 7024/1: simpad: Cleanup CS3 accessors.Jochen Friedrich2011-10-171-23/+58
| * | ARM: 7027/1: simpad: Add ucb1x00 GPIO definitions and register GPIOJochen Friedrich2011-10-171-0/+13
| |/
* / ARM: io: remove IO_SPACE_LIMIT from SA11x0Russell King2011-08-171-4/+2Star
|/
* Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-271-8/+0Star
|\
| * ARM: convert PCI defines to variablesRob Herring2011-07-121-7/+0Star