[PATCH] USB: at91 usb driver supend/resume fixes
authorDavid Brownell <david-b@pacbell.net>
Mon, 3 Apr 2006 04:26:21 +0000 (20:26 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 14 Apr 2006 18:12:25 +0000 (11:12 -0700)
commit68ba61b89c10b3412c7ee05cd649303ba5a588d1
treef89509f31d1489cc3de2e3fbbbbeaaebd1029754
parent35fcca442aca1a8d927b697e7e15d3f655958bd7
[PATCH] USB: at91 usb driver supend/resume fixes

AT91: the two USB drivers (OHCI, UDC) got out of sync with various
usbcore and driver model PM updates; fix.

Also minor fixes to ohci:  whitespace/style, MODULE_ALIAS so coldplug works
using /sys/.../modalias, and turn off _both_ clocks during suspend.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/at91_udc.c
drivers/usb/host/ohci-at91.c