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

2017-07-05 Thread Simon Glass
On 21 June 2017 at 06:42, 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 v9 08/10] usb: host: ohci-generic: add CLOCK support

2017-06-21 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 --- v9: _ remove useless clk_free() when a clock is correctly