zephyr/subsys/pm
Jordan Yates 962eca65af pm: device_runtime: detect power up failures
Check that the device we are trying to use has successfully powered up
when it is on a power domain. If it has not, release the request for the
power domain to be powered to ensure we do not have dangling requests.

As a result of this, `PM_DEVICE_ACTION_RESUME` will not be run on a
device if `PM_DEVICE_ACTION_TURN_ON` has already failed.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2022-07-12 10:07:18 +02:00
..
CMakeLists.txt
Kconfig arch: Introduce S2RAM interface 2022-07-11 15:26:26 +02:00
device.c pm: device: store power up failures 2022-07-12 10:07:18 +02:00
device_runtime.c pm: device_runtime: detect power up failures 2022-07-12 10:07:18 +02:00
pm.c pm: Introduce CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE 2022-06-22 12:24:43 +02:00
pm_stats.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
pm_stats.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
policy.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
state.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00