The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add entries for Renesas Versaclock {3,7} clock drivers
@ 2025-09-05 14:34 Biju
  2025-09-05 14:58 ` Brian Masney
  2026-06-23 14:21 ` Brian Masney
  0 siblings, 2 replies; 5+ messages in thread
From: Biju @ 2025-09-05 14:34 UTC (permalink / raw)
  To: Geert Uytterhoeven, Brian Masney, Magnus Damm
  Cc: Biju Das, linux-kernel, linux-renesas-soc, Prabhakar Mahadev Lad,
	Biju Das

From: Biju Das <biju.das.jz@bp.renesas.com>

Add entries for Renesas versaclock 3 clock driver. While at it
add myself as maintainer for versaclock 7 clock driver as Alex's
email address bounces.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
 MAINTAINERS | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b13848dade9e..7a7478305bf1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21704,10 +21704,12 @@ L:	linux-renesas-soc@vger.kernel.org
 S:	Maintained
 F:	drivers/phy/renesas/phy-rcar-gen3-usb*.c
 
-RENESAS VERSACLOCK 7 CLOCK DRIVER
-M:	Alex Helms <alexander.helms.jy@renesas.com>
+RENESAS VERSACLOCK 3 and VERSACLOCK 7 CLOCK DRIVER
+M:	Biju Das <biju.das.jz@bp.renesas.com>
 S:	Maintained
+F:	Documentation/devicetree/bindings/clock/renesas,5p35023.yaml
 F:	Documentation/devicetree/bindings/clock/renesas,versaclock7.yaml
+F:	drivers/clk/clk-versaclock3.c
 F:	drivers/clk/clk-versaclock7.c
 
 RENESAS X9250 DIGITAL POTENTIOMETERS DRIVER
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Add entries for Renesas Versaclock {3,7} clock drivers
  2025-09-05 14:34 [PATCH] MAINTAINERS: Add entries for Renesas Versaclock {3,7} clock drivers Biju
@ 2025-09-05 14:58 ` Brian Masney
  2026-06-23 14:21 ` Brian Masney
  1 sibling, 0 replies; 5+ messages in thread
From: Brian Masney @ 2025-09-05 14:58 UTC (permalink / raw)
  To: Biju
  Cc: Geert Uytterhoeven, Magnus Damm, Biju Das, linux-kernel,
	linux-renesas-soc, Prabhakar Mahadev Lad

On Fri, Sep 05, 2025 at 03:34:38PM +0100, Biju wrote:
> From: Biju Das <biju.das.jz@bp.renesas.com>
> 
> Add entries for Renesas versaclock 3 clock driver. While at it
> add myself as maintainer for versaclock 7 clock driver as Alex's
> email address bounces.
> 
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>

Reviewed-by: Brian Masney <bmasney@redhat.com>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Add entries for Renesas Versaclock {3,7} clock drivers
  2025-09-05 14:34 [PATCH] MAINTAINERS: Add entries for Renesas Versaclock {3,7} clock drivers Biju
  2025-09-05 14:58 ` Brian Masney
@ 2026-06-23 14:21 ` Brian Masney
  2026-06-23 15:45   ` Biju Das
  2026-06-23 17:26   ` Geert Uytterhoeven
  1 sibling, 2 replies; 5+ messages in thread
From: Brian Masney @ 2026-06-23 14:21 UTC (permalink / raw)
  To: Geert Uytterhoeven, Biju
  Cc: Magnus Damm, Biju Das, linux-kernel, linux-renesas-soc,
	Prabhakar Mahadev Lad

Hi Geert and Biju,

On Fri, Sep 05, 2025 at 03:34:38PM +0100, Biju wrote:
> From: Biju Das <biju.das.jz@bp.renesas.com>
> 
> Add entries for Renesas versaclock 3 clock driver. While at it
> add myself as maintainer for versaclock 7 clock driver as Alex's
> email address bounces.
> 
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> ---
>  MAINTAINERS | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b13848dade9e..7a7478305bf1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21704,10 +21704,12 @@ L:	linux-renesas-soc@vger.kernel.org
>  S:	Maintained
>  F:	drivers/phy/renesas/phy-rcar-gen3-usb*.c
>  
> -RENESAS VERSACLOCK 7 CLOCK DRIVER
> -M:	Alex Helms <alexander.helms.jy@renesas.com>
> +RENESAS VERSACLOCK 3 and VERSACLOCK 7 CLOCK DRIVER
> +M:	Biju Das <biju.das.jz@bp.renesas.com>
>  S:	Maintained
> +F:	Documentation/devicetree/bindings/clock/renesas,5p35023.yaml
>  F:	Documentation/devicetree/bindings/clock/renesas,versaclock7.yaml
> +F:	drivers/clk/clk-versaclock3.c
>  F:	drivers/clk/clk-versaclock7.c

It looks like this patch wasn't picked up last year. I got another
bounce from Alex's email address.

Geert: Can you pick up this patch?

Biju: I see that
Documentation/devicetree/bindings/clock/renesas,versaclock7.yaml also
needs to have it's maintainers updated.

