Re: [U-Boot] [PATCH 13/16] usb: ohci: Remove unnecessary delays from hc_start and power power-on paths

2015-05-10 Thread Marek Vasut
On Sunday, May 10, 2015 at 11:10:00 AM, Hans de Goede wrote: > Hi, Hi! > On 06-05-15 01:01, Marek Vasut wrote: > > On Tuesday, May 05, 2015 at 11:56:16 PM, Hans de Goede wrote: > >> The common usb_hub code already waits a full second after powering up > >> ports, so there is no need for additiona

Re: [U-Boot] [PATCH 13/16] usb: ohci: Remove unnecessary delays from hc_start and power power-on paths

2015-05-10 Thread Hans de Goede
Hi, On 06-05-15 01:01, Marek Vasut wrote: On Tuesday, May 05, 2015 at 11:56:16 PM, Hans de Goede wrote: The common usb_hub code already waits a full second after powering up ports, so there is no need for additional delays inside the hcd code. Signed-off-by: Hans de Goede This makes a drive

Re: [U-Boot] [PATCH 13/16] usb: ohci: Remove unnecessary delays from hc_start and power power-on paths

2015-05-05 Thread Marek Vasut
On Tuesday, May 05, 2015 at 11:56:16 PM, Hans de Goede wrote: > The common usb_hub code already waits a full second after powering up > ports, so there is no need for additional delays inside the hcd code. > > Signed-off-by: Hans de Goede This makes a driver depend on the behavior of the subsyst

[U-Boot] [PATCH 13/16] usb: ohci: Remove unnecessary delays from hc_start and power power-on paths

2015-05-05 Thread Hans de Goede
The common usb_hub code already waits a full second after powering up ports, so there is no need for additional delays inside the hcd code. Signed-off-by: Hans de Goede --- drivers/usb/host/ohci-hcd.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/us