Re: [U-Boot] [PATCH v10 06/10] usb: host: ehci-generic: add error path and .remove callback

2017-07-06 Thread Simon Glass
On 6 July 2017 at 01:42, wrote: > From: Patrice Chotard > > Use an array to save enabled clocks reference and deasserted resets > in order to respectively disabled and asserted them in case of error > during probe() or during driver removal. > > Signed-off-by: Patrice Chotard > --- > > v10:

[U-Boot] [PATCH v10 06/10] usb: host: ehci-generic: add error path and .remove callback

2017-07-06 Thread patrice.chotard
From: Patrice Chotard Use an array to save enabled clocks reference and deasserted resets in order to respectively disabled and asserted them in case of error during probe() or during driver removal. Signed-off-by: Patrice Chotard --- v10:_ none v9: _ remove useless reset_free() and cl