From patchwork Tue Nov 28 10:51:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13470996 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DC8F5C4167B for ; Tue, 28 Nov 2023 10:52:09 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4A3A210E4D5; Tue, 28 Nov 2023 10:52:09 +0000 (UTC) Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by gabe.freedesktop.org (Postfix) with ESMTP id 29FDD10E4D5 for ; Tue, 28 Nov 2023 10:52:07 +0000 (UTC) X-IronPort-AV: E=Sophos;i="6.04,233,1695654000"; d="scan'208";a="184518447" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 28 Nov 2023 19:52:06 +0900 Received: from localhost.localdomain (unknown [10.226.92.91]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 5B46A41E0323; Tue, 28 Nov 2023 19:52:02 +0900 (JST) From: Biju Das To: David Airlie , Daniel Vetter , Geert Uytterhoeven , Laurent Pinchart , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Krzysztof Kozlowski Subject: [PATCH v15 5/5] MAINTAINERS: Create entry for Renesas RZ DRM drivers Date: Tue, 28 Nov 2023 10:51:29 +0000 Message-Id: <20231128105129.161121-6-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20231128105129.161121-1-biju.das.jz@bp.renesas.com> References: <20231128105129.161121-1-biju.das.jz@bp.renesas.com> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Biju Das , Prabhakar Mahadev Lad , dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, Jacopo Mondi , Fabrizio Castro , Biju Das Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Create entry for Renesas RZ DRM drivers and add my self as a maintainer. Signed-off-by: Biju Das Reviewed-by: Laurent Pinchart --- v14->v15: * Added drm-misc tree entry. * Sorted the entry(Placed before SHMOBILE) 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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2604cb3d9f99..30fabdbf42c1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7144,6 +7144,15 @@ F: Documentation/devicetree/bindings/display/bridge/renesas,lvds.yaml F: Documentation/devicetree/bindings/display/renesas,du.yaml F: drivers/gpu/drm/renesas/rcar-du/ +DRM DRIVERS FOR RENESAS RZ +M: Biju Das +L: dri-devel@lists.freedesktop.org +L: linux-renesas-soc@vger.kernel.org +S: Maintained +T: git git://anongit.freedesktop.org/drm/drm-misc +F: Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml +F: drivers/gpu/drm/renesas/rz-du/ + DRM DRIVERS FOR RENESAS SHMOBILE M: Laurent Pinchart M: Geert Uytterhoeven