From: Thomas Zimmermann Date: Thu, 9 Apr 2026 07:26:09 +0000 (+0200) Subject: MAINTAINERS: Add dedicated entry for fbcon X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3bea4a0ee8188c2702f0536fbffbc44d3eb9e619;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Helge Deller --- diff --git a/MAINTAINERS b/MAINTAINERS index 77fdfcb55f060..3506691b08546 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10049,6 +10049,29 @@ S: Maintained W: https://floatingpoint.billm.au/ F: arch/x86/math-emu/ +FRAMEBUFFER CONSOLE +M: Helge Deller +M: Thomas Zimmermann +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 S: Odd Fixes