ARM i.MX ehci: factor out soc specific functions
authorSascha Hauer <s.hauer@pengutronix.de>
Mon, 3 Jan 2011 09:33:01 +0000 (10:33 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Fri, 11 Feb 2011 07:34:17 +0000 (08:34 +0100)
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>

No differences found