commit | 741141e46485a2bb6981c0c2bd5d2e07a68b6d71 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Fri Feb 26 15:29:52 2021 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Mar 07 07:59:53 2021 -0500 |
tree | 2cd8025eb40e5941c4178df64be8d92950da690c | |
parent | 9b246aba78971c07f1539bada555362f3c2809a2 [diff] |
power: Send state changes notification after device PM Currently the power subsys is sending notifications about power state changes before doing device pm. If one device fails to low power or suspend the system never goes to an idle state. Change to send notifications just before call SoC to suspend and avoid misleading information. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>