zephyr/subsys/power
Gerard Marull-Paretas bfce935caf power: remove device_pm_control_nop function
Devices that do not require PM should just use NULL.
`device_pm_control_nop` is still kept as an alias to NULL untill all
in-tree usage is replaced with NULL.

Code relying on device_pm_control function now returns -ENOTSUP
(equivalent to calling device_pm_control_nop).

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-04-27 16:28:49 -04:00
..
policy power: policy: Account exit latency 2021-04-26 08:21:30 -04:00
CMakeLists.txt power: Remove PM_STATE_LOCK option 2021-02-15 08:08:36 -05:00
device_pm.c power: remove FSM from DEVICE_PM_FSM_* 2020-12-09 15:18:29 -05:00
device.c power: remove device_pm_control_nop function 2021-04-27 16:28:49 -04:00
Kconfig kernel: remove tickless idle 2021-03-19 11:22:17 -04:00
pm_ctrl.c power: Rename constraint API 2021-02-15 08:08:36 -05:00
power.c power: Add an assert for an unexpected condition 2021-04-26 08:21:30 -04:00
reboot.c cleanup: include/: move misc/reboot.h to power/reboot.h 2019-06-27 22:55:49 -04:00