Brian


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH] MAINTAINERS: Add entries for Renesas Versaclock {3,7} clock drivers
  2026-06-23 14:21 ` Brian Masney
@ 2026-06-23 15:45   ` Biju Das
  2026-06-23 17:26   ` Geert Uytterhoeven
  1 sibling, 0 replies; 5+ messages in thread
From: Biju Das @ 2026-06-23 15:45 UTC (permalink / raw)
  To: Brian Masney, Geert Uytterhoeven, biju.das.au
  Cc: magnus.damm, linux-kernel@vger.kernel.org,
	linux-renesas-soc@vger.kernel.org, Prabhakar Mahadev Lad

Hi Brian Masney,

Thanks for the feedback.

> -----Original Message-----
> From: Brian Masney <bmasney@redhat.com>
> Sent: 23 June 2026 15:22
> Subject: Re: [PATCH] MAINTAINERS: Add entries for Renesas Versaclock {3,7} clock drivers
> 
> Hi Geert and Biju,
> 
> On Fri, Sep 05, 2025 at 03:34:38PM +0100, Biju wrote:
> > From: Biju Das <biju.das.jz@bp.renesas.com>
> >
> > Add entries for Renesas versaclock 3 clock driver. While at it add
> > myself as maintainer for versaclock 7 clock driver as Alex's email
> > address bounces.
> >
> > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> > ---
> >  MAINTAINERS | 6 ++++--
> >  1 file changed, 4 insertions(+), 2 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS index
> > b13848dade9e..7a7478305bf1 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -21704,10 +21704,12 @@ L:	linux-renesas-soc@vger.kernel.org
> >  S:	Maintained
> >  F:	drivers/phy/renesas/phy-rcar-gen3-usb*.c
> >
> > -RENESAS VERSACLOCK 7 CLOCK DRIVER
> > -M:	Alex Helms <alexander.helms.jy@renesas.com>
> > +RENESAS VERSACLOCK 3 and VERSACLOCK 7 CLOCK DRIVER
> > +M:	Biju Das <biju.das.jz@bp.renesas.com>
> >  S:	Maintained
> > +F:	Documentation/devicetree/bindings/clock/renesas,5p35023.yaml
> >  F:	Documentation/devicetree/bindings/clock/renesas,versaclock7.yaml
> > +F:	drivers/clk/clk-versaclock3.c
> >  F:	drivers/clk/clk-versaclock7.c
> 
> It looks like this patch wasn't picked up last year. I got another bounce from Alex's email address.
> 
> Geert: Can you pick up this patch?
> 
> Biju: I see that
> Documentation/devicetree/bindings/clock/renesas,versaclock7.yaml also needs to have it's maintainers
> updated.

OK, I will send a patch for updating binding as well.

Cheers,
Biju

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Add entries for Renesas Versaclock {3,7} clock drivers
  2026-06-23 14:21 ` Brian Masney
  2026-06-23 15:45   ` Biju Das
@ 2026-06-23 17:26   ` Geert Uytterhoeven
  1 sibling, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2026-06-23 17:26 UTC (permalink / raw)
  To: Brian Masney
  Cc: Biju, Magnus Damm, Biju Das, linux-kernel, linux-renesas-soc,
	Prabhakar Mahadev Lad

Hi Brian,

On Tue, 23 Jun 2026 at 16:21, Brian Masney <bmasney@redhat.com> wrote:
> On Fri, Sep 05, 2025 at 03:34:38PM +0100, Biju wrote:
> > From: Biju Das <biju.das.jz@bp.renesas.com>
> >
> > Add entries for Renesas versaclock 3 clock driver. While at it
> > add myself as maintainer for versaclock 7 clock driver as Alex's
> > email address bounces.
> >
> > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>

> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -21704,10 +21704,12 @@ L:  linux-renesas-soc@vger.kernel.org
> >  S:   Maintained
> >  F:   drivers/phy/renesas/phy-rcar-gen3-usb*.c
> >
> > -RENESAS VERSACLOCK 7 CLOCK DRIVER
> > -M:   Alex Helms <alexander.helms.jy@renesas.com>
> > +RENESAS VERSACLOCK 3 and VERSACLOCK 7 CLOCK DRIVER
> > +M:   Biju Das <biju.das.jz@bp.renesas.com>
> >  S:   Maintained
> > +F:   Documentation/devicetree/bindings/clock/renesas,5p35023.yaml
> >  F:   Documentation/devicetree/bindings/clock/renesas,versaclock7.yaml
> > +F:   drivers/clk/clk-versaclock3.c
> >  F:   drivers/clk/clk-versaclock7.c
>
> It looks like this patch wasn't picked up last year. I got another
> bounce from Alex's email address.
>
> Geert: Can you pick up this patch?

Sure!
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-clk for v7.3.

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-06-23 17:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-05 14:34 [PATCH] MAINTAINERS: Add entries for Renesas Versaclock {3,7} clock drivers Biju
2025-09-05 14:58 ` Brian Masney
2026-06-23 14:21 ` Brian Masney
2026-06-23 15:45   ` Biju Das
2026-06-23 17:26   ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox