From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Biju Das <biju.das.jz@bp.renesas.com>
Cc: David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
Geert Uytterhoeven <geert+renesas@glider.be>,
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
Date: Tue, 25 Apr 2023 06:00:01 +0300 [thread overview]
Message-ID: <20230425030001.GC11371@pendragon.ideasonboard.com> (raw)
In-Reply-To: <20230424161024.136316-6-biju.das.jz@bp.renesas.com>
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>
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2023-04-25 2:59 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-24 16:10 [PATCH v8 0/5] Add RZ/{G2L,G2LC} and RZ/V2L Display Unit support Biju Das
2023-04-24 16:10 ` [PATCH v8 1/5] drm: Place Renesas drivers in a separate dir Biju Das
2023-04-24 16:33 ` Kieran Bingham
2023-04-24 17:09 ` Laurent Pinchart
2023-04-24 16:10 ` [PATCH v8 2/5] dt-bindings: display: Document Renesas RZ/G2L DU bindings Biju Das
2023-04-25 2:58 ` Laurent Pinchart
2023-04-25 8:51 ` Biju Das
2023-04-24 16:10 ` [PATCH v8 3/5] dt-bindings: display: renesas,rzg2l-du: Document RZ/V2L " Biju Das
2023-04-25 2:59 ` Laurent Pinchart
2023-04-25 7:47 ` Geert Uytterhoeven
2023-04-24 16:10 ` [PATCH v8 4/5] drm: Add RZ/G2L DU Support Biju Das
2023-04-24 18:38 ` Philipp Zabel
2023-04-25 8:10 ` Biju Das
2023-04-24 16:10 ` [PATCH v8 5/5] MAINTAINERS: Add maintainer for RZ DU drivers Biju Das
2023-04-25 3:00 ` Laurent Pinchart [this message]
2023-04-25 7:55 ` Geert Uytterhoeven
2023-04-25 8:55 ` Biju Das
2023-04-25 9:39 ` Geert Uytterhoeven
2023-04-25 10:02 ` Biju Das
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230425030001.GC11371@pendragon.ideasonboard.com \
--to=laurent.pinchart@ideasonboard.com \
--cc=airlied@gmail.com \
--cc=biju.das.jz@bp.renesas.com \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=fabrizio.castro.jz@renesas.com \
--cc=geert+renesas@glider.be \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox