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
Kconfig pm: device: De-couple device pm from system pm 2024-06-04 19:13:53 -04:00
device.c
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
pm.c pm: device: De-couple device pm from system pm 2024-06-04 19:13:53 -04:00
pm_shell.c
pm_stats.c
pm_stats.h
policy.c
state.c