Searched hist:b416191a14770c6bcc6fd67be7decf8159b2baee (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ehci-hcd.c | c8b2d1dc0f1667029f42c3fa21f70906414af325 Sat Feb 27 18:33:21 UTC 2010 Sergei Shtylyov <sshtylyov@ru.mvista.com> 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> b416191a14770c6bcc6fd67be7decf8159b2baee Wed Jan 06 21:34:04 UTC 2010 Chris Zhang <chris@seamicro.com> Fix EHCI port reset.
In USB ehci driver, the port reset is not terminated. EHCI spec says "A host controller must terminate the reset and stabilize the state of the port within 2 milliseconds". Without termination, a port stays at reset state. This is observed on ppc4xx(sequoia) boards.
Signed-off-by: Chris Zhang <chris@seamicro.com>
|