zephyr/tests/subsys/pm/power_mgmt
Carlo Caione 1608c8adba pm: Introduce CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE
Sometimes we want to entirely decouple the system PM from the device PM,
leaving the devices to manage its own power states using the runtime PM.

This is currently not possible because the suspend / resume code path is
triggering the device PM hooks even when the runtime PM is enabled.

Introduce a new PM_DEVICE_RUNTIME_EXCLUSIVE symbol to allow the platform
to skip the device PM triggers on suspend / resume.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2022-06-22 12:24:43 +02:00
..
boards
dts/bindings
src tests: remove redundant <zephyr/zephyr.h> includes 2022-06-15 09:13:11 +02:00
CMakeLists.txt
prj.conf pm: Introduce CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE 2022-06-22 12:24:43 +02:00
testcase.yaml tests: remove subsys prefix from test identifier 2022-03-18 10:50:57 -04:00