Re: [U-Boot] [PATCH v8 1/6] usb: host: xhci-dwc3: Convert driver to DM

2017-08-05 Thread Simon Glass
On 24 July 2017 at 03:44, wrote: > From: Patrice Chotard > > Add Driver Model support with use of generic DT > compatible string "snps,dwc3" > > Signed-off-by: Patrice Chotard > --- > v8: _ Add CONFIG_DM_USB flag to fix compilation issue for platforms > which uses xhci-dwc3 driver

[U-Boot] [PATCH v8 1/6] usb: host: xhci-dwc3: Convert driver to DM

2017-07-24 Thread patrice.chotard
From: Patrice Chotard Add Driver Model support with use of generic DT compatible string "snps,dwc3" Signed-off-by: Patrice Chotard --- v8: _ Add CONFIG_DM_USB flag to fix compilation issue for platforms which uses xhci-dwc3 driver and doesn't support yet driver model _ fix