zephyr/subsys/pm
Serhiy Katsyuba 98dfa0aa0b pm: Fix to prevent incorrect forever timeout
K_TICKS_FOREVER is defined as -1. Guard logic has been added for the case
when `ticks - exit_latency_ticks == -1` to prevent sys_clock_set_timeout()
from incorrectly setting a forever timeout.

Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
2025-07-19 13:27:08 -04:00
..
policy pm: Add API to check if a state disables a device 2025-05-30 19:40:11 +02:00
CMakeLists.txt
device_runtime.c pm: device_runtime: fix unbalanced domain get/put 2025-06-24 09:14:20 +02:00
device_system_managed.c
device_system_managed.h
device.c pm: device: correct state in pm_device_driver_init 2025-04-11 14:53:53 +02:00
Kconfig pm: fix typo in KConfig 2025-07-04 13:05:56 -05:00
pm_shell.c pm: adopt SHELL_HELP 2025-06-13 10:42:16 -04:00
pm_stats.c pm: Use fixed cpu id in single core case 2025-04-08 08:57:57 +02:00
pm_stats.h pm: Cleanup PM stats 2025-04-30 18:44:32 +02:00
pm.c pm: Fix to prevent incorrect forever timeout 2025-07-19 13:27:08 -04:00
state.c pm: Include disabled states in search inside pm_state_get 2025-05-05 21:56:55 +02:00