On Wed, 15 Apr 2009, Guennadi Liakhovetski wrote: > From: Guennadi Liakhovetski <lg@xxxxxxx> > > 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 <lg@xxxxxxx> > --- > > Greg, on your request a GNU diff. The two patches in this series will not > break compilation, so, can be applied independently. > > drivers/usb/gadget/Kconfig | 2 +- > drivers/usb/gadget/Makefile | 4 + > drivers/usb/gadget/fsl_mx3_udc.c | 95 ++ > drivers/usb/gadget/fsl_udc_core.c | 2491 +++++++++++++++++++++++++++++++++++++ > drivers/usb/gadget/fsl_usb2_udc.c | 2468 ------------------------------------ > drivers/usb/gadget/fsl_usb2_udc.h | 18 + > 6 files changed, 2609 insertions(+), 2469 deletions(-) > create mode 100644 drivers/usb/gadget/fsl_mx3_udc.c > create mode 100644 drivers/usb/gadget/fsl_udc_core.c > delete mode 100644 drivers/usb/gadget/fsl_usb2_udc.c Greg, do you have an estimate when this patch is going to appear in linux-next? Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer http://www.open-technology.de/ -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html