commit | 9ac646f2773f8c47196160e42c3ad764b1fd0935 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Wed Mar 31 11:20:22 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri May 07 16:55:31 2021 -0400 |
tree | ed4207866e2b1d7d6ab60e33e47712fe1dfcf58d | |
parent | 05c5ebd5bd52c0f921b3560fa2f9a92e426b46e3 [diff] |
power: device: Don't wake up devices unnecessarily Currently when the system goes to sleep it asks *all* devices that support PM to suspend or go to a low power state, and the system wakes up it put *all* suspended devices in active state, even if a device was already suspended and not being used. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>