[PATCH] MAINTAINERS: Generalize ARM/RISC-V/RENESAS ARCHITECTURE

Uwe Kleine-König posted 1 patch 10 months, 1 week ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: Generalize ARM/RISC-V/RENESAS ARCHITECTURE
Posted by Uwe Kleine-König 10 months, 1 week ago
Triggered by noticing that the pwm-rcar driver isn't covered by the
Renesas maintainer entry, add this driver to it. Instead of adding it
explicitly, just add a file regex for "rcar" (and drop the one entry
that gets redundant by that).

Looking at the output of

	$ git ls-files | grep rcar

only shows files related to that architecture, so no X: line is
currently needed.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4cc3cfd35665..77155718a9e9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3061,10 +3061,10 @@ F:	arch/arm/include/debug/renesas-scif.S
 F:	arch/arm/mach-shmobile/
 F:	arch/arm64/boot/dts/renesas/
 F:	arch/riscv/boot/dts/renesas/
-F:	drivers/nvmem/rcar-efuse.c
 F:	drivers/pmdomain/renesas/
 F:	drivers/soc/renesas/
 F:	include/linux/soc/renesas/
+N:	rcar
 K:	\brenesas,
 
 ARM/RISCPC ARCHITECTURE

base-commit: a2cc6ff5ec8f91bc463fd3b0c26b61166a07eb11
-- 
2.47.2

Re: [PATCH] MAINTAINERS: Generalize ARM/RISC-V/RENESAS ARCHITECTURE
Posted by Geert Uytterhoeven 9 months, 1 week ago
On Fri, 4 Apr 2025 at 10:00, Uwe Kleine-König
<u.kleine-koenig@baylibre.com> wrote:
> Triggered by noticing that the pwm-rcar driver isn't covered by the
> Renesas maintainer entry, add this driver to it. Instead of adding it
> explicitly, just add a file regex for "rcar" (and drop the one entry
> that gets redundant by that).
>
> Looking at the output of
>
>         $ git ls-files | grep rcar
>
> only shows files related to that architecture, so no X: line is
> currently needed.
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v6.16.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds