From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Mon, 27 Feb 2012 09:09:38 +0100 Subject: [U-Boot] [PATCH] USB: relax usbcore reset timings In-Reply-To: <201202270010.10010.marex@denx.de> References: <4EF1AE65.2070208@grandegger.com> <201202270010.10010.marex@denx.de> Message-ID: <4F4B3A42.80200@grandegger.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/27/2012 12:10 AM, Marek Vasut wrote: >> 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? Already a while ago Remy wrote "Applied to u-boot-usb" but I can't find it yet in mainline. Remy? Wolfgang