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

2017-05-31 Thread Simon Glass
On 24 May 2017 at 07:01, wrote: > From: Patrice Chotard > > Extend ohci-generic driver with generic PHY framework > > Signed-off-by: Patrice Chotard > --- > > v4: _ use generic_phy_valid() before generic_phy_exit()

[U-Boot] [PATCH v4 11/11] usb: host: ohci-generic: add generic PHY support

2017-05-24 Thread patrice.chotard
From: Patrice Chotard Extend ohci-generic driver with generic PHY framework Signed-off-by: Patrice Chotard --- v4: _ use generic_phy_valid() before generic_phy_exit() call v3: _ extract in this patch the PHY support add-on from previous

[U-Boot] [PATCH v4 11/11] usb: host: ohci-generic: add generic PHY support

2017-05-24 Thread patrice.chotard
From: Patrice Chotard Extend ohci-generic driver with generic PHY framework Signed-off-by: Patrice Chotard --- v4: _ use generic_phy_valid() before generic_phy_exit() call v3: _ extract in this patch the PHY support add-on from previous