diff mbox series

[v14,4/4] MAINTAINERS: Create entry for Renesas RZ DRM drivers

Message ID 20231116141608.252452-5-biju.das.jz@bp.renesas.com (mailing list archive)
State New, archived
Headers show
Series Add RZ/{G2L,G2LC} and RZ/V2L Display Unit support | expand

Commit Message

Biju Das Nov. 16, 2023, 2:16 p.m. UTC
Create entry for Renesas RZ DRM drivers and add my self as a maintainer.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
v13->v14:
 * Now SHMOBILE has maintainer entries. So dropped updating
   DRM DRIVERS FOR RENESAS RCAR AND SHMOBILE.
 * Updated comment header and description.
 * The above changes are trivial, so kept the Rb tag from Laurent.
v12->v13:
 * No change.
v11->v12:
 * No change.
v10->v11:
 * No change.
v9->v10:
 * No change.
v8->v9:
 * Added Rb tag from Laurent.
 * Updated entries for common parts(Makefile and Kconfig).
v8:
 * New patch
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Maxime Ripard Nov. 16, 2023, 3:58 p.m. UTC | #1
Hi,

On Thu, Nov 16, 2023 at 02:16:08PM +0000, Biju Das wrote:
> Create entry for Renesas RZ DRM drivers and add my self as a maintainer.
> 
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---
> v13->v14:
>  * Now SHMOBILE has maintainer entries. So dropped updating
>    DRM DRIVERS FOR RENESAS RCAR AND SHMOBILE.
>  * Updated comment header and description.
>  * The above changes are trivial, so kept the Rb tag from Laurent.
> v12->v13:
>  * No change.
> v11->v12:
>  * No change.
> v10->v11:
>  * No change.
> v9->v10:
>  * No change.
> v8->v9:
>  * Added Rb tag from Laurent.
>  * Updated entries for common parts(Makefile and Kconfig).
> v8:
>  * New patch
> ---
>  MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8a70be8f08ee..d4e21fe54fe0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7154,6 +7154,14 @@ F:	Documentation/devicetree/bindings/display/renesas,shmobile-lcdc.yaml
>  F:	drivers/gpu/drm/renesas/shmobile/
>  F:	include/linux/platform_data/shmob_drm.h
>  
> +DRM DRIVERS FOR RENESAS RZ
> +M:	Biju Das <biju.das.jz@bp.renesas.com>
> +L:	dri-devel@lists.freedesktop.org
> +L:	linux-renesas-soc@vger.kernel.org
> +S:	Maintained
> +F:	Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml
> +F:	drivers/gpu/drm/renesas/rz-du/

Any particular reason you want to opt-out of drm-misc?

Maxime
Biju Das Nov. 16, 2023, 4:03 p.m. UTC | #2
Hi Maxime Ripard,

Thanks for the feedback.

> -----Original Message-----
> From: Maxime Ripard <mripard@kernel.org>
> Sent: Thursday, November 16, 2023 3:58 PM
> Subject: Re: [PATCH v14 4/4] MAINTAINERS: Create entry for Renesas RZ DRM
> drivers
> 
> Hi,
> 
> On Thu, Nov 16, 2023 at 02:16:08PM +0000, Biju Das wrote:
> > Create entry for Renesas RZ DRM drivers and add my self as a maintainer.
> >
> > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> > Reviewed-by: Laurent Pinchart
> > <laurent.pinchart+renesas@ideasonboard.com>
> > ---
> > v13->v14:
> >  * Now SHMOBILE has maintainer entries. So dropped updating
> >    DRM DRIVERS FOR RENESAS RCAR AND SHMOBILE.
> >  * Updated comment header and description.
> >  * The above changes are trivial, so kept the Rb tag from Laurent.
> > v12->v13:
> >  * No change.
> > v11->v12:
> >  * No change.
> > v10->v11:
> >  * No change.
> > v9->v10:
> >  * No change.
> > v8->v9:
> >  * Added Rb tag from Laurent.
> >  * Updated entries for common parts(Makefile and Kconfig).
> > v8:
> >  * New patch
> > ---
> >  MAINTAINERS | 8 ++++++++
> >  1 file changed, 8 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS index
> > 8a70be8f08ee..d4e21fe54fe0 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -7154,6 +7154,14 @@ F:
> 	Documentation/devicetree/bindings/display/renesas,shmobile-lcdc.yaml
> >  F:	drivers/gpu/drm/renesas/shmobile/
> >  F:	include/linux/platform_data/shmob_drm.h
> >
> > +DRM DRIVERS FOR RENESAS RZ
> > +M:	Biju Das <biju.das.jz@bp.renesas.com>
> > +L:	dri-devel@lists.freedesktop.org
> > +L:	linux-renesas-soc@vger.kernel.org
> > +S:	Maintained
> > +F:	Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml
> > +F:	drivers/gpu/drm/renesas/rz-du/
> 
> Any particular reason you want to opt-out of drm-misc?

