summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx5/ehci.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-16ARM i.MX: Merge i.MX5 support into mach-imxSascha Hauer1-156/+0
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>
2011-08-01ARM: mx5: dynamically allocate mxc-ehci devicesUwe Kleine-König1-1/+1
Additionally make the usb related defines consistent with the other imx SoCs. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
2011-02-11ARM i.MX ehci: factor out soc specific functionsSascha Hauer1-0/+156
Currently we have a mxc_initialize_usb_hw which is called on every i.MX SoC. This function dispatches the different SoC types, which is quite ugly. This patch moves the SoC specific USB initialization to their correspondive mach directories. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>