OSDN Git Service

dmaengine: dw: move PM to suspend_late / resume_early stages
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 15 Apr 2014 13:18:41 +0000 (16:18 +0300)
committerVinod Koul <vinod.koul@intel.com>
Wed, 7 May 2014 06:14:06 +0000 (11:44 +0530)
commit067bd4fdfa17c3bbdac09b401667e967c81eb2b7
tree5f07291e776c37cf6b4c59952462e6a9b91cf71a
parentbaca66f7960f60a7ed5884acf4eb1a76d868c43c
dmaengine: dw: move PM to suspend_late / resume_early stages

There is no need to use *_noirq version of suspend and resume PM callbacks. The
suspend_late / resume_early suit better (it was discussed in [1]) and in future
could be used for runtime PM support.

[1] http://www.spinics.net/lists/kernel/msg1650974.html

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dw/platform.c