zephyr/subsys/pm
Flavio Ceolin 1c2e988021 pm: device: De-couple device pm from system pm
PM_DEVICE is not attached to system managed device power management.
It is a very common use case targets with device runtime power
management that don't want system device power management enabled.

We introduce a new symbol (PM_DEVICE_SYSTEM_MANAGED) to explicit
control whether or not system device power management should be
globally enabled.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2024-06-04 19:13:53 -04:00
..
CMakeLists.txt pm: device: De-couple device pm from system pm 2024-06-04 19:13:53 -04:00
device_runtime.c pm: device_runtime: Fix usage API 2024-05-22 15:08:39 -05:00
device_system_managed.c pm: device: De-couple device pm from system pm 2024-06-04 19:13:53 -04:00
device_system_managed.h pm: device: De-couple device pm from system pm 2024-06-04 19:13:53 -04:00
device.c pm: Remove state lock/unlock API 2024-04-09 20:11:48 +02:00
Kconfig pm: device: De-couple device pm from system pm 2024-06-04 19:13:53 -04:00
pm_shell.c pm: shell: filter out non PM enabled devices 2024-04-30 19:30:15 -05:00
pm_stats.c
pm_stats.h
pm.c pm: device: De-couple device pm from system pm 2024-06-04 19:13:53 -04:00
policy.c pm: policy: Fix event integer overflow 2024-04-25 17:58:04 -04:00
state.c