While fbdev as a whole is obsolete, fbcon is still relevant for most Linux systems. But it's been under-maintained for some time. I'm volunteering to keep an eye on fbcon.
Signed-off-by: Thomas Zimmermann <[email protected]> --- MAINTAINERS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 838ae3c2b6fc..749844664f8e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9666,6 +9666,25 @@ S: Maintained W: https://floatingpoint.billm.au/ F: arch/x86/math-emu/ +FRAMEBUFFER CONSOLE +M: Thomas Zimmermann <[email protected]> +L: [email protected] +L: [email protected] +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 + FRAMEBUFFER CORE M: Simona Vetter <[email protected]> S: Odd Fixes -- 2.51.0
