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

2017-05-31 Thread Simon Glass
On 24 May 2017 at 07:01, wrote: > From: Patrice Chotard > > use array to save enabled clocks reference in order to > disabled them in case of error during probe() or during > driver removal. > > Signed-off-by: Patrice Chotard

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

2017-05-24 Thread patrice.chotard
From: Patrice Chotard use array to save enabled clocks reference in order to disabled them in case of error during probe() or during driver removal. Signed-off-by: Patrice Chotard --- v4: _ use generic_phy_valid() before generic_phy_exit()

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

2017-05-24 Thread patrice.chotard
From: Patrice Chotard use array to save enabled clocks reference in order to disabled them in case of error during probe() or during driver removal. Signed-off-by: Patrice Chotard --- v4: _ use generic_phy_valid() before generic_phy_exit()