Re: [U-Boot] [PATCH v2 5/5] usb: host: extend generic OHCI with CLOCK, RESET and PHY

2017-05-14 Thread Simon Glass
On 12 May 2017 at 11:27, wrote: > From: Patrice Chotard > > Add CLOCK, RESET and generic PHY frameworks support > > Signed-off-by: Patrice Chotard > --- > > v2: _ add error path management > _ add .remove callback > > drivers/usb/host/ohci-generic.c | 99 >

[U-Boot] [PATCH v2 5/5] usb: host: extend generic OHCI with CLOCK, RESET and PHY

2017-05-12 Thread patrice.chotard
From: Patrice Chotard Add CLOCK, RESET and generic PHY frameworks support Signed-off-by: Patrice Chotard --- v2: _ add error path management _ add .remove callback drivers/usb/host/ohci-generic.c | 99 +++-- 1 file changed, 96 insertions(+), 3