From patchwork Tue Jul 4 09:04:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13300795 X-Patchwork-Delegate: kieran@bingham.xyz 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10199EB64D9 for ; Tue, 4 Jul 2023 09:05:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231876AbjGDJFj (ORCPT ); Tue, 4 Jul 2023 05:05:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38100 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231587AbjGDJFY (ORCPT ); Tue, 4 Jul 2023 05:05:24 -0400 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 6DDE81704 for ; Tue, 4 Jul 2023 02:05:17 -0700 (PDT) X-IronPort-AV: E=Sophos;i="6.01,180,1684767600"; d="scan'208";a="170384096" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 04 Jul 2023 18:05:12 +0900 Received: from localhost.localdomain (unknown [10.226.93.53]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 3036741D9010; Tue, 4 Jul 2023 18:05:08 +0900 (JST) From: Biju Das To: David Airlie , Daniel Vetter , Geert Uytterhoeven , Laurent Pinchart , Krzysztof Kozlowski Cc: Biju Das , Fabrizio Castro , Prabhakar Mahadev Lad , dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org Subject: [PATCH v10 4/4] MAINTAINERS: Add maintainer for RZ DU drivers Date: Tue, 4 Jul 2023 10:04:47 +0100 Message-Id: <20230704090447.27420-5-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230704090447.27420-1-biju.das.jz@bp.renesas.com> References: <20230704090447.27420-1-biju.das.jz@bp.renesas.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Add my self as maintainer for RZ DU drivers. While at it, update the entries for common parts, rcar-du and shmobile. Signed-off-by: Biju Das Reviewed-by: Laurent Pinchart --- v9->v10: * No change. v8->v9: * Added Rb tag from Laurent. * Updated entries for common parts(Makefile and Kconfig). v8: * New patch --- MAINTAINERS | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 004c9e5d14fc..146d200e2a90 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6985,7 +6985,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 M: Kieran Bingham L: dri-devel@lists.freedesktop.org @@ -6996,9 +6996,20 @@ 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/Kconfig +F: drivers/gpu/drm/renesas/Makefile +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 +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 M: Heiko Stübner