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 tests: pm: Test devices suspend/resume order 2021-11-09 19:57:59 -05:00
dts/bindings tests: pm: Test devices suspend/resume order 2021-11-09 19:57:59 -05:00
src tests: remove redundant <zephyr/zephyr.h> includes 2022-06-15 09:13:11 +02:00
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
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