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