Re: [PATCH] MAINTAINERS: Add missing sysfb files to firmware framebuffers entry

2025-06-28 Thread Javier Martinez Canillas
Javier Martinez Canillas 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 driver

Re: [PATCH] MAINTAINERS: Add missing sysfb files to firmware framebuffers entry

2025-06-27 Thread Andy Shevchenko
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

Re: [PATCH] MAINTAINERS: Add missing sysfb files to firmware framebuffers entry

2025-06-27 Thread Thomas Zimmermann
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.

[PATCH] MAINTAINERS: Add missing sysfb files to firmware framebuffers entry

2025-06-27 Thread 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,