From patchwork Mon Jan 22 08:29:47 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dharma Balasubiramani X-Patchwork-Id: 13524915 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 59090C47DD3 for ; Mon, 22 Jan 2024 08:30:50 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8660610EB4E; Mon, 22 Jan 2024 08:30:49 +0000 (UTC) Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by gabe.freedesktop.org (Postfix) with ESMTPS id AA6D610EB4B for ; Mon, 22 Jan 2024 08:30:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1705912247; x=1737448247; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Ia2hVk9eM5wQHbe/b7mdo2yOfz17oFqWIhOV8eIVvmI=; b=WhA2GurfF+Z9CQ+PUDV0EkQv0Y2Ig61Jjl/r+5nv0lp3Pijnfi7aHM8F JkyS1iDPYPZfLac4Wk7UWgX05RdavaWWcB4avfHDQUpgBiNT2rf7zTsCl whY6yWGtD3XoZEPWinkYL+UU5afKRB/Evc7B7BacMBLpBQ3j0FAZHMmWo /XmvFuJRV2u3dtjWp31fQouetffPXIjZCtSxAFWv+sJFl+EkroQ4er3Wd 4CCiye0MhmtK7VSN1QmCMUvYH2rF5xc6UwLa+W5y1x+DJE0hpGq1oWmhk aSeuDXZvZZWv5TBlGePMnouf91qJPNbXXu8eLY4pLJgslDwGq2wSpEQSP A==; X-CSE-ConnectionGUID: 3jDV5insTnecMVYu3SUMmw== X-CSE-MsgGUID: tePGqSCBQ5mxl/OALj4PUg== X-IronPort-AV: E=Sophos;i="6.05,211,1701154800"; d="scan'208";a="15568768" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa2.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 22 Jan 2024 01:30:45 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Mon, 22 Jan 2024 01:30:19 -0700 Received: from che-lt-i70843lx.microchip.com (10.10.85.11) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Mon, 22 Jan 2024 01:30:12 -0700 From: Dharma Balasubiramani To: , , , , , , , , , , , , , , , , , , Subject: [PATCH 3/3] MAINTAINERS: add SAM9X7 SoC's LVDS controller Date: Mon, 22 Jan 2024 13:59:47 +0530 Message-ID: <20240122082947.21645-4-dharma.b@microchip.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240122082947.21645-1-dharma.b@microchip.com> References: <20240122082947.21645-1-dharma.b@microchip.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: linux4microchip@microchip.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Add the newly added LVDS controller for the SAM9X7 SoC to the existing MAINTAINERS entry. Signed-off-by: Dharma Balasubiramani --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a7c4cf8201e0..24a266d20df6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14230,6 +14230,14 @@ S: Supported F: Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml F: drivers/power/reset/at91-sama5d2_shdwc.c +MICROCHIP SAM9x7-COMPATIBLE LVDS CONTROLLER +M: Manikandan Muralidharan +M: Dharma Balasubiramani +L: dri-devel@lists.freedesktop.org +S: Supported +F: Documentation/devicetree/bindings/display/bridge/microchip,sam9x7-lvds.yaml +F: drivers/gpu/drm/bridge/microchip-lvds.c + MICROCHIP SOC DRIVERS M: Conor Dooley S: Supported