From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 6 May 2015 01:01:00 +0200 Subject: [U-Boot] [PATCH 13/16] usb: ohci: Remove unnecessary delays from hc_start and power power-on paths In-Reply-To: <1430862979-4684-14-git-send-email-hdegoede@redhat.com> References: <1430862979-4684-1-git-send-email-hdegoede@redhat.com> <1430862979-4684-14-git-send-email-hdegoede@redhat.com> Message-ID: <201505060101.00835.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 subsystem, which might change though, right ? Won't this bite us in the future ? Best regards, Marek Vasut