zephyr/subsys/power
Kumar Gala d439478805 device: treat a NULL device_pm_control as device_pm_control_nop
This is a step towards phasing out DEVICE_INIT and just having
DEVICE_DEFINE.  To make it a little easier on users or DEVICE_DEFINE
if they don't care about PM, they can just pass NULL for the
pm_control_fn paramater.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-11-10 08:38:09 -06:00
..
policy power: fix Kconfig help message 2020-09-14 21:27:23 -04:00
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
Kconfig power: allow external definition of core devices 2020-09-09 21:21:45 -04:00
device.c device: treat a NULL device_pm_control as device_pm_control_nop 2020-11-10 08:38:09 -06:00
device_pm.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
pm_ctrl.c
power.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
reboot.c