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

2017-05-31 Thread Simon Glass
On 24 May 2017 at 07:01, 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 > --- > > v4: _ update the memory allocation for deasserted rese

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

2017-05-24 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 --- v4: _ update the memory allocation for deasserted resets. Replace lists by arrays. _ usage of ne

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

2017-05-24 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 --- v4: _ update the memory allocation for deasserted resets. Replace lists by arrays. _ usage of ne