aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael J. Wysocki <[email protected]>2015-12-05 01:54:47 +0100
committerRafael J. Wysocki <[email protected]>2015-12-07 02:16:45 +0100
commit7b06a6d7bff563d82ddf8769617632f26793a83e (patch)
tree0b16ddb9d5baa5debcaac929098b7accea7b616c
parent527e9316f8ec44bd53d90fb9f611fa7ffff52bb9 (diff)
MAINTAINERS: Add an entry for the PM core
Add a MAINTAINERS entry for the PM core with myself as the maintainer and linux-pm as the mailing list. This actually documents the current state of things. Signed-off-by: Rafael J. Wysocki <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--MAINTAINERS11
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 69c8a9c3289a..8e4019cb79b0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8438,6 +8438,17 @@ F: fs/timerfd.c
F: include/linux/timer*
F: kernel/time/*timer*
+POWER MANAGEMENT CORE
+M: "Rafael J. Wysocki" <[email protected]>
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
+S: Supported
+F: drivers/base/power/
+F: include/linux/pm.h
+F: include/linux/pm_*
+F: include/linux/powercap.h
+F: drivers/powercap/
+
POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
M: Sebastian Reichel <[email protected]>
M: Dmitry Eremin-Solenikov <[email protected]>