diff options
author | Daniel Vetter <[email protected]> | 2020-08-03 16:11:42 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-08-04 09:41:22 +0200 |
commit | f6c6eb2fe8223f8e64babcdaad2838ba6ede277d (patch) | |
tree | 6a78dbdbf3235801208b45b0a459354653d0f7c1 | |
parent | ebfdfeeae8c01fcb2b3b74ffaf03876e20835d2d (diff) |
MAINTAINERS: enlist Greg formally for console stuff
I did a few greps for main console data structures, and there's a few
places outside of drivers/video/console:
- a braille driver
- a sisusbvga driver
- fbcon, but I think that's fine if we leave that officially under
fbdev maintainership
- lots of stuff in drivers/tty/vt, which is already under Greg's
maintainership.
So I think this match gives reasonably useful Cc: lists for the files
and places I've tested.
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Daniel Vetter <[email protected]>
Acked-by: Bartlomiej Zolnierkiewicz <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f0569cf304ca..8d6515b42916 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4348,6 +4348,12 @@ L: [email protected] S: Maintained F: drivers/connector/ +CONSOLE SUBSYSTEM +M: Greg Kroah-Hartman <[email protected]> +S: Supported +F: drivers/video/console/ +F: include/linux/console* + CONTROL GROUP (CGROUP) M: Tejun Heo <[email protected]> M: Li Zefan <[email protected]> |