Re: [U-Boot] [PATCH 05/11] drivers: usb: dwc3: add ti dwc3 misc driver for wrapper

2017-05-30 Thread Vignesh R
Hi, On Wednesday 31 May 2017 09:20 AM, Simon Glass wrote: > On 23 May 2017 at 05:55, 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. >> >> Signed-off-by: Mugunthan V N >> Si

Re: [U-Boot] [PATCH 05/11] drivers: usb: dwc3: add ti dwc3 misc driver for wrapper

2017-05-30 Thread Vignesh R
Hi, On Wednesday 31 May 2017 09:20 AM, Simon Glass wrote: > On 23 May 2017 at 05:55, 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. >> >> Signed-off-by: Mugunthan V N >> Si

Re: [U-Boot] [PATCH 05/11] drivers: usb: dwc3: add ti dwc3 misc driver for wrapper

2017-05-30 Thread Simon Glass
On 23 May 2017 at 05:55, 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. > > Signed-off-by: Mugunthan V N > Signed-off-by: Vignesh R > --- > board/ti/am57xx/board.c | 11 -

[U-Boot] [PATCH 05/11] drivers: usb: dwc3: add ti dwc3 misc driver for wrapper

2017-05-23 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. Signed-off-by: Mugunthan V N Signed-off-by: Vignesh R --- board/ti/am57xx/board.c | 11 -- drivers/usb/dwc3/core.h | 4 drivers/