summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx5/ehci.c
AgeCommit message (Collapse)AuthorFilesLines
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>