Re: [U-Boot] [PATCH v9 10/10] usb: host: ohci-generic: add generic PHY support

2017-07-05 Thread Simon Glass
On 21 June 2017 at 06:42, wrote: > From: Patrice Chotard > > Extend ohci-generic driver with generic PHY framework > > Signed-off-by: Patrice Chotard > --- > v9: _ none > > v8: _ rework error path by propagating

[U-Boot] [PATCH v9 10/10] usb: host: ohci-generic: add generic PHY support

2017-06-21 Thread patrice.chotard
From: Patrice Chotard Extend ohci-generic driver with generic PHY framework Signed-off-by: Patrice Chotard --- v9: _ none v8: _ rework error path by propagating the initial error code until the end of probe() v7: _ none v6: _