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

2017-06-01 Thread Patrice CHOTARD
Hi Simon On 06/01/2017 05:11 AM, Simon Glass wrote: > On 29 May 2017 at 01:57, wrote: >> From: Patrice Chotard >> >> Add Driver Model support with use of generic DT >> compatible string "snps,dwc3" >> >> Signed-off-by: Patrice Chotard >> --- >> v4: _ none >> v3: _ none >> v2: _ use

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

2017-05-31 Thread Simon Glass
On 29 May 2017 at 01:57, wrote: > From: Patrice Chotard > > Add Driver Model support with use of generic DT > compatible string "snps,dwc3" > > Signed-off-by: Patrice Chotard > --- > v4: _ none > v3: _ none > v2: _ use dev_get_addr() and removed useless piece of code > > drivers/us

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

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