commit | 067bd4fdfa17c3bbdac09b401667e967c81eb2b7 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue Apr 15 16:18:41 2014 +0300 |
committer | Vinod Koul <vinod.koul@intel.com> | Wed May 07 11:44:06 2014 +0530 |
tree | 5f07291e776c37cf6b4c59952462e6a9b91cf71a | |
parent | baca66f7960f60a7ed5884acf4eb1a76d868c43c [diff] |
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>