commit | 6f00ff78278fd5d6ac110b6903ee042af2d6af91 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Tue Jul 12 00:39:10 2011 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Tue Jul 12 00:39:10 2011 +0200 |
tree | e466b608591a916ed3a6faace59a47065a2a6f4f | |
parent | 775b8ae8707592af9275b8b216c2bf056b3f5d82 [diff] |
PM / Domains: Set device state to "active" during system resume The runtime PM status of devices in a power domain that is not powered off in pm_genpd_complete() should be set to "active", because those devices are operational at this point. Some of them may not be in use, though, so make pm_genpd_complete() call pm_runtime_idle() in addition to pm_runtime_set_active() for each of them. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>