Re: [U-Boot] [PATCH v7 09/10] usb: host: ohci-generic: add RESET support

2017-06-20 Thread Simon Glass
On 20 June 2017 at 03:59, wrote: > From: Patrice Chotard > > use array to save deasserted resets reference in order to > assert them in case of error during probe() or during driver > removal. > > Signed-off-by: Patrice Chotard > --- > v7: _ replace reset_count() by ofnode_count_phandle_wit

[U-Boot] [PATCH v7 09/10] usb: host: ohci-generic: add RESET support

2017-06-20 Thread patrice.chotard
From: Patrice Chotard use array to save deasserted resets reference in order to assert them in case of error during probe() or during driver removal. Signed-off-by: Patrice Chotard --- v7: _ replace reset_count() by ofnode_count_phandle_with_args() v6: _ none v5: _ none v4: _