summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-2512-111/+42
|\
| * ARM: mach-imx/mx27_3ds: Do not annotate the chip select as internalFabio Estevam2011-07-071-3/+3
| * ARM: mach-imx/mx27_3ds: Use the standard gpio_to_irq functionFabio Estevam2011-07-071-4/+5
| * ARM: mach-imx/scb9328: Make the UART gpio setup simplerFabio Estevam2011-07-071-14/+3
| * ARM: imx/mach-apf9328: Simplify UART0 registrationFabio Estevam2011-07-071-6/+1
| * ARM i.MX: get rid of wrong MXC_INTERNAL_IRQ usageSascha Hauer2011-07-071-1/+1
| * ARM i.MX: dmav1: kill SoC ifdefsSascha Hauer2011-07-071-22/+3
| * ARM i.MX: fix last user of iomux.h and remove itSascha Hauer2011-07-071-1/+1
| * ARM: imx: convert to new leds-gpio registration helperUwe Kleine-König2011-07-076-60/+25
* | Merge branch 'next/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2011-07-252-10/+29
|\|
| * ARM: mach-imx/mx27_3ds: Fix regulator supportFabio Estevam2011-07-071-1/+20
| * ARM: mach-imx/mx31_3ds: Fix IOMUX for SPI1 signalsFabio Estevam2011-07-071-5/+5
| * ARM: mach-imx/mx27_3ds: Use the standard i.MX macro for GPIO numberingFabio Estevam2011-07-071-4/+4
* | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-07-221-3/+4
|\ \
| * | spi/imx: use soc name in spi device type naming schemeShawn Guo2011-07-141-3/+4
| |/
* | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-07-2235-56/+114
|\ \
| * | gpio/mxc: get rid of the uses of cpu_is_mx()Shawn Guo2011-07-086-26/+33
| * | gpio/mxc: Change gpio-mxc into an upstanding gpio driverShawn Guo2011-06-0635-56/+107
| |/
* / net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-212-0/+2
|/
* ARM: imx: move mx3 support to mach-imxUwe Kleine-König2011-05-1938-7/+9784
* MX1: Add ARMadeus Systems APF9328 board supportGwenhael Goavec-Merou2011-05-193-0/+152
* ARM: mxc: don't use the symbols in the CPU family choice to select othersUwe Kleine-König2011-05-191-0/+1
* ARM: imx: clean up the section marks of extern dataRichard Zhao2011-05-194-48/+47
* ARM: imx: remove #includes already available from devices-common.hUwe Kleine-König2011-05-1911-13/+0
* ARM: imx: use imx_add_gpio_keys to register "gpio-keys" devicesUwe Kleine-König2011-05-193-23/+8
* ARM: mach-imx: mx25_3ds: add write-protect and card-detect for SDShawn Guo2011-05-191-1/+11
* Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King2011-03-282-1/+8
|\
| * eukrea_mbimxsd25-baseboard: add SD card detectEric Bénard2011-03-251-1/+7
| * ARM: imx: let MACH_IMX27_VISSTRIM_M10 select IMX_HAVE_PLATFORM_IMX_SSIUwe Kleine-König2011-03-231-0/+1
* | mfd: mfd_cell is now implicitly available to mc13xxx driversAndres Salomon2011-03-232-8/+13
|/
* arm: imx: Zero entire imxdma structureIlia Mirkin2011-03-101-1/+1
* ARM: imx/mx25: dynamically allocate pwm devicesBaruch Siach2011-03-081-0/+4
* ARM: imx/mx25: fix (again) spi device registration typoBaruch Siach2011-03-081-1/+1
* ARM i.MX: introduce imx_otg_ulpi_create to create ULPI transceiversSascha Hauer2011-03-073-33/+25
* ARM i.MX: iomux v1 initialization away from initcallSascha Hauer2011-03-073-0/+9
* ARM i.MX: Move gpio initialization to SoC specific filesSascha Hauer2011-03-074-8/+40
* MX1: Add structure, registration functions for framebuffer and rename LCDC INTGwenhael Goavec-Merou2011-03-071-0/+4
* ARM: mx25_3ds: Add I2C supportFabio Estevam2011-03-072-0/+10
* ARM: mx27_3ds: Add I2C supportFabio Estevam2011-03-072-0/+8
* ARM: Add SSI and aic3204 code to Visstrim_M10 boards.Javier Martin2011-03-072-0/+15
* MX1: Add registration functions for SPI.Gwenhael Goavec-Merou2011-03-071-0/+7
* MX1: Register clock for SPI2Gwenhael Goavec-Merou2011-03-071-0/+1
* i.MX25: add sdma clock definitionsEric Bénard2011-03-071-0/+3
* ARM: imx/mach-mx25_3ds: Use IMX_GPIO_NR instead of hard-coded valuesFabio Estevam2011-02-281-2/+2
* ARM i.MX ehci: do ehci init in board specific functionsSascha Hauer2011-02-117-14/+56
* ARM i.MX ehci: factor out soc specific functionsSascha Hauer2011-02-113-2/+164
* Merge commit 'v2.6.38-rc4' into imx-for-2.6.39Sascha Hauer2011-02-111-1/+1
|\
| * ARM: mach-imx/mach-mx25_3ds: Fix section typeFabio Estevam2011-01-241-1/+1
* | ARM: imx: use .init_early to initialize cpu type and reset addressUwe Kleine-König2011-02-1018-87/+111
* | ARM: imx+mx3: convert to mc13xxx MFDDavid Jander2011-02-102-7/+7