Re: [U-Boot] [PATCH v2] usb: r8a66597: convert wait loop to readw_poll_timeout

2017-11-29 Thread Marek Vasut
On 11/29/2017 08:49 PM, Chris Brandt wrote: > It is better to use an existing wait loop implementation. > > Signed-off-by: Chris Brandt Applied, thanks > --- > v2: > * return -ETIMEDOUT instead of -1 > --- > drivers/usb/host/r8a66597-hcd.c | 13 + > 1 file changed, 5 insertions(+)

Re: [U-Boot] [PATCH v2] usb: r8a66597: convert wait loop to readw_poll_timeout

2017-11-29 Thread Fabio Estevam
On Wed, Nov 29, 2017 at 5:49 PM, Chris Brandt wrote: > It is better to use an existing wait loop implementation. > > Signed-off-by: Chris Brandt > --- > v2: > * return -ETIMEDOUT instead of -1 Reviewed-by: Fabio Estevam ___ U-Boot mailing list U-Boot

[U-Boot] [PATCH v2] usb: r8a66597: convert wait loop to readw_poll_timeout

2017-11-29 Thread Chris Brandt
It is better to use an existing wait loop implementation. Signed-off-by: Chris Brandt --- v2: * return -ETIMEDOUT instead of -1 --- drivers/usb/host/r8a66597-hcd.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/drivers/usb/host/r8a66597-hcd.c b/drivers/usb/hos