On 3/3/14 5:09 PM, dinguyen@xxxxxxxxxx wrote: > From: Dinh Nguyen <dinguyen@xxxxxxxxxx> > > Hi, > > This is a shortened version of the v1 patch to combine the dwc2/s3c-hsotg into > a single dual-role driver. The series will only move the s3c-hsotg driver into > the dwc2 folder, use the defines in the dwc2 hw.h, and removes the s3c-hsotg.h > defines. This will make the dual-role combining work a bit easier to review in > the future. > > For now, the dwc2 and s3c-hsotg will be separate drivers. > > Thanks, > > Dinh Nguyen (3): > usb: dwc2: Add defines to support the s3c-hsotg driver > usb: s3c-hsotg: Move s3c-hsotg into dwc2 folder > usb: s3c-hsotg: Move s3c-hsotg data structures Apologies, but please disregard this series. I sent out the wrong 1st patch that should go with this series. Dinh > > drivers/usb/dwc2/Kconfig | 15 + > drivers/usb/dwc2/Makefile | 15 +- > drivers/usb/dwc2/core.h | 182 +++++++++ > drivers/usb/dwc2/hw.h | 11 +- > drivers/usb/{gadget => dwc2}/s3c-hsotg.c | 593 +++++++++++------------------- > drivers/usb/gadget/Kconfig | 7 - > drivers/usb/gadget/Makefile | 1 - > drivers/usb/gadget/s3c-hsotg.h | 378 ------------------- > 8 files changed, 420 insertions(+), 782 deletions(-) > rename drivers/usb/{gadget => dwc2}/s3c-hsotg.c (85%) > delete mode 100644 drivers/usb/gadget/s3c-hsotg.h > --- > Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Cc: Paul Zimmerman <paulz@xxxxxxxxxxxx> > Cc: Felipe Balbi <balbi@xxxxxx> > Cc: Ben Dooks <ben-linux@xxxxxxxxx> > Cc: Matt Porter <mporter@xxxxxxxxxx> > Cc: Kukjin Kim <kgene.kim@xxxxxxxxxxx> > Cc: Stephen Warren <swarren@xxxxxxxxxxxxx> > Cc: Matthijs Kooijman <matthijs@xxxxxxxx> > Cc: Jingoo Han <jg1.han@xxxxxxxxxxx> > Cc: Sachin Kamat <sachin.kamat@xxxxxxxxxx> > Cc: Robert Baldyga <r.baldyga@xxxxxxxxxxx> -- 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