No, I was not aware of that. Will add drm-misc entry as well.

T:	git git://anongit.freedesktop.org/drm/drm-misc

Cheers,
Biju
Geert Uytterhoeven Nov. 16, 2023, 4:04 p.m. UTC | #3
Hi Maxime,

On Thu, Nov 16, 2023 at 4:58 PM Maxime Ripard <mripard@kernel.org> wrote:
> On Thu, Nov 16, 2023 at 02:16:08PM +0000, Biju Das wrote:
> > Create entry for Renesas RZ DRM drivers and add my self as a maintainer.
> >
> > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> > Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > ---
> > v13->v14:
> >  * Now SHMOBILE has maintainer entries. So dropped updating
> >    DRM DRIVERS FOR RENESAS RCAR AND SHMOBILE.
> >  * Updated comment header and description.
> >  * The above changes are trivial, so kept the Rb tag from Laurent.

> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -7154,6 +7154,14 @@ F:     Documentation/devicetree/bindings/display/renesas,shmobile-lcdc.yaml
> >  F:   drivers/gpu/drm/renesas/shmobile/
> >  F:   include/linux/platform_data/shmob_drm.h
> >
> > +DRM DRIVERS FOR RENESAS RZ
> > +M:   Biju Das <biju.das.jz@bp.renesas.com>
> > +L:   dri-devel@lists.freedesktop.org
> > +L:   linux-renesas-soc@vger.kernel.org
> > +S:   Maintained
> > +F:   Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml
> > +F:   drivers/gpu/drm/renesas/rz-du/
>
> Any particular reason you want to opt-out of drm-misc?

IIRC, you opted all Renesas drivers out in commit 5a44d50f00725f31
("MAINTAINERS: Update drm-misc entry to match all drivers")?

Probably that should be restricted to drivers/gpu/drm/renesas/rcar-du/?

Gr{oetje,eeting}s,

                        Geert
Maxime Ripard Nov. 16, 2023, 5:58 p.m. UTC | #4
Hi,

On Thu, Nov 16, 2023 at 05:04:03PM +0100, Geert Uytterhoeven wrote:
> On Thu, Nov 16, 2023 at 4:58 PM Maxime Ripard <mripard@kernel.org> wrote:
> > On Thu, Nov 16, 2023 at 02:16:08PM +0000, Biju Das wrote:
> > > Create entry for Renesas RZ DRM drivers and add my self as a maintainer.
> > >
> > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> > > Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > > ---
> > > v13->v14:
> > >  * Now SHMOBILE has maintainer entries. So dropped updating
> > >    DRM DRIVERS FOR RENESAS RCAR AND SHMOBILE.
> > >  * Updated comment header and description.
> > >  * The above changes are trivial, so kept the Rb tag from Laurent.
> 
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -7154,6 +7154,14 @@ F:     Documentation/devicetree/bindings/display/renesas,shmobile-lcdc.yaml
> > >  F:   drivers/gpu/drm/renesas/shmobile/
> > >  F:   include/linux/platform_data/shmob_drm.h
> > >
> > > +DRM DRIVERS FOR RENESAS RZ
> > > +M:   Biju Das <biju.das.jz@bp.renesas.com>
> > > +L:   dri-devel@lists.freedesktop.org
> > > +L:   linux-renesas-soc@vger.kernel.org
> > > +S:   Maintained
> > > +F:   Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml
> > > +F:   drivers/gpu/drm/renesas/rz-du/
> >
> > Any particular reason you want to opt-out of drm-misc?
> 
> IIRC, you opted all Renesas drivers out in commit 5a44d50f00725f31
> ("MAINTAINERS: Update drm-misc entry to match all drivers")?

