zephyr/tests/subsys
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
..
canbus/isotp drivers: can: convert enum can_mode to a bit field 2022-05-11 10:47:54 +02:00
cpp tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
debug tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
dfu dts: fix a bunch of odd partition values dts entries 2022-05-25 14:21:04 +02:00
edac ztest: Fix userspace ztests in new API 2022-05-25 11:20:13 +09:00
fs nvs: implement NVS cache 2022-06-05 14:43:59 +02:00
ipc/ipc_service lib: os: Rename icmsg_buf to spsc_pbuf 2022-06-07 19:04:35 +02:00
jwt tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
logging tests: log_immediate: Increase tests timeout 2022-06-16 16:01:41 -04:00
mgmt tests/subsys/mgmt/mcumgr: Add unit tests for zcbor_bulk 2022-06-21 11:46:45 +02:00
modbus tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
openthread tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
pm pm: Introduce CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE 2022-06-22 12:24:43 +02:00
portability tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
sd/sdmmc tests: subsys: sd: Add SDMMC subsystem test 2022-04-29 14:21:36 -05:00
settings include: add more missing zephyr/ prefixes 2022-05-27 15:20:27 -07:00
shell tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
storage tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
tracing/tracing_api tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
usb tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00