From patchwork Tue May 2 09:56:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13228640 X-Patchwork-Delegate: geert@linux-m68k.org 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 0BC40C77B73 for ; Tue, 2 May 2023 09:57:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233499AbjEBJ5G (ORCPT ); Tue, 2 May 2023 05:57:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49026 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232094AbjEBJ5F (ORCPT ); Tue, 2 May 2023 05:57:05 -0400 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2937B4C10 for ; Tue, 2 May 2023 02:57:04 -0700 (PDT) X-IronPort-AV: E=Sophos;i="5.99,243,1677510000"; d="scan'208";a="161412034" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 02 May 2023 18:57:01 +0900 Received: from localhost.localdomain (unknown [10.226.92.229]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id B51B44006DC2; Tue, 2 May 2023 18:56:58 +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 v9 5/5] MAINTAINERS: Add maintainer for RZ DU drivers Date: Tue, 2 May 2023 10:56:28 +0100 Message-Id: <20230502095628.141313-6-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230502095628.141313-1-biju.das.jz@bp.renesas.com> References: <20230502095628.141313-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 --- v8->v9: * Added Rb tag from Laurent. * Updated entries for common parts(Makefile and Kconfig). v8: * New patch --- MAINTAINERS | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1218a2ec6d97..cbf9efc7293a 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 M: Kieran Bingham L: dri-devel@lists.freedesktop.org @@ -6959,9 +6959,19 @@ 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/Kconfig +F: drivers/gpu/drm/renesas/rcar-du/Makefile +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