Re: [U-Boot] [PATCH v2 02/10] usb: omap5: Add glue logic to support DM for USB host

2018-03-19 Thread Simon Glass
Hi Jean-Jacques, On 14 March 2018 at 10:18, Jean-Jacques Hiblot wrote: > The omap5 uses the dwc3. The dwc3 supports the driver model but it requires > some glue logic to load the the driver. > > Signed-off-by: Jean-Jacques Hiblot > --- > > Changes in v2: None >

[U-Boot] [PATCH v2 02/10] usb: omap5: Add glue logic to support DM for USB host

2018-03-14 Thread Jean-Jacques Hiblot
The omap5 uses the dwc3. The dwc3 supports the driver model but it requires some glue logic to load the the driver. Signed-off-by: Jean-Jacques Hiblot --- Changes in v2: None drivers/usb/host/Kconfig | 10 + drivers/usb/host/Makefile | 1 +