zephyr/subsys/pm
Gerard Marull-Paretas 740eba1341 pm: device: allow optional support of TURN_ON action
Some devices, e.g. SoC level devices like I2C peripheral, can never be
powerd off as they are always energized. Such devices can only go from an
active state or to a low power state (suspended). Allow them to simply
return -ENOTSUP when called with TURN_ON (or TURN_OFF).

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2024-09-30 17:11:20 +01:00
..
CMakeLists.txt
Kconfig
device.c pm: device: allow optional support of TURN_ON action 2024-09-30 17:11:20 +01:00
device_runtime.c
device_system_managed.c
device_system_managed.h
pm.c
pm_shell.c
pm_stats.c
pm_stats.h
policy.c
state.c