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

2018-05-18 Thread Jean-Jacques Hiblot
Hi Michal, I've been trying your series on DRA7 platforms. Thanks for the work. I have a few comments though. On 18/05/2018 13:15, 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

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

2018-05-18 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 (Remove dwc3-omap changes) Signed-off-by: Mic