pm: move power subsystem to pm

Adjust naming to make things consistent.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-04-29 13:45:57 +02:00 committed by Anas Nashif
parent 25bb163dc2
commit 99cbee3f16
17 changed files with 6 additions and 5 deletions

View file

@ -617,7 +617,7 @@
/subsys/net/l2/ @jukkar @tbursztyka
/subsys/net/l2/canbus/ @alexanderwachter @jukkar
/subsys/net/*/openthread/ @rlubos
/subsys/power/ @nashif @ceolin
/subsys/pm/ @nashif @ceolin
/subsys/random/ @dleach02
/subsys/settings/ @nvlsianpu
/subsys/shell/ @jakub-uC @nordic-krch

View file

@ -1168,7 +1168,7 @@ Power management:
files:
- include/pm/pm.h
- samples/subsys/power/
- subsys/power/
- subsys/pm/
- tests/subsys/power/
labels:
- "area: Power Management"

View file

@ -7,6 +7,7 @@
#ifndef ZEPHYR_INCLUDE_PM_DEVICE_RUNTIME_H_
#define ZEPHYR_INCLUDE_PM_DEVICE_RUNTIME_H_
#include <device.h>
#include <kernel.h>
#include <sys/atomic.h>

View file

@ -20,7 +20,7 @@ add_subdirectory(storage)
add_subdirectory_ifdef(CONFIG_SETTINGS settings)
add_subdirectory(fb)
add_subdirectory(portability)
add_subdirectory(power)
add_subdirectory(pm)
add_subdirectory(stats)
add_subdirectory(task_wdt)
add_subdirectory(testsuite)

View file

@ -40,7 +40,7 @@ source "subsys/net/Kconfig"
source "subsys/portability/Kconfig"
source "subsys/power/Kconfig"
source "subsys/pm/Kconfig"
source "subsys/shell/Kconfig"

View file

@ -26,7 +26,7 @@ config PM_DEBUG
help
Enable System Power Management debugging hooks.
source "subsys/power/policy/Kconfig"
source "subsys/pm/policy/Kconfig"
module = PM
module-str = System Power Management