Hi Geert, Thanks for the feedback. > -----Original Message----- > From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> > Sent: Tuesday, April 25, 2023 10:39 AM > To: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > Cc: David Airlie <airlied@xxxxxxxxx>; Daniel Vetter <daniel@xxxxxxxx>; > Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx>; Krzysztof > Kozlowski <krzysztof.kozlowski+dt@xxxxxxxxxx>; Fabrizio Castro > <fabrizio.castro.jz@xxxxxxxxxxx>; Prabhakar Mahadev Lad <prabhakar.mahadev- > lad.rj@xxxxxxxxxxxxxx>; dri-devel@xxxxxxxxxxxxxxxxxxxxx; linux-renesas- > soc@xxxxxxxxxxxxxxx > 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@xxxxxxxxxxxxxx> > wrote: > > > On Mon, Apr 24, 2023 at 6:10 PM Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > 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@xxxxxxxxxxxxxx> > > > > > > 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@xxxxxxxxxxxxxxxx> > > > > M: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx> > > > > L: dri-devel@xxxxxxxxxxxxxxxxxxxxx > > > > @@ -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@xxxxxxxxxxxxxx> > > > > +L: dri-devel@xxxxxxxxxxxxxxxxxxxxx > > > > +L: linux-renesas-soc@xxxxxxxxxxxxxxx > > > > +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@xxxxxxxxxxxxxx> > > > > M: Heiko Stübner <heiko@xxxxxxxxx> > > > > > > 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