]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ARM: OMAP: OHCI update
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 29 Jun 2005 15:22:36 +0000 (08:22 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 29 Jun 2005 15:22:36 +0000 (08:22 -0700)
commita2b0cfb514685833f5af0e95e94708707b875b8a
treec47cba47cb72c3ff39d9f158d22939edd54678b6
parent46c6b63a785be8e8e71e23c26f74b0d70e68ca06
[PATCH] ARM: OMAP: OHCI update

The recent "pm_message_t" changes removed functionality from the Linux
PM framework.  This patch removes it from the OMAP OHCI too, removing
the distinction between (previous) PM_SUSPEND_MEM and PM_SUSPEND_DISK
state transitions ... now the only suspend semantics supportable are
what was previously PM_SUSPEND_DISK (4) and is now "PMSG_SUSPEND" (3).

From: Todd Poynor <tpoynor@mvista.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
drivers/usb/host/ohci-omap.c