aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | | ARM: 7050/1: mach-sa1100: delete irq_to_gpio() functionLinus Walleij2011-08-221-2/+0
| | | | * | | | | | | ARM: 7049/1: mach-sa1100: move SA1100 GPIO driver to GPIO subsystemLinus Walleij2011-08-222-65/+1
| | | | * | | | | | | ARM: 7045/1: mach-lpc32xx: break out GPIO driver specificsLinus Walleij2011-08-223-52/+51
| | | | * | | | | | | ARM: 7044/1: mach-lpc32xx: move LPC32XX GPIO driver to GPIO subsystemLinus Walleij2011-08-222-447/+1
| | | | * | | | | | | ARM: 7043/1: mach-ixp2000: rename GPIO headerLinus Walleij2011-08-223-2/+5
| | | | * | | | | | | ARM: 7041/1: gpio-ep93xx: hookup the to_irq callback in the driverLinus Walleij2011-08-221-8/+1
| | | | * | | | | | | ARM: 7040/1: mach-davinci: break out GPIO driver specificsLinus Walleij2011-08-229-79/+100
| | | | * | | | | | | ARM: 7039/1: mach-davinci: move DaVinci TNET GPIO driver to GPIO subsystemLinus Walleij2011-08-222-206/+0
| | | | * | | | | | | ARM: 7038/1: mach-davinci: move GPIO driver to GPIO subsystemLinus Walleij2011-08-222-459/+1
| | | | * | | | | | | ARM: 7037/1: mach-ks8695: fix GPIO LEDsLinus Walleij2011-08-222-0/+2
| | | | * | | | | | | ARM: 7036/1: mach-ks8695: break out GPIO driver specificsLinus Walleij2011-08-225-27/+42
| | | | * | | | | | | ARM: 7035/1: mach-ks8695: move GPIO driver to GPIO subsystemLinus Walleij2011-08-222-319/+1
| | | | * | | | | | | ARM: 7034/1: mach-u300: delete irq_to_gpio() functionLinus Walleij2011-08-221-9/+0
| | | | * | | | | | | ARM: 7033/1: mach-u300: break out GPIO driver specificsLinus Walleij2011-08-223-246/+258
| | | | * | | | | | | ARM: 7032/1: plat-nomadik: break out GPIO driver specificsLinus Walleij2011-08-2212-77/+95
| | | | * | | | | | | ARM: gpio: make trivial GPIOLIB implementation the defaultRussell King2011-08-1231-85/+22
| | | | * | | | | | | ARM: gpio: consolidate gpio_to_irqRussell King2011-08-1224-42/+13
| | | | * | | | | | | ARM: gpio: consolidate trivial gpiolib implementationsRussell King2011-08-1225-150/+37
| | | | * | | | | | | ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.hRussell King2011-08-08138-222/+137
| | | | * | | | | | | ARM: gpio: at91: remove redundant include of mach/gpio.hRussell King2011-08-081-1/+0
| | | * | | | | | | | ARM: 7114/1: cache-l2x0: add resume entry for l2 in secure modeBarry Song2011-10-174-10/+163
| | | * | | | | | | | ARM: 7090/1: CACHE-L2X0: filter start address can be 0 and is often 0Barry Song2011-10-171-1/+1
| | | * | | | | | | | ARM: 7089/1: L2X0: add explicit cpu_relax() for busy wait loopBarry Song2011-10-171-1/+1
| | | * | | | | | | | ARM: 7009/1: l2x0: Add OF based initializationRob Herring2011-10-172-0/+120
| | | | |/ / / / / / | | | |/| | | | | |
| | * | | | | | | | ARM: io: remove IO_SPACE_LIMIT from SA11x0Russell King2011-08-171-4/+2
| | * | | | | | | | ARM: io: remove IO_SPACE_LIMIT from platforms without PCI/ISARussell King2011-08-171-2/+0
| | * | | | | | | | ARM: io: remove IO_SPACE_LIMIT from platforms with ISA/PCI and 64K windowRussell King2011-08-175-10/+0
| | * | | | | | | | ARM: io: add a default IO_SPACE_LIMIT definitionRussell King2011-08-171-0/+21
| | * | | | | | | | ARM: io: RiscPC: eliminate private inb() et.al. definitionsRussell King2011-08-171-182/+8
| | * | | | | | | | ARM: io: RiscPC: make EASI_BASE a void iomem pointerRussell King2011-08-173-4/+4
| | * | | | | | | | ARM: io: ecard: remove ioaddr() from ecard.cRussell King2011-08-173-29/+14
| | * | | | | | | | ARM: io: ecard: move ioaddr() inside __ecard_addressRussell King2011-08-172-6/+6
| | * | | | | | | | ARM: io: RiscPC: define io addresses relative to IO_BASERussell King2011-08-171-6/+6
| | * | | | | | | | ARM: io: s3c2410: remove ioaddr()Russell King2011-08-171-2/+0
| | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | Merge branch 'imx/devel' into next/dtArnd Bergmann2011-11-01135-5256/+3993
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge branch 'imx-features-for-arnd' of git://git.pengutronix.de/git/imx/linu...Arnd Bergmann2011-10-20107-226/+1214
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'features/denx-mx28' into for-arnd-featuresSascha Hauer2011-10-147-5/+398
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | ARM: mxs: Add initial support for DENX MX28Stefano Babic2011-10-137-5/+398
| | | |/ / / / / / /
| | * | | | | | | | Merge branch 'features/ahci' into for-arnd-featuresSascha Hauer2011-10-149-0/+210
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | MX53 Enable the AHCI SATA on MX53 SMD boardRichard Zhu2011-10-071-0/+16
| | | * | | | | | | MX53 Enable the AHCI SATA on MX53 LOCO boardRichard Zhu2011-10-071-0/+1
| | | * | | | | | | MX53 Enable the AHCI SATA on MX53 ARD boardRichard Zhu2011-10-071-0/+1
| | | * | | | | | | AHCI Add the AHCI SATA feature on the MX53 platformsRichard Zhu2011-10-076-0/+192
| * | | | | | | | | Merge branch 'imx/cleanup' into imx/develArnd Bergmann2011-10-0758-4720/+2542
| |\ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ Merge branches 'cleanups/mx3-mm-v2' and 'cleanups/mxs' into imx-cleanupSascha Hauer2011-10-0417-363/+313
| | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | ARM: mxs: Consolidate mm-mx23.c and mm-mx28.c into a single fileFabio Estevam2011-10-043-47/+22
| | | | | |/ / / / / / / | | | | |/| | | | | | |
| | | * | | | | | | | | arm/imx: remove cpu_is_xxx() check from __imx_ioremap()Shawn Guo2011-10-043-16/+26
| | | * | | | | | | | | arm/imx: remove cpu_is_xxx() from arch_idle()Shawn Guo2011-10-049-41/+56
| | | * | | | | | | | | arm/imx: change mxc_init_l2x0() to an imx31/35 specific callShawn Guo2011-09-283-57/+38
| | | * | | | | | | | | arm/imx: rename mm-imx31.c to mm-imx3.cShawn Guo2011-09-282-2/+2