Re: [U-Boot] [PATCH 5/5] usb_storage: Adjust time-outs

2012-07-27 Thread Benoît Thébaudeau
Dear Marek,

On Fri, Jul 27, 2012 at 02:56:50 PM, Marek Vasut wrote:
> > Adjust time-out value for the new EHCI mechanism.
> > 
> [...]
> 
> Ok, I really like this set.

Nice to read.

> I believe it's only one or two reposts
> away from
> upstream and I'd love to have it in next release (not this one, as we
> can't test
> it in 3 days). I admit I'm not the easiest and fastest custodian, so
> pardon me
> at that.

I pardon you.

Regards,
Benoît
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 5/5] usb_storage: Adjust time-outs

2012-07-27 Thread Marek Vasut
Dear Benoît Thébaudeau,

> Adjust time-out value for the new EHCI mechanism.
> 
[...]

Ok, I really like this set. I believe it's only one or two reposts away from 
upstream and I'd love to have it in next release (not this one, as we can't 
test 
it in 3 days). I admit I'm not the easiest and fastest custodian, so pardon me 
at that.

Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 5/5] usb_storage: Adjust time-outs

2012-07-19 Thread Benoît Thébaudeau
Adjust time-out value for the new EHCI mechanism.

Signed-off-by: Benoît Thébaudeau 
Cc: Marek Vasut 
Cc: Ilya Yanok 
Cc: Stefan Herbrechtsmeier 
---
 .../common/usb_storage.c   |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git u-boot-usb-1b4bd0e.orig/common/usb_storage.c 
u-boot-usb-1b4bd0e/common/usb_storage.c
index 135c940..3cd2e22 100644
--- u-boot-usb-1b4bd0e.orig/common/usb_storage.c
+++ u-boot-usb-1b4bd0e/common/usb_storage.c
@@ -712,7 +712,7 @@ int usb_stor_BBB_transport(ccb *srb, struct us_data *us)
else
pipe = pipeout;
result = usb_bulk_msg(us->pusb_dev, pipe, srb->pdata, srb->datalen,
- &data_actlen, USB_CNTL_TIMEOUT * 5);
+ &data_actlen, USB_CNTL_TIMEOUT * 100);
/* special handling of STALL in DATA phase */
if ((result < 0) && (us->pusb_dev->status & USB_ST_STALLED)) {
USB_STOR_PRINTF("DATA:stall\n");
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot