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

Remy Bohmer linux at bohmer.net
Fri Feb 11 21:17:41 CET 2011


Hi,

2011/2/7 Simon Glass <sjg at chromium.org>:
> 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-by: Simon Glass <sjg at chromium.org>
> ---
>  drivers/usb/host/ehci-hcd.c |   10 +++++++++-
>  drivers/usb/host/ohci-hcd.c |    7 +------
>  include/usb.h               |    6 ++++++
>  3 files changed, 16 insertions(+), 7 deletions(-)
>
Applied to u-boot-usb

Thanks.

Remy


More information about the U-Boot mailing list