From: Rafael J. Wysocki <[email protected]> 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]> --- People seem to have problems with figuring out who maintains it, so ... powercap has no separate maintainer at the time being, so I'm adding it to the "PM core" bag for now for a good measure. --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+) Index: linux-pm/MAINTAINERS =================================================================== --- linux-pm.orig/MAINTAINERS +++ linux-pm/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]> +L: [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]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

