From: Dinh Nguyen <[email protected]>
Hi,
Apologies for sending the wrong 1st patch of this series.
---
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
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 <[email protected]>
Cc: Paul Zimmerman <[email protected]>
Cc: Felipe Balbi <[email protected]>
Cc: Ben Dooks <[email protected]>
Cc: Matt Porter <[email protected]>
Cc: Kukjin Kim <[email protected]>
Cc: Stephen Warren <[email protected]>
Cc: Matthijs Kooijman <[email protected]>
Cc: Jingoo Han <[email protected]>
Cc: Sachin Kamat <[email protected]>
Cc: Robert Baldyga <[email protected]>
--
1.7.9.5
--
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