MAINTAINERS: Add dedicated entry for fbcon

Add an own entry for the framebuffer console code, which is jointly
used by the fbdev and DRM drivers.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
Thomas Zimmermann
2026-04-09 09:26:09 +02:00
committed by Helge Deller
parent 98e5b6d069
commit 3bea4a0ee8

View File

@@ -10049,6 +10049,29 @@ S: Maintained
W: https://floatingpoint.billm.au/
F: arch/x86/math-emu/
FRAMEBUFFER CONSOLE
M: Helge Deller <deller@gmx.de>
M: Thomas Zimmermann <tzimmermann@suse.de>
L: dri-devel@lists.freedesktop.org
L: linux-fbdev@vger.kernel.org
S: Maintained
T: git https://gitlab.freedesktop.org/drm/misc/kernel.git
F: Documentation/fb/fbcon.rst
F: drivers/video/fbdev/core/bitblit.c
F: drivers/video/fbdev/core/fb_logo.c
F: drivers/video/fbdev/core/fbcon.c
F: drivers/video/fbdev/core/fbcon.h
F: drivers/video/fbdev/core/fbcon_ccw.c
F: drivers/video/fbdev/core/fbcon_cw.c
F: drivers/video/fbdev/core/fbcon_rotate.c
F: drivers/video/fbdev/core/fbcon_rotate.h
F: drivers/video/fbdev/core/fbcon_ud.c
F: drivers/video/fbdev/core/softcursor.c
F: drivers/video/fbdev/core/tileblit.c
F: include/linux/fbcon.h
F: include/linux/font.h
F: lib/fonts/
FRAMEBUFFER CORE
M: Simona Vetter <simona@ffwll.ch>
S: Odd Fixes