diff mbox series

[v8,5/5] MAINTAINERS: Add maintainer for RZ DU drivers

Message ID 20230424161024.136316-6-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 April 24, 2023, 4:10 p.m. UTC
Add my self as maintainer for RZ DU drivers.
While at it, update the entries for rcar-du and shmobile.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
v8:
 * New patch
---
 MAINTAINERS | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

Comments

Laurent Pinchart April 25, 2023, 3 a.m. UTC | #1
Hi Biju,

Thank you for the patch.

On Mon, Apr 24, 2023 at 05:10:24PM +0100, Biju Das wrote:
> Add my self as maintainer for RZ DU drivers.
> While at it, update the entries for rcar-du and shmobile.
> 
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

> ---
> v8:
>  * New patch
> ---
>  MAINTAINERS | 13 +++++++++++--
>  1 file changed, 11 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1218a2ec6d97..42db5be4482c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6948,7 +6948,7 @@ F:	drivers/gpu/host1x/
>  F:	include/linux/host1x.h
>  F:	include/uapi/drm/tegra_drm.h
>  
> -DRM DRIVERS FOR RENESAS
> +DRM DRIVERS FOR RENESAS RCAR AND SHMOBILE
>  M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>  M:	Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
>  L:	dri-devel@lists.freedesktop.org
> @@ -6959,9 +6959,18 @@ F:	Documentation/devicetree/bindings/display/bridge/renesas,dsi-csi2-tx.yaml
>  F:	Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.yaml
>  F:	Documentation/devicetree/bindings/display/bridge/renesas,lvds.yaml
>  F:	Documentation/devicetree/bindings/display/renesas,du.yaml
> -F:	drivers/gpu/drm/renesas/
> +F:	drivers/gpu/drm/renesas/rcar-du/
> +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>
Geert Uytterhoeven April 25, 2023, 7:55 a.m. UTC | #2
Hi Biju,

On Mon, Apr 24, 2023 at 6:10 PM Biju Das <biju.das.jz@bp.renesas.com> wrote:
> Add my self as maintainer for RZ DU drivers.
> While at it, update the entries for rcar-du and shmobile.
>
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>

Thanks for your patch!

> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6948,7 +6948,7 @@ F:        drivers/gpu/host1x/
>  F:     include/linux/host1x.h
>  F:     include/uapi/drm/tegra_drm.h
>
> -DRM DRIVERS FOR RENESAS
> +DRM DRIVERS FOR RENESAS RCAR AND SHMOBILE
>  M:     Laurent Pinchart <laurent.pinchart@ideasonboard.com>
>  M:     Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
>  L:     dri-devel@lists.freedesktop.org
> @@ -6959,9 +6959,18 @@ F:       Documentation/devicetree/bindings/display/bridge/renesas,dsi-csi2-tx.yaml
>  F:     Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.yaml
>  F:     Documentation/devicetree/bindings/display/bridge/renesas,lvds.yaml
>  F:     Documentation/devicetree/bindings/display/renesas,du.yaml
> -F:     drivers/gpu/drm/renesas/
> +F:     drivers/gpu/drm/renesas/rcar-du/
> +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>

Who's gonna maintain the common parts under drivers/gpu/drm/renesas/?

Gr{oetje,eeting}s,

                        Geert
Biju Das April 25, 2023, 8:55 a.m. UTC | #3
Hi Geert,

Thanks for the feedback.

> Subject: Re: [PATCH v8 5/5] MAINTAINERS: Add maintainer for RZ DU drivers
> 
> Hi Biju,
> 
> On Mon, Apr 24, 2023 at 6:10 PM Biju Das <biju.das.jz@bp.renesas.com> wrote:
> > Add my self as maintainer for RZ DU drivers.
> > While at it, update the entries for rcar-du and shmobile.
> >
> > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> 
> Thanks for your patch!
> 
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -6948,7 +6948,7 @@ F:        drivers/gpu/host1x/
> >  F:     include/linux/host1x.h
> >  F:     include/uapi/drm/tegra_drm.h
> >
> > -DRM DRIVERS FOR RENESAS
> > +DRM DRIVERS FOR RENESAS RCAR AND SHMOBILE
> >  M:     Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> >  M:     Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> >  L:     dri-devel@lists.freedesktop.org
> > @@ -6959,9 +6959,18 @@ F:
> Documentation/devicetree/bindings/display/bridge/renesas,dsi-csi2-tx.yaml
> >  F:     Documentation/devicetree/bindings/display/bridge/renesas,dw-
> hdmi.yaml
> >  F:     Documentation/devicetree/bindings/display/bridge/renesas,lvds.yaml
> >  F:     Documentation/devicetree/bindings/display/renesas,du.yaml
> > -F:     drivers/gpu/drm/renesas/
> > +F:     drivers/gpu/drm/renesas/rcar-du/
> > +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>
> 
> Who's gonna maintain the common parts under drivers/gpu/drm/renesas/?

At the moment, there is no common parts. But in future if we add common parts,
We need to update the entries here. It will be either the person who is going to add
the common part or it will be a collaborative effort.

Cheers,
Biju
Geert Uytterhoeven April 25, 2023, 9:39 a.m. UTC | #4
Hi Biju,

