diff mbox series

MAINTAINERS: renesas: Add "renesas," file content pattern

Message ID c1be1e97c5457eade25b0eb5118196677cecfc08.1679039809.git.geert+renesas@glider.be (mailing list archive)
State Mainlined
Commit 1e135922f608572f216c959202d0ef303aa2a0c1
Delegated to: Geert Uytterhoeven
Headers show
Series MAINTAINERS: renesas: Add "renesas," file content pattern | expand

Commit Message

Geert Uytterhoeven March 17, 2023, 7:59 a.m. UTC
Add a keyword match pattern for the word "renesas," in files to the
ARM/RISC-V/RENESAS ARCHITECTURE section.  This make sure patches
changing drivers that match against "renesas,<foo>" (as used mostly for
Renesas on-SoC components) are CCed to the linux-renesas-soc mailing
list.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To be queued in renesas-devel for v6.4.
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Wolfram Sang March 17, 2023, 9:02 a.m. UTC | #1
On Fri, Mar 17, 2023 at 08:59:00AM +0100, Geert Uytterhoeven wrote:
> Add a keyword match pattern for the word "renesas," in files to the
> ARM/RISC-V/RENESAS ARCHITECTURE section.  This make sure patches
> changing drivers that match against "renesas,<foo>" (as used mostly for
> Renesas on-SoC components) are CCed to the linux-renesas-soc mailing
> list.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Niklas Söderlund March 17, 2023, 10:01 a.m. UTC | #2
Hi Geert,

Neat!

On 2023-03-17 08:59:00 +0100, Geert Uytterhoeven wrote:
> Add a keyword match pattern for the word "renesas," in files to the
> ARM/RISC-V/RENESAS ARCHITECTURE section.  This make sure patches
> changing drivers that match against "renesas,<foo>" (as used mostly for
> Renesas on-SoC components) are CCed to the linux-renesas-soc mailing
> list.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

> ---
> To be queued in renesas-devel for v6.4.
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fc343041495b7015..281c6da85a4bdf5d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2655,6 +2655,7 @@ F:	arch/arm64/configs/renesas_defconfig
>  F:	arch/riscv/boot/dts/renesas/
>  F:	drivers/soc/renesas/
>  F:	include/linux/soc/renesas/
> +K:	\brenesas,
>  
>  ARM/RISCPC ARCHITECTURE
>  M:	Russell King <linux@armlinux.org.uk>
> -- 
> 2.34.1
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index fc343041495b7015..281c6da85a4bdf5d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2655,6 +2655,7 @@  F:	arch/arm64/configs/renesas_defconfig
 F:	arch/riscv/boot/dts/renesas/
 F:	drivers/soc/renesas/
 F:	include/linux/soc/renesas/
+K:	\brenesas,
 
 ARM/RISCPC ARCHITECTURE
 M:	Russell King <linux@armlinux.org.uk>