zephyr/subsys/pm
Flavio Ceolin 3b895064af pm: Remove state lock/unlock API
This API is not widely used and it is actually broken since device
runtime power management is not checking it when suspending and
resuming.

On top of that, this API is very close to pm_device_busy* API,
close enough to consolidate in only one API.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2024-04-09 20:11:48 +02:00
..
CMakeLists.txt
Kconfig
device.c pm: Remove state lock/unlock API 2024-04-09 20:11:48 +02:00
device_runtime.c pm: Remove state lock/unlock API 2024-04-09 20:11:48 +02:00
pm.c pm: Remove state lock/unlock API 2024-04-09 20:11:48 +02:00
pm_stats.c
pm_stats.h
policy.c
state.c