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

2017-05-23 Thread Simon Glass
On 22 May 2017 at 01:42, wrote: > From: Patrice Chotard > > Add Driver Model support with use of generic DT > compatible string "snps,dwc3" > > Signed-off-by: Patrice Chotard > --- > > v2: _ use dev_get_addr() and removed useless piece of code > > drivers/usb/host/xhci-dwc3.c | 50 > +

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

2017-05-22 Thread Marek Vasut
On 05/22/2017 09:42 AM, patrice.chot...@st.com wrote: > From: Patrice Chotard > > Add Driver Model support with use of generic DT > compatible string "snps,dwc3" > > Signed-off-by: Patrice Chotard Reviewed-by: Marek Vasut I'd like to get an AB/RB from SJG. > --- > > v2: _ use dev_get_add

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

2017-05-22 Thread patrice.chotard
From: Patrice Chotard Add Driver Model support with use of generic DT compatible string "snps,dwc3" Signed-off-by: Patrice Chotard --- v2: _ use dev_get_addr() and removed useless piece of code drivers/usb/host/xhci-dwc3.c | 50 1 file change