zephyr/subsys/power
Ramakrishna Pallala 6b21e1b7a7 power: Add device idle power management support
Add framework for device Idle Power Management(IPM)
for suspending devices based on device idle. This will
help in saving power even while system(CPU) is active.

The framework uses device_set_power_state() API set the
device power state accordingly based on the usage count.

Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
2019-03-14 14:26:15 +01:00
..
policy
CMakeLists.txt power: Add device idle power management support 2019-03-14 14:26:15 +01:00
device_pm.c power: Add device idle power management support 2019-03-14 14:26:15 +01:00
device.c
Kconfig power: Add device idle power management support 2019-03-14 14:26:15 +01:00
pm_ctrl.c
power.c
reboot.c