Re: [U-Boot] RFC [PATCH 3/5] usb: Some EHCI chipsets are slow to respond.

2011-07-29 Thread Jason
On Thu, Jul 28, 2011 at 12:16:00PM -0700, Prafulla Wadaskar wrote: -Original Message- From: Jason [mailto:u-b...@lakedaemon.net] Sent: Thursday, July 28, 2011 7:07 AM To: Prafulla Wadaskar Cc: cl...@debian.org; w...@denx.de; u-boot@lists.denx.de; Prabhanjan Sarnaik; Ashish

Re: [U-Boot] RFC [PATCH 3/5] usb: Some EHCI chipsets are slow to respond.

2011-07-28 Thread Prafulla Wadaskar
-Original Message- From: Jason [mailto:u-b...@lakedaemon.net] Sent: Thursday, July 28, 2011 7:07 AM To: Prafulla Wadaskar Cc: cl...@debian.org; w...@denx.de; u-boot@lists.denx.de; Prabhanjan Sarnaik; Ashish Karkare; Siddarth Gore; bd...@gag.com Subject: Re: RFC [PATCH 3/5] usb:

Re: [U-Boot] RFC [PATCH 3/5] usb: Some EHCI chipsets are slow to respond.

2011-07-27 Thread Prafulla Wadaskar
-Original Message- From: Jason Cooper [mailto:u-b...@lakedaemon.net] Sent: Wednesday, July 27, 2011 2:49 AM To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar Cc: u-boot@lists.denx.de; Prabhanjan Sarnaik; Ashish Karkare; Siddarth Gore; bd...@gag.com; Jason Cooper Subject: RFC

Re: [U-Boot] RFC [PATCH 3/5] usb: Some EHCI chipsets are slow to respond.

2011-07-27 Thread Jason
On Wed, Jul 27, 2011 at 11:23:50AM -0700, Prafulla Wadaskar wrote: -Original Message- From: Jason Cooper [mailto:u-b...@lakedaemon.net] Sent: Wednesday, July 27, 2011 2:49 AM To: cl...@debian.org; w...@denx.de; Prafulla Wadaskar Cc: u-boot@lists.denx.de; Prabhanjan Sarnaik;

[U-Boot] RFC [PATCH 3/5] usb: Some EHCI chipsets are slow to respond.

2011-07-26 Thread Jason Cooper
This fixes 'EHCI timed out on TD...' on the dreamplug board. Signed-off-by: Jason Cooper u-b...@lakedaemon.net --- include/usb.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/usb.h b/include/usb.h index 53603a5..168e2b2 100644 --- a/include/usb.h +++