Re: [U-Boot] [PATCH 3/6] usb: dwc3: Add generic DWC3 glue logic driver

2018-05-17 Thread Marek Vasut
On 05/17/2018 08:27 AM, Michal Simek wrote: > On 16.5.2018 16:41, Marek Vasut wrote: >> On 05/16/2018 04:26 PM, Michal Simek wrote: >>> By enabling BLK by default this is the next driver which needs to get >>> support for DM_USB. Adding generic DWC3 glue logic which only >>> parse nodes and read

Re: [U-Boot] [PATCH 3/6] usb: dwc3: Add generic DWC3 glue logic driver

2018-05-17 Thread Michal Simek
On 16.5.2018 16:41, Marek Vasut wrote: > On 05/16/2018 04:26 PM, Michal Simek wrote: >> By enabling BLK by default this is the next driver which needs to get >> support for DM_USB. Adding generic DWC3 glue logic which only >> parse nodes and read device mode. Based on it probe proper >>

Re: [U-Boot] [PATCH 3/6] usb: dwc3: Add generic DWC3 glue logic driver

2018-05-16 Thread Marek Vasut
On 05/16/2018 04:26 PM, Michal Simek wrote: > By enabling BLK by default this is the next driver which needs to get > support for DM_USB. Adding generic DWC3 glue logic which only > parse nodes and read device mode. Based on it probe proper > host/peripheral DWC3 drivers for it. > >

[U-Boot] [PATCH 3/6] usb: dwc3: Add generic DWC3 glue logic driver

2018-05-16 Thread Michal Simek
By enabling BLK by default this is the next driver which needs to get support for DM_USB. Adding generic DWC3 glue logic which only parse nodes and read device mode. Based on it probe proper host/peripheral DWC3 drivers for it. Signed-off-by: Michal Simek ---