zephyr/tests
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
..
application_development/gen_inc_file kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
arch tests: arm: runtime nmi testcase is flushing DCACHE 2022-06-20 10:27:27 +02:00
benchmarks tests: benchmarks: sys_kernel: Migrate to K_THREAD_STACK_DECLARE 2022-06-20 10:25:52 +02:00
bluetooth tests: Bluetooth: bsim: Add GATT Write test 2022-06-22 12:22:29 +02:00
boards tests: remove redundant <zephyr/zephyr.h> includes 2022-06-15 09:13:11 +02:00
boot/uefi tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
cmake/config_dir cmake: APPLICATION_CONFIG_DIR support implemented 2021-11-10 08:25:36 -05:00
crypto libc: minimal: Introduce CONFIG_MINIMAL_LIBC_NON_REENTRANT_FUNCTIONS 2022-06-01 11:03:38 +02:00
drivers test: Enable the GPIO tests on EHL_CRB. 2022-06-21 10:47:56 +02:00
kernel tests: sched: preempt: Fix the skipped testing when enabling SMP 2022-06-22 12:22:01 +02:00
lib tests/heap_listener: Store 'malloc' value in global to avoid optimizer 2022-06-14 01:50:36 +09:00
misc tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
net tests: net: sockets: tls: increase ztest and sysworkq stack sizes 2022-06-15 09:11:09 +02:00
posix tests/posix/fs: extend readdir test 2022-05-13 11:10:04 -07:00
subsys pm: Introduce CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE 2022-06-22 12:24:43 +02:00
unit lib: os: cbprint: enable tagged arguments for packaging 2022-06-08 00:15:55 +09:00
ztest ztest: Fix incorrect use of this as fixture 2022-06-16 16:13:18 -04:00