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

2017-07-06 Thread Patrice CHOTARD
Hi Simon On 07/06/2017 06:48 AM, Simon Glass wrote: > On 21 June 2017 at 01:50, 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 >> ---

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

2017-07-05 Thread Simon Glass
On 21 June 2017 at 01:50, 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 > --- > v8: _ rework error path by propagating the initial error

[U-Boot] [PATCH v8 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 --- v8: _ rework error path by propagating the initial error code until the end of probe() v7: _ replace