zephyr/subsys/power
Peter Bigot 96dfed029d power: fix bound on state array
Attempts to disable PM_STATE_SOFT_OFF would index past the end of the
count array.  Increase the array length to allow operations on
PM_STATE_SOFT_OFF.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2021-02-02 16:43:55 -05:00
..
policy power: Fix dummy policy states info 2021-01-28 20:24:46 -05:00
CMakeLists.txt power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
device_pm.c power: remove FSM from DEVICE_PM_FSM_* 2020-12-09 15:18:29 -05:00
device.c power: device: provide device_pm_state_str() with CONFIG_PM=n 2021-01-25 14:21:00 -05:00
Kconfig power: allow finer control of PM selection 2021-02-01 15:05:03 -05:00
pm_ctrl.c power: fix bound on state array 2021-02-02 16:43:55 -05:00
power.c power: Use substate-id in pm subsystem 2021-01-22 09:31:20 -05:00
reboot.c