]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
musb_hdrc: host side suspend/resume mostly behaves
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 1 Nov 2006 21:12:17 +0000 (23:12 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 1 Nov 2006 21:12:17 +0000 (23:12 +0200)
commit9ea5fd9689774aa46c8786a184cb44eda779bd92
tree3b4dcc0c9fa5879f29f776b8b7468a44594f39f5
parentefccec38ed3ab888bc4b3606a26be7888ff7deaa
musb_hdrc: host side suspend/resume mostly behaves

Host side suspend/resume updates:

 - Add the missing "bus-wide" suspend/resume calls, which in this case
   leave everything up to the root port suspend code.

 - Scrub out state more completely on disconnect

 - Remote wakeup IRQ handling (untested because of enumeration issues)

Also:

 - Handle a host side oops if DMA is disabled as a module parameter

 - Minor cleanups of unused symbols

 - Update version string

And some very minor, related, peripheral side fixes.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
drivers/usb/musb/g_ep0.c
drivers/usb/musb/musb_gadget.c
drivers/usb/musb/musb_host.c
drivers/usb/musb/musb_host.h
drivers/usb/musb/musbdefs.h
drivers/usb/musb/plat_uds.c
drivers/usb/musb/virthub.c