[PATCH v2 4/4] MAINTAINERS: Add entry for Renesas ASoC drivers

Prabhakar posted 4 patches 1 month ago
There is a newer version of this series
[PATCH v2 4/4] MAINTAINERS: Add entry for Renesas ASoC drivers
Posted by Prabhakar 1 month ago
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Add a new entry to the MAINTAINERS file for Renesas ASoC drivers. This
entry covers the Renesas R-Car, SH7760 and Migo-R audio drivers, including
the device tree bindings.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8994bb088035..3a07e76fc7fb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19622,6 +19622,15 @@ L:	linux-remoteproc@vger.kernel.org
 S:	Maintained
 F:	drivers/net/wwan/rpmsg_wwan_ctrl.c
 
+RENESAS AUDIO (ASoC) DRIVERS
+M:	Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
+L:	linux-sound@vger.kernel.org
+L:	linux-renesas-soc@vger.kernel.org
+S:	Supported
+F:	Documentation/devicetree/bindings/sound/renesas,rsnd.*
+F:	sound/soc/renesas/
+X:	sound/soc/renesas/rz-ssi.c
+
 RENESAS CLOCK DRIVERS
 M:	Geert Uytterhoeven <geert+renesas@glider.be>
 L:	linux-renesas-soc@vger.kernel.org
-- 
2.43.0
Re: [PATCH v2 4/4] MAINTAINERS: Add entry for Renesas ASoC drivers
Posted by Kuninori Morimoto 1 month ago
Hi Prabhakar

Thank you for your patch

> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> 
> Add a new entry to the MAINTAINERS file for Renesas ASoC drivers. This
> entry covers the Renesas R-Car, SH7760 and Migo-R audio drivers, including
> the device tree bindings.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> ---
(snip)
> +RENESAS AUDIO (ASoC) DRIVERS
> +M:	Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> +L:	linux-sound@vger.kernel.org
> +L:	linux-renesas-soc@vger.kernel.org
> +S:	Supported
> +F:	Documentation/devicetree/bindings/sound/renesas,rsnd.*
> +F:	sound/soc/renesas/
> +X:	sound/soc/renesas/rz-ssi.c

Unfortunately, I can handle is "fsi" and "rcar"

	F: Documentation/devicetree/bindings/sound/renesas,rsnd.*
	F: Documentation/devicetree/bindings/sound/renesas,fsi.yaml
	F: sound/soc/renesas/rcar/
	F: sound/soc/renesas/fsi.c
	F: include/sound/sh_fsi.h


Thank you for your help !!

Best regards
---
Kuninori Morimoto
Re: [PATCH v2 4/4] MAINTAINERS: Add entry for Renesas ASoC drivers
Posted by Lad, Prabhakar 1 month ago
Hi Morimoto-san,

On Wed, Oct 23, 2024 at 12:20 AM Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com> wrote:
>
>
> Hi Prabhakar
>
> Thank you for your patch
>
> > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> >
> > Add a new entry to the MAINTAINERS file for Renesas ASoC drivers. This
> > entry covers the Renesas R-Car, SH7760 and Migo-R audio drivers, including
> > the device tree bindings.
> >
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > ---
> (snip)
> > +RENESAS AUDIO (ASoC) DRIVERS
> > +M:   Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > +L:   linux-sound@vger.kernel.org
> > +L:   linux-renesas-soc@vger.kernel.org
> > +S:   Supported
> > +F:   Documentation/devicetree/bindings/sound/renesas,rsnd.*
> > +F:   sound/soc/renesas/
> > +X:   sound/soc/renesas/rz-ssi.c
>
> Unfortunately, I can handle is "fsi" and "rcar"
>
>         F: Documentation/devicetree/bindings/sound/renesas,rsnd.*
>         F: Documentation/devicetree/bindings/sound/renesas,fsi.yaml
>         F: sound/soc/renesas/rcar/
>         F: sound/soc/renesas/fsi.c
>         F: include/sound/sh_fsi.h
>
Ok, got you. I'll update that as above and while at it replace
"RENESAS AUDIO (ASoC) DRIVERS" to "RENESAS R-CAR & FSI AUDIO (ASoC)
DRIVERS"

Cheers,
Prabhakar
Re: [PATCH v2 4/4] MAINTAINERS: Add entry for Renesas ASoC drivers
Posted by Mark Brown 1 month ago
On Mon, Oct 21, 2024 at 09:13:49PM +0100, Prabhakar wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> 
> Add a new entry to the MAINTAINERS file for Renesas ASoC drivers. This
> entry covers the Renesas R-Car, SH7760 and Migo-R audio drivers, including
> the device tree bindings.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> ---
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)

Morimoto-san, are you OK with this?  You acked the other changes in the
series but not this one and since you're the one being volunteered as
maintainer it seems best to confirm!
Re: [PATCH v2 4/4] MAINTAINERS: Add entry for Renesas ASoC drivers
Posted by Kuninori Morimoto 1 month ago
Hi Mark

> > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > 
> > Add a new entry to the MAINTAINERS file for Renesas ASoC drivers. This
> > entry covers the Renesas R-Car, SH7760 and Migo-R audio drivers, including
> > the device tree bindings.
> > 
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> > ---
> >  MAINTAINERS | 9 +++++++++
> >  1 file changed, 9 insertions(+)
> 
> Morimoto-san, are you OK with this?  You acked the other changes in the
> series but not this one and since you're the one being volunteered as
> maintainer it seems best to confirm!

I'm sorry that I didn't noticed this patch.
I now replied the comment.

Thank you for your help !!

Best regards
---
Kuninori Morimoto