Re: [U-Boot] [PATCH v2 07/13] drivers: usb: dwc3: add ti dwc3 misc driver for wrapper

2017-06-14 Thread Vignesh R
On Tuesday 13 June 2017 07:35 PM, Marek Vasut wrote: >> diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c >> index e065c5aeb38d..18bbd5318e48 100644 >> --- a/drivers/usb/dwc3/gadget.c >> +++ b/drivers/usb/dwc3/gadget.c >> @@ -2610,7 +2610,7 @@ int dwc3_gadget_init(struct dwc3

Re: [U-Boot] [PATCH v2 07/13] drivers: usb: dwc3: add ti dwc3 misc driver for wrapper

2017-06-13 Thread Marek Vasut
On 06/13/2017 02:10 PM, Vignesh R wrote: > From: Mugunthan V N > > Add a misc driver for DWC3 wrapper, so that based on dr_mode the > USB devices can bind to USB host or USB device drivers. > > Based on dr_mode property, the device node needs to bind to either > "host"

[U-Boot] [PATCH v2 07/13] drivers: usb: dwc3: add ti dwc3 misc driver for wrapper

2017-06-13 Thread Vignesh R
From: Mugunthan V N Add a misc driver for DWC3 wrapper, so that based on dr_mode the USB devices can bind to USB host or USB device drivers. Based on dr_mode property, the device node needs to bind to either "host" driver or "peripheral" driver. This wrapper will on bind