From: Sascha Hauer Date: Mon, 3 Jan 2011 09:33:01 +0000 (+0100) Subject: ARM i.MX ehci: factor out soc specific functions X-Git-Tag: v2.6.39-rc1~434^2~5^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb07625d1f84fb48e6849cb530762ffcc6f8e458;p=pandora-kernel.git 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 --- Reading git-diff-tree failed