Re: [U-Boot] [PATCH v2] usb: increase non-bulk timeout for slow chipsets.

2011-08-08 Thread Remy Bohmer
Hi, 2011/7/31 Jason Cooper : > If you take a look at 96820a35, you'll see the original timeout was > CONFIG_SYS_HZ.  Which is 1000.  After the mentioned change, non-bulk timeout > was changed to 100.  This causes timeout failures on the dreamplug platform > when trying to initialize the usb micros

Re: [U-Boot] [PATCH v2] usb: increase non-bulk timeout for slow chipsets.

2011-08-08 Thread Remy Bohmer
Hi, 2011/8/4 Jason : > Remy, > > I neglected to include you in my original submission, could you please > take a look at this for u-boot-usb?  Original email is here [1].  And > the commit I'm referring to is here [2]. No problem... I am subscribed to the list, and I have seen it already. (I am a

Re: [U-Boot] [PATCH v2] usb: increase non-bulk timeout for slow chipsets.

2011-08-06 Thread Mike Frysinger
Acked-by: Mike Frysinger -mike ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2] usb: increase non-bulk timeout for slow chipsets.

2011-08-04 Thread Jason
Remy, I neglected to include you in my original submission, could you please take a look at this for u-boot-usb? Original email is here [1]. And the commit I'm referring to is here [2]. The dreamplug platform must pull it's uImage from a usb attached microSD card. They are completely unbootabl

[U-Boot] [PATCH v2] usb: increase non-bulk timeout for slow chipsets.

2011-07-31 Thread Jason Cooper
If you take a look at 96820a35, you'll see the original timeout was CONFIG_SYS_HZ. Which is 1000. After the mentioned change, non-bulk timeout was changed to 100. This causes timeout failures on the dreamplug platform when trying to initialize the usb microsd reader. Signed-off-by: Jason Cooper