commit | 8490fdf923fc6cf6c31a53b73cafdf582a9642f0 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Jul 23 00:57:53 2014 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Jul 23 00:57:53 2014 +0200 |
tree | 9451305b272f26b09026417f01dbf62eed886a9f | |
parent | d431cbc53cb787a7f82d7d2fe0af65156db4d27a [diff] |
PM / sleep: Move platform suspend operations to separate functions After the introduction of freeze_ops it makes more sense to move all of the platform suspend operations to separate functions that each will do all of the necessary checks and choose the right callback to execute istead of doing all that in the core code which makes it generally harder to follow. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>