Whoops, forgot to CC the linux-usb list. Sorry for sending this twice.
From: Dinh Nguyen <[email protected]>
This is a shortened version of the 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.
---
Hi Greg,
This is Dinh's series for moving the s3c-hsotg driver into the dwc2 directory.
The gadget part has been tested by Jingoo and Robert at Samsung, and I have
tested the host part on the Synopsys development board (but not on the
Raspberry Pi). I would like to have Stephen Warren test this on the Pi, and
have Felipe ack the first two patches, then I think it should be good to go.
Paul Zimmerman (3):
usb: dwc2: add defines to support the s3c-hsotg driver
usb: dwc2/s3c-hsotg: move s3c-hsotg into dwc2 directory
usb: dwc2: move s3c-hsotg data structures
drivers/usb/dwc2/Kconfig | 61 ++-
drivers/usb/dwc2/Makefile | 37 +-
drivers/usb/dwc2/core.h | 182 +++++++
drivers/usb/{gadget/s3c-hsotg.c => dwc2/gadget.c} | 593 ++++++++--------------
drivers/usb/dwc2/hw.h | 12 +-
drivers/usb/gadget/Kconfig | 6 -
drivers/usb/gadget/Makefile | 1 -
drivers/usb/gadget/s3c-hsotg.h | 378 --------------
8 files changed, 462 insertions(+), 808 deletions(-)
rename drivers/usb/{gadget/s3c-hsotg.c => dwc2/gadget.c} (85%)
delete mode 100644 drivers/usb/gadget/s3c-hsotg.h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html