diff options
author | Pavel Machek <pavel@suse.cz> | 2009-01-15 13:51:02 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-15 16:39:38 -0800 |
commit | 71038f527f3665f562cf9afe083df729958a099b (patch) | |
tree | 1b3c5c4f0a88fc84264b26147cfe28221f2c04a5 | |
parent | 6ae301e85c9c58d2f430a8a7057ce488b7ff76df (diff) | |
download | linux-3.10-71038f527f3665f562cf9afe083df729958a099b.tar.gz linux-3.10-71038f527f3665f562cf9afe083df729958a099b.tar.bz2 linux-3.10-71038f527f3665f562cf9afe083df729958a099b.zip |
MAINTAINERS: add entry for freezer
Now that people are using freezer for non-suspend/hibernation stuff, it
should have separate maintainers entry so that it is easier to find.
Signed-off-by: Pavel Machek <pavel@suse.cz>
Acked-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 73548f8ad0b..3fe4dc2c256 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1821,6 +1821,14 @@ M: hch@infradead.org W: ftp://ftp.openlinux.org/pub/people/hch/vxfs S: Maintained +FREEZER +P: Pavel Machek +M: pavel@suse.cz +P: Rafael J. Wysocki +M: rjw@sisk.pl +L: linux-pm@lists.linux-foundation.org +S: Supported + FTRACE P: Steven Rostedt M: rostedt@goodmis.org |