summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx
Commit message (Expand)AuthorAgeFilesLines
* ARM: restart: remove the now empty arch_reset()Russell King2012-01-051-4/+0Star
* ARM: restart: ep93xx: use new restart hookRussell King2012-01-0511-11/+32
* ARM: restart: remove local_irq_disable() from within arch_reset()Russell King2011-11-171-2/+0Star
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-11-071-18/+5Star
|\
| * ts72xx: use MTDPART_OFS_RETAIN for mtd partitioningDmitry Eremin-Solenikov2011-09-111-18/+5Star
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\ \
| * | arm: Add export.h to ARM specific files as required.Paul Gortmaker2011-11-011-0/+1
* | | Merge branch 'next/board' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-023-0/+372
|\ \ \ | |/ / |/| |
| * | Merge branch 'depends/rmk/devel-stable' into next/boardArnd Bergmann2011-11-019-20/+20
| |\ \
| * \ \ Merge branch 'depends/rmk/gpio' into next/boardArnd Bergmann2011-10-215-26/+8Star
| |\ \ \
| * | | | ep93xx: add support Vision EP9307 SoMHartley Sweeten2011-10-173-0/+372
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-10-283-2/+30
|\ \ \ \ \
| * | | | | ARM: ep93xx: snappercl15: register audio platform deviceMika Westerberg2011-09-161-1/+12
| * | | | | ARM: ep93xx: edb93xx: register audio platform deviceMika Westerberg2011-09-161-0/+6
| * | | | | ARM: ep93xx: simone: register audio platform deviceMika Westerberg2011-09-161-1/+12
| | |_|_|/ | |/| | |
* | | | | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-288-19/+19
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'mach_memory_h' of git://git.linaro.org/people/nico/linux into d...Russell King2011-10-181-1/+1
| |\ \ \ \
| | * | | | ARM: add an extra temp register to the low level debugging addruart macroNicolas Pitre2011-09-261-1/+1
| * | | | | Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6-wd into devel-stableRussell King2011-09-161-4/+22
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| * | | | ARM: mach-ep93xx: convert boot_params to atag_offsetNicolas Pitre2011-08-217-18/+18
| | |/ / | |/| |
* | | | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-276-122/+105Star
|\ \ \ \
| * | | | ARM: 7135/1: ep93xx: bring back missing <mach/gpio.h>Mika Westerberg2011-10-181-0/+1
| | |_|/ | |/| |
| * | | ARM: 7042/3: mach-ep93xx: break out GPIO driver specificsLinus Walleij2011-10-025-11/+8Star
| * | | ARM: 7041/1: gpio-ep93xx: hookup the to_irq callback in the driverLinus Walleij2011-08-221-8/+1Star
| * | | ARM: gpio: make trivial GPIOLIB implementation the defaultRussell King2011-08-121-3/+0Star
| * | | ARM: gpio: consolidate trivial gpiolib implementationsRussell King2011-08-121-6/+1Star
| |/ /
* | / ARM: 7022/1: allow to detect conflicting zreladdrsSascha Hauer2011-10-171-5/+5
| |/ |/|
* | ARM: 6967/1: ep93xx: ts72xx: fix board model detectionPetr Štetiar2011-08-151-6/+12
* | ARM: 6965/1: ep93xx: add model detection for ts-7300 and ts-7400 boardsPetr Štetiar2011-08-151-0/+12
|/
* Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-272-13/+0Star
|\
| * Merge branch 'cross-platform/clkdev' into next/cross-platformArnd Bergmann2011-07-191-11/+0Star
| |\
| | * ARM: Consolidate the clkdev header filesKyungmin Park2011-07-191-11/+0Star
| * | ARM: pci: make pcibios_assign_all_busses use pci_has_flagRob Herring2011-07-121-2/+0Star
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-252-4/+4
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2011-07-111-3/+7
| |\ \
| * | | Change Ryan Mallon's email address across the kernelRyan Mallon2011-06-164-6/+6
* | | | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-07-226-536/+185Star
|\ \ \ \
| * \ \ \ Merge branch 'spi/merge' into spi/nextGrant Likely2011-06-171-1/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | spi/ep93xx: add DMA supportMika Westerberg2011-06-082-1/+7
| * | | | ep93xx: remove the old M2P DMA codeMika Westerberg2011-06-083-555/+1Star
| * | | | ep93xx: add dmaengine platform codeMika Westerberg2011-06-082-0/+110
| * | | | dmaengine: add ep93xx DMA supportMika Westerberg2011-06-081-0/+87
| | |/ / | |/| |
* | | | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-07-224-418/+22Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'gpio/next-tegra' into gpio/nextGrant Likely2011-06-151-1/+5
| |\ \ \ | | | |/ | | |/|
| * | | gpio/ep93xx: Add missing EP93XX_GPIO_PHYS_BASE defineH Hartley Sweeten2011-06-111-0/+1
| * | | gpio/ep93xx: convert to platform_driver and use basic_mmio_gpio libraryH Hartley Sweeten2011-06-091-7/+20
| * | | gpio/ep93xx: move driver to drivers/gpioH Hartley Sweeten2011-06-062-411/+1Star
| | |/ | |/|
* | | ARM: 6966/1: ep93xx: fix inverted RTS/DTR signals on uart1Petr Štetiar2011-07-061-2/+2
| |/ |/|
* | ep93xx: set DMA masks for the ep93xx_ethMika Westerberg2011-06-121-1/+5
|/
* ARM: 6852/1: EP93xx: Remove ep93xx_gpio_dbg_show functionRyan Mallon2011-05-111-24/+0Star