From: Dan Williams Date: Wed, 9 Sep 2009 22:06:44 +0000 (+0200) Subject: at_hdmac: Rework suspend_late()/resume_early() X-Git-Tag: v2.6.32-rc1~684^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33f82d141c897f39cd8bce592d88cb3c5af58342;p=pandora-kernel.git at_hdmac: Rework suspend_late()/resume_early() This patch reworks platform driver power management code for at_hdmac from legacy late/early callbacks to dev_pm_ops. The callbacks are converted for CONFIG_SUSPEND like this: suspend_late() -> suspend_noirq() resume_early() -> resume_noirq() Signed-off-by: Dan Williams Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed