From: David Brownell Date: Wed, 29 Jun 2005 15:22:36 +0000 (-0700) Subject: [PATCH] ARM: OMAP: OHCI update X-Git-Tag: v2.6.13-omap1~86 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2b0cfb514685833f5af0e95e94708707b875b8a;p=pandora-kernel.git [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 Signed-off-by: David Brownell --- Reading git-diff-tree failed