summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-261-0/+5
|\
| * ARM: ep93xx: use machine specific hook for late initShawn Guo2012-05-051-0/+5
* | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-1/+1
|\ \
| * | arm: ep93xx: Don't try to release not acquired GPIO linesRafal Prylowski2012-04-111-1/+1
| |/
* | arm: ep93xx: use gpio_led_register_deviceH Hartley Sweeten2012-04-121-12/+4
* | Fix build breakage in ep93xx-coreRyan Mallon2012-04-121-1/+1
* | arm: ep93xx: use DEFINE_RES_* macrosH Hartley Sweeten2012-04-111-78/+16
|/
* Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in...Arnd Bergmann2012-03-151-17/+37
|\
| * ep93xx: Make syscon access functions private to SoCRyan Mallon2012-03-141-2/+0
| * ep93xx: Configure GPIO ports in core codeRyan Mallon2012-03-141-0/+7
| * ep93xx: Move peripheral defines to local SoC headerRyan Mallon2012-03-141-0/+1
| * ep93xx: Convert the watchdog driver into a platform device.H Hartley Sweeten2012-03-141-0/+15
| * ep93xx: Use ioremap for backlight driverRyan Mallon2012-03-141-0/+10
| * ep93xx: Don't use system controller defines in audio driversRyan Mallon2012-03-141-15/+4
* | ARM: amba: ep93xx: use common amba device initializersRussell King2012-01-261-40/+6
* | ARM: amba: get rid of NO_IRQ initializersRussell King2012-01-251-3/+3
|/
* ARM: restart: ep93xx: use new restart hookRussell King2012-01-051-0/+12
* arm: Add export.h to ARM specific files as required.Paul Gortmaker2011-10-311-0/+1
* ARM: 7042/3: mach-ep93xx: break out GPIO driver specificsLinus Walleij2011-10-011-0/+1
* Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-07-221-1/+5
|\
| * Merge branch 'spi/merge' into spi/nextGrant Likely2011-06-171-1/+5
| |\
| * | spi/ep93xx: add DMA supportMika Westerberg2011-06-081-1/+5
* | | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-07-221-7/+20
|\ \ \
| * \ \ Merge branch 'gpio/next-tegra' into gpio/nextGrant Likely2011-06-151-1/+5
| |\ \ \ | | | |/ | | |/|
| * | | gpio/ep93xx: convert to platform_driver and use basic_mmio_gpio libraryH Hartley Sweeten2011-06-081-7/+20
| | |/ | |/|
* | | 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-111-1/+5
|/
* ARM: 6652/1: ep93xx: correct the end address of the AC97 memory resourceMika Westerberg2011-02-051-1/+1
* ARM: ep93xx: add AC97 platform supportMika Westerberg2010-10-151-0/+34
* Merge branch 'for-2.6.36' into for-2.6.37Mark Brown2010-08-161-1/+45
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-08-071-0/+67
| |\
| * | ARM: 6174/1: ep93xx: clear devcfg bits before setting themHartley Sweeten2010-06-161-1/+1
| * | ARM: 6168/1: ep93xx: move physmap flash registration into core.cHartley Sweeten2010-06-161-0/+38
| * | ARM: 6167/1: ep93xx: register backlight driverHartley Sweeten2010-06-161-0/+6
* | | ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-0/+6
| |/ |/|
* | Merge branch 'ep93xx' into for-2.6.36Mark Brown2010-06-091-0/+67
|\ \ | |/ |/|
| * EP93xx: Add i2s core supportRyan Mallon2010-06-091-0/+67
* | ARM: 6124/1: ep93xx: SPI driver platform support codeMika Westerberg2010-05-131-0/+52
* | ARM: 5998/1: ep93xx: added chip revision reading functionMika Westerberg2010-04-141-0/+14
* | ARM: 5992/1: ep93xx: pass platform startup data as __initdataHartley Sweeten2010-04-141-13/+44
|/
* ARM: 5955/1: ep93xx: move timer defines into core.c and documentHartley Sweeten2010-02-241-6/+38
* ARM: 5954/1: ep93xx: move gpio interrupt support to gpio.cHartley Sweeten2010-02-241-222/+2
* ARM: 5945/1: ep93xx: include correct irq.h in core.cHartley Sweeten2010-02-181-1/+1
* ARM: 5877/1: ep93xx: use pr_fmt in core.cHartley Sweeten2010-01-121-4/+5
* ARM: 5775/1: ep93xx: add keypad core supportHartley Sweeten2009-11-241-0/+77
* ARM: 5768/1: ep93xx: remove dead code in ep93xx_gpio_ab_irq_handler()Hartley Sweeten2009-10-211-1/+0
* ARM: 5754/1: ep93xx: update i2c supportHartley Sweeten2009-10-101-8/+23
* ep93xx video driver platform supportRyan Mallon2009-09-231-0/+32
* ARM: 5635/1: Use DIV_ROUND_CLOSESTJulia Lawall2009-08-031-1/+1
* ARM: 5628/1: ep93xx: Introduce Pulse Width Modulator (PWM) driverHartley Sweeten2009-07-301-0/+85