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

2017-05-19 Thread Patrice CHOTARD
Hi Marek On 05/19/2017 12:06 PM, Marek Vasut wrote: > On 05/19/2017 09:15 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

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

2017-05-19 Thread Marek Vasut
On 05/19/2017 09:15 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 > --- > drivers/usb/host/xhci-dwc3.c | 71 >

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

2017-05-19 Thread patrice.chotard
From: Patrice Chotard Add Driver Model support with use of generic DT compatible string "snps,dwc3" Signed-off-by: Patrice Chotard --- drivers/usb/host/xhci-dwc3.c | 71 1 file changed, 71