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)
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

Simple merge