summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/mx51_efika.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: efikamx: remove Genesi Efika MX platform files from the treeMatt Sealey2012-08-241-633/+0
| | | | | | | Delete the files that can no longer be built. Signed-off-by: Matt Sealey <matt@genesi-usa.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: imx: eliminate macro IMX_GPIO_TO_IRQ()Shawn Guo2012-07-011-1/+2
| | | | | | | | | This patch changes all the static gpio irq number assigning with IMX_GPIO_TO_IRQ() to run-time assigning with gpio_to_irq call, and in turn eliminates the macro IMX_GPIO_TO_IRQ(). Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX: Merge i.MX5 support into mach-imxSascha Hauer2011-11-161-0/+632
This patch moves the contents of arch/arm/mach-mx5 to arch/arm/mach-imx and adjusts the Makefile/Kconfig entries in a way that it's possible to compile i.MX5 together with i.MX3/6. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Tested-by: Shawn Guo <shawn.guo@linaro.org> Tested-by: Dirk Behme <dirk.behme@de.bosch.com>