From: Guennadi Liakhovetski Date: Wed, 15 Apr 2009 12:25:33 +0000 (+0200) Subject: USB: gadget: Add i.MX3x support to the fsl_usb2_udc driver X-Git-Tag: v2.6.31-rc1~304^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54e4026b64a970303349b952866641a7804ef594;p=pandora-kernel.git USB: gadget: Add i.MX3x support to the fsl_usb2_udc driver This patch adds support for i.MX3x (only tested with i.MX31 so far) ARM SoCs to the fsl_usb2_udc driver. It also moves PHY configuration before controller reset, because otherwise an ULPI PHY doesn't get a reset and doesn't function after a reboot. The problem with longer control transfers is still not fixed. The patch renames the fsl_usb2_udc.c file to fsl_udc_core.c to preserve the same module name for user-space backwards compatibility. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed