zephyr/subsys/pm
Mahesh Mahadevan 6cb1ff6560 pm: Move settting timeout to after suspending devices
pm_suspend_devices() could return an error. Set timeout using
sys_clock_set_timeout() to after this error is handled so that
we have the accurate power state when calling the timeout function.
This is useful in cases where we wish to compensate the
system timer for certain power modes.

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2023-12-18 09:29:49 +01:00
..
CMakeLists.txt pm: policy: move constraints to policy API 2022-03-16 15:26:47 +01:00
device.c pm: device_runtime: release power domain multiple times 2023-12-06 09:16:12 +00:00
device_runtime.c pm: device_runtime: Avoid unnecessary work 2023-12-14 19:07:48 +00:00
Kconfig pm: policy: add check for device busy in policy 2023-09-15 14:51:50 -04:00
pm.c pm: Move settting timeout to after suspending devices 2023-12-18 09:29:49 +01:00
pm_stats.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
pm_stats.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
policy.c pm: policy: add check for device busy in policy 2023-09-15 14:51:50 -04:00
state.c pm: state: allow disabling certain power states 2023-07-26 16:49:00 +02:00