zephyr/subsys/power
Peter Bigot cce7165ea4 power: device: reduce space required to identify pm-capable devices
Use a smaller ordinal type than int to hold the global index
identifying devices that support power management.

Use an upper bound instead of an array of flags to identify the
devices that were successfully suspended.

Only attempt pm on devices that provide a non-default pm control
function.

Use shorter more descriptive names for state variables.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-04-27 15:36:48 +02:00
..
policy kernel/timeout: Make timeout arguments an opaque type 2020-03-31 19:40:47 -04:00
CMakeLists.txt
Kconfig power: add system power management direct force mode. 2020-01-24 21:37:40 -05:00
device.c power: device: reduce space required to identify pm-capable devices 2020-04-27 15:36:48 +02:00
device_pm.c
pm_ctrl.c
power.c power: add system power management direct force mode. 2020-01-24 21:37:40 -05:00
reboot.c