]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
MAINTAINERS: Generalize ARM/RISC-V/RENESAS ARCHITECTURE
authorUwe Kleine-König <u.kleine-koenig@baylibre.com>
Fri, 4 Apr 2025 08:00:43 +0000 (10:00 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 5 May 2025 08:51:19 +0000 (10:51 +0200)
commit5d6c7d34a82f8f9f3368739c62cfcc61d819c834
treecc4e669905d482b0146807e43894e7512d60d6c9
parent31d358e611b7cc21349da58dd2c9118c84b0859f
MAINTAINERS: Generalize ARM/RISC-V/RENESAS ARCHITECTURE

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>
Link: https://lore.kernel.org/20250404080045.367845-2-u.kleine-koenig@baylibre.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
MAINTAINERS