From: Dinh Nguyen <dingu...@altera.com>

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

 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 <gre...@linuxfoundation.org>
Cc: Paul Zimmerman <pa...@synopsys.com>
Cc: Felipe Balbi <ba...@ti.com>
Cc: Ben Dooks <ben-li...@fluff.org>
Cc: Matt Porter <mpor...@linaro.org>
Cc: Kukjin Kim <kgene....@samsung.com>
Cc: Stephen Warren <swar...@wwwdotorg.org>
Cc: Matthijs Kooijman <matth...@stdin.nl>
Cc: Jingoo Han <jg1....@samsung.com>
Cc: Sachin Kamat <sachin.ka...@linaro.org>
Cc: Robert Baldyga <r.bald...@samsung.com>
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to