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)
commitcb07625d1f84fb48e6849cb530762ffcc6f8e458
treee3eecfdc41e5ee5236c339303d8705938a490fae
parentf19693a17c6705e197eb24d4618060eaac1b535c
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>
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/ehci-imx25.c [new file with mode: 0644]
arch/arm/mach-imx/ehci-imx27.c [new file with mode: 0644]
arch/arm/mach-mx3/Makefile
arch/arm/mach-mx3/ehci-imx31.c [new file with mode: 0644]
arch/arm/mach-mx3/ehci-imx35.c [new file with mode: 0644]
arch/arm/mach-mx5/Makefile
arch/arm/mach-mx5/ehci.c [new file with mode: 0644]
arch/arm/plat-mxc/ehci.c
arch/arm/plat-mxc/include/mach/mxc_ehci.h