]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
musb_hdrc: Fixes for OPT HS A tests
authorTony Lindgren <tony@atomide.com>
Tue, 7 Aug 2007 12:20:06 +0000 (05:20 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 7 Aug 2007 12:20:06 +0000 (05:20 -0700)
commit58e45f3e55e2a5b46ed76c6d153ea62a2db56eb4
tree178cba055c9a867e50594ac253647f2caef03c0f
parentfc51c39a5625cacf904656a648fcbd77c9e7ee58
musb_hdrc: Fixes for OPT HS A tests

If RESUME is cleared too soon, OPT HS A 6.8 tests will fail.

This patch removes the check for RESUME bit before SUSPEND
is set, and makes virthub sleep until RESUME has been held
for 20 ms. Additionally virthub waits after clearing RESUME
to allow musb to start generating SOFs before RESET.

Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/usb/musb/plat_uds.c
drivers/usb/musb/virthub.c