From: Toshihiro Kobayashi Date: Tue, 10 May 2005 20:47:01 +0000 (-0700) Subject: [PATCH] OMAP: DSP pm fix X-Git-Tag: v2.6.13-omap1~152 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9d0d7cd810deb957167a72e861205866daee459;p=pandora-kernel.git [PATCH] OMAP: DSP pm fix This is a fix for pm code with regard to the DSP. In the current code we have a problem that DSP won't re-enabled after suspend if DSP is just turned on (with idle request) from McBSP driver but not used by DSP Gateway. I moved DSP related code from pm.c to dsp_common.c. With this patch DSP will be resumed to the original state after suspend, whichever state (reset / idling for McBSP / running with DSP Gateway) DSP was in. Signed-off-by: Toshihiro Kobayashi Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed