Re: [U-Boot] [PATCH] Fix EHCI usb submit timeout and unify with OHCI

2011-02-11 Thread Remy Bohmer
Hi, 2011/2/7 Simon Glass : > Changed both to use a common timeout for URB submission, since they were using > different values and EHCI's was too short. > > Also fixed EHCI to actually check if urb submission succeeded, rather than > silently continuing into the weeds. > > Change-Id: I7f71499ffaa0

[U-Boot] [PATCH] Fix EHCI usb submit timeout and unify with OHCI

2011-02-07 Thread Simon Glass
Changed both to use a common timeout for URB submission, since they were using different values and EHCI's was too short. Also fixed EHCI to actually check if urb submission succeeded, rather than silently continuing into the weeds. Change-Id: I7f71499ffaa05187d8e5618db2419e1606007b82 Signed-off