zephyr/subsys/pm
Yong Cong Sin 52a202309b zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY
Change instances of:

DT_NODE_HAS_STATUS(<node_id>, okay)

to

DT_NODE_HAS_STATUS_OKAY(<node_id>)

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2024-10-03 17:06:52 +01:00
..
CMakeLists.txt pm: device: De-couple device pm from system pm 2024-06-04 19:13:53 -04:00
Kconfig arch: arm: cortex_m: pm_s2ram: Minor typo fix 2024-09-06 11:29:06 -04:00
device.c pm: device: allow optional support of TURN_ON action 2024-09-30 17:11:20 +01:00
device_runtime.c everywhere: replace double words 2024-06-22 05:40:22 -04:00
device_system_managed.c pm: device: De-couple device pm from system pm 2024-06-04 19:13:53 -04:00
device_system_managed.h pm: device_system_managed: Fix functions return 2024-06-18 19:56:39 -04:00
pm.c pm: policy: change the policy event handling 2024-09-09 13:56:04 -04:00
pm_shell.c
pm_stats.c
pm_stats.h
policy.c zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
state.c