Skip to content

Commit 8733bf4

Browse files
MAINTAINERS: Add missing sysfb files to firmware framebuffers entry
The commit d391c58 ("drivers/firmware: move x86 Generic System Framebuffers support") moved the sysfb*.c source files from arch/x86 to drivers/firmware, because the logic wasn't x86 specific and could be used by other architectures. But the drivers/firmware path is not listed in MAINTAINERS, which led to the files being orphaned and scripts/get_maintainer.pl not listing a mailing list to Cc anymore. Now that we have an entry for all the firmware-provided framebuffer code, add the missing sysfb files to make sure correct folks and list is Cc'ed. Fixes: d391c58 ("drivers/firmware: move x86 Generic System Framebuffers support") Reported-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Closes: https://lore.kernel.org/lkml/aF53djlieUNF_-aV@smile.fi.intel.com/ Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://lore.kernel.org/r/20250627113328.2703491-1-javierm@redhat.com Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
1 parent 1aa93cf commit 8733bf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MAINTAINERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7497,10 +7497,12 @@ M: Javier Martinez Canillas <javierm@redhat.com>
74977497
L: dri-devel@lists.freedesktop.org
74987498
S: Maintained
74997499
T: git https://gitlab.freedesktop.org/drm/misc/kernel.git
7500+
F: drivers/firmware/sysfb*.c
75007501
F: drivers/gpu/drm/sysfb/
75017502
F: drivers/video/aperture.c
75027503
F: drivers/video/nomodeset.c
75037504
F: include/linux/aperture.h
7505+
F: include/linux/sysfb.h
75047506
F: include/video/nomodeset.h
75057507

75067508
DRM DRIVER FOR GENERIC EDP PANELS

0 commit comments

Comments
 (0)