zephyr/subsys/pm
Gerard Marull-Paretas c708a17b8e pm: device: remove CONFIG_PM_MAX_DEVICES
When a device is defined a new pointer to a device will be created in
the "z_pm_device_slots" region, effectively creating a device array with
the same size as the number of system devices. This array is then used
by the device PM subsystem to keep track of suspended devices during
power transitions.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-05-29 07:38:06 -04:00
..
policy pm: device: Get rid of z_pm_core_devices 2021-05-27 14:35:27 -04:00
CMakeLists.txt pm: move device_pm.c to device_runtime.c 2021-05-05 18:35:49 -04:00
Kconfig pm: device: remove CONFIG_PM_MAX_DEVICES 2021-05-29 07:38:06 -04:00
device.c pm: device: remove CONFIG_PM_MAX_DEVICES 2021-05-29 07:38:06 -04:00
device_runtime.c pm: device_runtime: Remove not necessary check 2021-05-26 10:56:55 -04:00
pm_ctrl.c
power.c pm: device: Get rid of z_pm_core_devices 2021-05-27 14:35:27 -04:00