MAINTAINERS: enlist Greg formally for console stuff
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 3 Aug 2020 14:11:42 +0000 (16:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Aug 2020 07:41:22 +0000 (09:41 +0200)
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: dri-devel@lists.freedesktop.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Link: https://lore.kernel.org/r/20200803141142.1606661-1-daniel.vetter@ffwll.ch
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
MAINTAINERS

index f0569cf304cacb8792e56d79bbb195c0abbfcc6f..8d6515b42916bcf43b90a2dea14b87b56faad38e 100644 (file)
@@ -4348,6 +4348,12 @@ L:       netdev@vger.kernel.org
 S:     Maintained
 F:     drivers/connector/
 
+CONSOLE SUBSYSTEM
+M:     Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+S:     Supported
+F:     drivers/video/console/
+F:     include/linux/console*
+
 CONTROL GROUP (CGROUP)
 M:     Tejun Heo <tj@kernel.org>
 M:     Li Zefan <lizefan@huawei.com>