aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx5/ehci.c
Commit message (Collapse)AuthorAge
* ARM: mx5: dynamically allocate mxc-ehci devicesUwe Kleine-König2011-08-01
| | | | | | | Additionally make the usb related defines consistent with the other imx SoCs. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
* ARM i.MX ehci: factor out soc specific functionsSascha Hauer2011-02-11
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>