]> git.ipfire.org Git - people/ms/u-boot.git/commit
EHCI: fix port reset reporting
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Sat, 27 Feb 2010 18:33:21 +0000 (21:33 +0300)
committerRemy Bohmer <linux@bohmer.net>
Thu, 8 Apr 2010 19:39:59 +0000 (21:39 +0200)
commitc8b2d1dc0f1667029f42c3fa21f70906414af325
tree0e912b33e762fc9ea2fc715e3d86bb93477a35e5
parente06a055bcd966adf62a5653c84db781915392e41
EHCI: fix port reset reporting

Commit b416191a14770c6bcc6fd67be7decf8159b2baee (Fix EHCI port reset.) didn't
move the code that checked for successful clearing of the port reset bit from
ehci_submit_root(), relying on wait_ms() call instead. The mentioned code also
erroneously reported port reset state when the reset was already completed.

Signed-off-by: Sergei Shtylyov <sshtylyov@mvista.com>
drivers/usb/host/ehci-hcd.c