On Tue, Apr 25, 2023 at 10:55 AM Biju Das <biju.das.jz@bp.renesas.com> wrote:
> > On Mon, Apr 24, 2023 at 6:10 PM Biju Das <biju.das.jz@bp.renesas.com> wrote:
> > > Add my self as maintainer for RZ DU drivers.
> > > While at it, update the entries for rcar-du and shmobile.
> > >
> > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> >
> > Thanks for your patch!
> >
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -6948,7 +6948,7 @@ F:        drivers/gpu/host1x/
> > >  F:     include/linux/host1x.h
> > >  F:     include/uapi/drm/tegra_drm.h
> > >
> > > -DRM DRIVERS FOR RENESAS
> > > +DRM DRIVERS FOR RENESAS RCAR AND SHMOBILE
> > >  M:     Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > >  M:     Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> > >  L:     dri-devel@lists.freedesktop.org
> > > @@ -6959,9 +6959,18 @@ F:
> > Documentation/devicetree/bindings/display/bridge/renesas,dsi-csi2-tx.yaml
> > >  F:     Documentation/devicetree/bindings/display/bridge/renesas,dw-
> > hdmi.yaml
> > >  F:     Documentation/devicetree/bindings/display/bridge/renesas,lvds.yaml
> > >  F:     Documentation/devicetree/bindings/display/renesas,du.yaml
> > > -F:     drivers/gpu/drm/renesas/
> > > +F:     drivers/gpu/drm/renesas/rcar-du/
> > > +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>
> >
> > Who's gonna maintain the common parts under drivers/gpu/drm/renesas/?
>
> At the moment, there is no common parts. But in future if we add common parts,
> We need to update the entries here. It will be either the person who is going to add
> the common part or it will be a collaborative effort.

Oh there is:
Kconfig
Makefile

Gr{oetje,eeting}s,

                        Geert
Biju Das April 25, 2023, 10:02 a.m. UTC | #5
Hi Geert,

Thanks for the feedback.

> -----Original Message-----
> From: Geert Uytterhoeven <geert@linux-m68k.org>
> Sent: Tuesday, April 25, 2023 10:39 AM
> To: Biju Das <biju.das.jz@bp.renesas.com>
> Cc: David Airlie <airlied@gmail.com>; Daniel Vetter <daniel@ffwll.ch>;
> Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>; Krzysztof
> Kozlowski <krzysztof.kozlowski+dt@linaro.org>; Fabrizio Castro
> <fabrizio.castro.jz@renesas.com>; Prabhakar Mahadev Lad <prabhakar.mahadev-
> lad.rj@bp.renesas.com>; dri-devel@lists.freedesktop.org; linux-renesas-
> soc@vger.kernel.org
> Subject: Re: [PATCH v8 5/5] MAINTAINERS: Add maintainer for RZ DU drivers
> 
> Hi Biju,
> 
> On Tue, Apr 25, 2023 at 10:55 AM Biju Das <biju.das.jz@bp.renesas.com>
> wrote:
> > > On Mon, Apr 24, 2023 at 6:10 PM Biju Das <biju.das.jz@bp.renesas.com>
> wrote:
> > > > Add my self as maintainer for RZ DU drivers.
> > > > While at it, update the entries for rcar-du and shmobile.
> > > >
> > > > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> > >
> > > Thanks for your patch!
> > >
> > > > --- a/MAINTAINERS
> > > > +++ b/MAINTAINERS
> > > > @@ -6948,7 +6948,7 @@ F:        drivers/gpu/host1x/
> > > >  F:     include/linux/host1x.h
> > > >  F:     include/uapi/drm/tegra_drm.h
> > > >
> > > > -DRM DRIVERS FOR RENESAS
> > > > +DRM DRIVERS FOR RENESAS RCAR AND SHMOBILE
> > > >  M:     Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > > >  M:     Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
> > > >  L:     dri-devel@lists.freedesktop.org
> > > > @@ -6959,9 +6959,18 @@ F:
> > > Documentation/devicetree/bindings/display/bridge/renesas,dsi-csi2-tx
> > > .yaml
> > > >  F:     Documentation/devicetree/bindings/display/bridge/renesas,dw-
> > > hdmi.yaml
> > > >  F:
> Documentation/devicetree/bindings/display/bridge/renesas,lvds.yaml
> > > >  F:     Documentation/devicetree/bindings/display/renesas,du.yaml
> > > > -F:     drivers/gpu/drm/renesas/
> > > > +F:     drivers/gpu/drm/renesas/rcar-du/
> > > > +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>
> > >
> > > Who's gonna maintain the common parts under drivers/gpu/drm/renesas/?
> >
> > At the moment, there is no common parts. But in future if we add
> > common parts, We need to update the entries here. It will be either
> > the person who is going to add the common part or it will be a
> collaborative effort.
> 
> Oh there is:
> Kconfig
> Makefile

OK, Then will add below entries in "DRM DRIVERS FOR RENESAS RCAR AND SHMOBILE"
for the common part.

F:     drivers/gpu/drm/renesas/Kconfig
F:     drivers/gpu/drm/renesas/Makefile

Cheers,
Biju
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 1218a2ec6d97..42db5be4482c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6948,7 +6948,7 @@  F:	drivers/gpu/host1x/
 F:	include/linux/host1x.h
 F:	include/uapi/drm/tegra_drm.h
 
-DRM DRIVERS FOR RENESAS
+DRM DRIVERS FOR RENESAS RCAR AND SHMOBILE
 M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
 M:	Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
 L:	dri-devel@lists.freedesktop.org
@@ -6959,9 +6959,18 @@  F:	Documentation/devicetree/bindings/display/bridge/renesas,dsi-csi2-tx.yaml
 F:	Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.yaml
 F:	Documentation/devicetree/bindings/display/bridge/renesas,lvds.yaml
 F:	Documentation/devicetree/bindings/display/renesas,du.yaml
-F:	drivers/gpu/drm/renesas/
+F:	drivers/gpu/drm/renesas/rcar-du/
+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>