commit | cb07625d1f84fb48e6849cb530762ffcc6f8e458 | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Mon Jan 03 10:33:01 2011 +0100 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Fri Feb 11 08:34:17 2011 +0100 |
tree | e3eecfdc41e5ee5236c339303d8705938a490fae | |
parent | f19693a17c6705e197eb24d4618060eaac1b535c [diff] |
ARM i.MX ehci: factor out soc specific functions 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>