summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorRafael J. Wysocki2015-12-05 01:54:47 +0100
committerRafael J. Wysocki2015-12-07 02:16:45 +0100
commit7b06a6d7bff563d82ddf8769617632f26793a83e (patch)
tree0b16ddb9d5baa5debcaac929098b7accea7b616c /MAINTAINERS
parentLinux 4.4-rc4 (diff)
downloadkernel-qcow2-linux-7b06a6d7bff563d82ddf8769617632f26793a83e.tar.gz
kernel-qcow2-linux-7b06a6d7bff563d82ddf8769617632f26793a83e.tar.xz
kernel-qcow2-linux-7b06a6d7bff563d82ddf8769617632f26793a83e.zip
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 <rafael.j.wysocki@intel.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-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" <rjw@rjwysocki.net>
+L: linux-pm@vger.kernel.org
+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 <sre@kernel.org>
M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>