summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/ehci-imx25.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM i.MX ehci: factor out soc specific functionsSascha Hauer2011-02-111-0/+80
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>