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: NSascha Hauer <s.hauer@pengutronix.de>
Showing
arch/arm/mach-imx/ehci-imx25.c
0 → 100644
arch/arm/mach-imx/ehci-imx27.c
0 → 100644
arch/arm/mach-mx3/ehci-imx31.c
0 → 100644
arch/arm/mach-mx3/ehci-imx35.c
0 → 100644
arch/arm/mach-mx5/ehci.c
0 → 100644
想要评论请 注册 或 登录