From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 27 Feb 2012 00:10:09 +0100 Subject: [U-Boot] [PATCH] USB: relax usbcore reset timings In-Reply-To: <4EF1AE65.2070208@grandegger.com> References: <4EF1AE65.2070208@grandegger.com> Message-ID: <201202270010.10010.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 > From: Wolfgang Grandegger > > Following the corresponding Linux code, this patch relaxes reset timings > waiting at least 100ms after power to the ports. There are some reports > that it helps make enumeration work better on some high speed devices. > Furthermore, the wait is only done once after power has been enabled > on all ports. > > CC: Remy Bohmer > CC: Vincent Palatin > Signed-off-by: Wolfgang Grandegger > --- Hi, what's the status of this patch/patchset? Thanks M