From: Dinh Nguyen
Hello,
This patch is my first attempt in combining the Synopsys DWC2 host and the
s3c-hsotg peripheral into a single dual-role driver.
The patch:
* Moves the s3c-hsotg driver into the dwc2 folder.
* Adds the gadget data structure into the dwc2_hsotg data structure.
* Replace
From: Dinh Nguyen
Hi,
I'm starting work downstream on combining the DWC2 host driver and the s3c-hsotg
gadget driver into a dual-role OTG driver. Before I go further, I was hoping to
solicit comments on whether or not my initial approach is correct? I know there
are plans to combine the 2, so wo
From: Dinh Nguyen
In preparation for combining the dwc2 host driver and the s3c-hsotg
gadget driver into a dual-role USB driver, move the s3c-hsotg into
the same place with DWC2 host driver.
Signed-off-by: Dinh Nguyen
Cc: Paul Zimmerman
Cc: Rashika Kheria
Cc: Matthijs Kooijman
Cc: Luis Orteg
From: Dinh Nguyen
Signed-off-by: Dinh Nguyen
Cc: Paul Zimmerman
Cc: Rashika Kheria
Cc: Matthijs Kooijman
Cc: Luis Ortega Perez de Villar
Cc: Dom Cobley
Cc: Ben Dooks
Cc: Kukjin Kim
Cc: Robert Baldyga
Cc: Kyungmin Park
Cc: Jingoo Han
Cc: Felipe Balbi
Cc: Greg Kroah-Hartman
Cc: linux-s