Re: [U-Boot] [PATCH 1/6] usb: dwc3: Add dwc3_init/remove with DM_USB

2018-05-17 Thread Marek Vasut
On 05/17/2018 09:40 AM, Michal Simek wrote: > On 16.5.2018 16:40, Marek Vasut wrote: >> On 05/16/2018 04:26 PM, Michal Simek wrote: >>> From: Mugunthan V N >>> >>> The patch is preparing dwc3 core for enabling DM_USB with peripheral >>> driver with using driver model support.

Re: [U-Boot] [PATCH 1/6] usb: dwc3: Add dwc3_init/remove with DM_USB

2018-05-17 Thread Michal Simek
On 16.5.2018 16:40, Marek Vasut wrote: > On 05/16/2018 04:26 PM, Michal Simek wrote: >> From: Mugunthan V N >> >> The patch is preparing dwc3 core for enabling DM_USB with peripheral >> driver with using driver model support. >> The driver will be bound by the DWC3 wrapper

Re: [U-Boot] [PATCH 1/6] usb: dwc3: Add dwc3_init/remove with DM_USB

2018-05-16 Thread Marek Vasut
On 05/16/2018 04:26 PM, Michal Simek wrote: > From: Mugunthan V N > > The patch is preparing dwc3 core for enabling DM_USB with peripheral > driver with using driver model support. > The driver will be bound by the DWC3 wrapper driver based on the > dr_mode device tree

[U-Boot] [PATCH 1/6] usb: dwc3: Add dwc3_init/remove with DM_USB

2018-05-16 Thread Michal Simek
From: Mugunthan V N The patch is preparing dwc3 core for enabling DM_USB with peripheral driver with using driver model support. The driver will be bound by the DWC3 wrapper driver based on the dr_mode device tree entry. Signed-off-by: Mugunthan V N