That's not exactly what happened. I excluded it from that list because
rcar-du has never been maintained in drm-misc.

> Probably that should be restricted to drivers/gpu/drm/renesas/rcar-du/?

Sure, either within that patch if there's a new version, or as a follow-up

Maxime
Biju Das Nov. 17, 2023, 7:54 a.m. UTC | #5
Hi Maxime Ripard,

Thanks for the feedback.

> -----Original Message-----
> From: Maxime Ripard <mripard@kernel.org>
> Sent: Thursday, November 16, 2023 5:58 PM
> Subject: Re: [PATCH v14 4/4] MAINTAINERS: Create entry for Renesas RZ DRM
> drivers
> 
> Hi,
> 
> On Thu, Nov 16, 2023 at 05:04:03PM +0100, Geert Uytterhoeven wrote:
> > On Thu, Nov 16, 2023 at 4:58 PM Maxime Ripard <mripard@kernel.org>
> wrote:
> > > On Thu, Nov 16, 2023 at 02:16:08PM +0000, Biju Das wrote:
> > > > Create entry for Renesas RZ DRM drivers and add my self as a
> maintainer.
> > > >
> > > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> > > > Reviewed-by: Laurent Pinchart
> > > > <laurent.pinchart+renesas@ideasonboard.com>
> > > > ---
> > > > v13->v14:
> > > >  * Now SHMOBILE has maintainer entries. So dropped updating
> > > >    DRM DRIVERS FOR RENESAS RCAR AND SHMOBILE.
> > > >  * Updated comment header and description.
> > > >  * The above changes are trivial, so kept the Rb tag from Laurent.
> >
> > > > --- a/MAINTAINERS
> > > > +++ b/MAINTAINERS
> > > > @@ -7154,6 +7154,14 @@ F:
> Documentation/devicetree/bindings/display/renesas,shmobile-lcdc.yaml
> > > >  F:   drivers/gpu/drm/renesas/shmobile/
> > > >  F:   include/linux/platform_data/shmob_drm.h
> > > >
> > > > +DRM DRIVERS FOR RENESAS RZ
> > > > +M:   Biju Das <biju.das.jz@bp.renesas.com>
> > > > +L:   dri-devel@lists.freedesktop.org
> > > > +L:   linux-renesas-soc@vger.kernel.org
> > > > +S:   Maintained
> > > > +F:   Documentation/devicetree/bindings/display/renesas,rzg2l-
> du.yaml
> > > > +F:   drivers/gpu/drm/renesas/rz-du/
> > >
> > > Any particular reason you want to opt-out of drm-misc?
> >
> > IIRC, you opted all Renesas drivers out in commit 5a44d50f00725f31
> > ("MAINTAINERS: Update drm-misc entry to match all drivers")?
> 
> That's not exactly what happened. I excluded it from that list because
> rcar-du has never been maintained in drm-misc.
> 
> > Probably that should be restricted to drivers/gpu/drm/renesas/rcar-du/?
> 
> Sure, either within that patch if there's a new version, or as a follow-up


I will send a patch for opt-out drm-misc only for drivers/gpu/drm/renesas/rcar-du/
and adding 'T:	git git://anongit.freedesktop.org/drm/drm-misc entry' in sh_mobile
entry as part of next version of the patch series.

Also, I need to sort the entry alphabetically for next version. SH_MOBILE should come after RZ
and need to add entry 'T:git git://anongit.freedesktop.org/drm/drm-misc' for RZ DRM driver.

Cheers,
Biju
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 8a70be8f08ee..d4e21fe54fe0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7154,6 +7154,14 @@  F:	Documentation/devicetree/bindings/display/renesas,shmobile-lcdc.yaml
 F:	drivers/gpu/drm/renesas/shmobile/
 F:	include/linux/platform_data/shmob_drm.h
 
+DRM DRIVERS FOR RENESAS RZ
+M:	Biju Das <biju.das.jz@bp.renesas.com>
+L:	dri-devel@lists.freedesktop.org
+L:	linux-renesas-soc@vger.kernel.org
+S:	Maintained
+F:	Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml
+F:	drivers/gpu/drm/renesas/rz-du/
+
 DRM DRIVERS FOR ROCKCHIP
 M:	Sandy Huang <hjc@rock-chips.com>
 M:	Heiko Stübner <heiko@sntech.de>