* [PATCH] MAINTAINERS: Add missing sysfb files to firmware framebuffers entry
@ 2025-06-27 11:33 Javier Martinez Canillas
2025-06-27 11:37 ` Thomas Zimmermann
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Javier Martinez Canillas @ 2025-06-27 11:33 UTC (permalink / raw)
To: linux-kernel
Cc: Andy Shevchenko, Maxime Ripard, dri-devel,
Javier Martinez Canillas, Borislav Petkov, Greg Kroah-Hartman,
Simona Vetter, Thomas Zimmermann
The commit d391c5827107 ("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: d391c5827107 ("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/
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index ac6f0547cd32..f69a86b9610a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7497,10 +7497,12 @@ M: Javier Martinez Canillas <javierm@redhat.com>
L: dri-devel@lists.freedesktop.org
S: Maintained
T: git https://gitlab.freedesktop.org/drm/misc/kernel.git
+F: drivers/firmware/sysfb*.c
F: drivers/gpu/drm/sysfb/
F: drivers/video/aperture.c
F: drivers/video/nomodeset.c
F: include/linux/aperture.h
+F: include/linux/sysfb.h
F: include/video/nomodeset.h
DRM DRIVER FOR GENERIC EDP PANELS
--
2.49.0
base-commit: 017a6f7e7e25017eef9c30946cb0e7c803cb3f35
branch: drm-misc-next
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add missing sysfb files to firmware framebuffers entry
2025-06-27 11:33 [PATCH] MAINTAINERS: Add missing sysfb files to firmware framebuffers entry Javier Martinez Canillas
@ 2025-06-27 11:37 ` Thomas Zimmermann
2025-06-27 12:00 ` Andy Shevchenko
2025-06-28 7:44 ` Javier Martinez Canillas
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Zimmermann @ 2025-06-27 11:37 UTC (permalink / raw)
To: Javier Martinez Canillas, linux-kernel
Cc: Andy Shevchenko, Maxime Ripard, dri-devel, Borislav Petkov,
Greg Kroah-Hartman, Simona Vetter
Hi
Am 27.06.25 um 13:33 schrieb Javier Martinez Canillas:
> The commit d391c5827107 ("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: d391c5827107 ("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/
> Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Thank you for doing this.
Best regards
Thomas
> ---
>
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ac6f0547cd32..f69a86b9610a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7497,10 +7497,12 @@ M: Javier Martinez Canillas <javierm@redhat.com>
> L: dri-devel@lists.freedesktop.org
> S: Maintained
> T: git https://gitlab.freedesktop.org/drm/misc/kernel.git
> +F: drivers/firmware/sysfb*.c
> F: drivers/gpu/drm/sysfb/
> F: drivers/video/aperture.c
> F: drivers/video/nomodeset.c
> F: include/linux/aperture.h
> +F: include/linux/sysfb.h
> F: include/video/nomodeset.h
>
> DRM DRIVER FOR GENERIC EDP PANELS
--
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nuernberg, Germany
GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman
HRB 36809 (AG Nuernberg)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add missing sysfb files to firmware framebuffers entry
2025-06-27 11:33 [PATCH] MAINTAINERS: Add missing sysfb files to firmware framebuffers entry Javier Martinez Canillas
2025-06-27 11:37 ` Thomas Zimmermann
@ 2025-06-27 12:00 ` Andy Shevchenko
2025-06-28 7:44 ` Javier Martinez Canillas
2 siblings, 0 replies; 4+ messages in thread
From: Andy Shevchenko @ 2025-06-27 12:00 UTC (permalink / raw)
To: Javier Martinez Canillas
Cc: linux-kernel, Maxime Ripard, dri-devel, Borislav Petkov,
Greg Kroah-Hartman, Simona Vetter, Thomas Zimmermann
On Fri, Jun 27, 2025 at 01:33:04PM +0200, Javier Martinez Canillas wrote:
> The commit d391c5827107 ("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.
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Add missing sysfb files to firmware framebuffers entry
2025-06-27 11:33 [PATCH] MAINTAINERS: Add missing sysfb files to firmware framebuffers entry Javier Martinez Canillas
2025-06-27 11:37 ` Thomas Zimmermann
2025-06-27 12:00 ` Andy Shevchenko
@ 2025-06-28 7:44 ` Javier Martinez Canillas
2 siblings, 0 replies; 4+ messages in thread
From: Javier Martinez Canillas @ 2025-06-28 7:44 UTC (permalink / raw)
To: linux-kernel
Cc: Andy Shevchenko, Maxime Ripard, dri-devel, Borislav Petkov,
Greg Kroah-Hartman, Simona Vetter, Thomas Zimmermann
Javier Martinez Canillas <javierm@redhat.com> writes:
> The commit d391c5827107 ("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: d391c5827107 ("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/
> Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
> ---
>
Pushed to drm-misc (drm-misc-next). Thanks!
--
Best regards,
Javier Martinez Canillas
Core Platforms
Red Hat
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-06-28 7:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-27 11:33 [PATCH] MAINTAINERS: Add missing sysfb files to firmware framebuffers entry Javier Martinez Canillas
2025-06-27 11:37 ` Thomas Zimmermann
2025-06-27 12:00 ` Andy Shevchenko
2025-06-28 7:44 ` Javier Martinez Canillas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).