Re: [U-Boot] [PATCH 02/16] usb: Stop reset procedure when a dev is handed over to a companion hcd

2015-05-05 Thread Marek Vasut
On Tuesday, May 05, 2015 at 11:56:05 PM, Hans de Goede wrote: > Do not try to reset a device 5 times when it is handed over to a companion > controller, also do not print an error when it has been handed over. > > Signed-off-by: Hans de Goede Acked-by: Marek Vasut Best regards, Marek Vasut ___

[U-Boot] [PATCH 02/16] usb: Stop reset procedure when a dev is handed over to a companion hcd

2015-05-05 Thread Hans de Goede
Do not try to reset a device 5 times when it is handed over to a companion controller, also do not print an error when it has been handed over. Signed-off-by: Hans de Goede --- common/usb_hub.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/common/usb_hub.c b/c