From patchwork Mon Feb 5 11:06:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dharma Balasubiramani X-Patchwork-Id: 13545263 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 0AC06C48291 for ; Mon, 5 Feb 2024 11:07:07 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0FAE810F693; Mon, 5 Feb 2024 11:07:06 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=microchip.com header.i=@microchip.com header.b="PWdCXU45"; dkim-atps=neutral Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by gabe.freedesktop.org (Postfix) with ESMTPS id 90B1C10F630 for ; Mon, 5 Feb 2024 11:06:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1707131222; x=1738667222; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=3rCNCUKLYlrAoIsQbOwPSf3Qa0Qegu2i+J6MmKcKEEo=; b=PWdCXU453rX2m24ohqW9w5+7s+xLWEXNBNEyUsD107RzZ4oOZS9Go2oV 2wdnDMgozKZAc6MQR9jtTf4ea6Hf3znamYSfNRTVBzVff4zcK4Fh2PUZ6 PusFE2D9GM0SmplaGp0UyjLyJFE/o81lLPv5s/ODuKVLeKdQTwgD4BoR/ wn32C2IBwSOj6Q/ZrHQDiVoL8Ym0HBJ/1awm8iirVNw0wj3KlvYiK60WD U/pJYvlKs+NRFfWNc7ApMs/4AUdZSANu9X88ltjsrUL0PT7KopYshyHTj m6sJpkKCAw8MYQz5uHlh3oQ2clOFdj4c7YJ0quFpporBaIySz1nJPB0U+ w==; X-CSE-ConnectionGUID: FEqgJhxtTaO3jnO98/SSMw== X-CSE-MsgGUID: nGV+Aur5RZ+j54PKV0YDZg== X-IronPort-AV: E=Sophos;i="6.05,245,1701154800"; d="scan'208";a="16285286" 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; 05 Feb 2024 04:06:54 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) 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, 5 Feb 2024 04:06:24 -0700 Received: from che-lt-i70843lx.microchip.com (10.10.85.11) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.35 via Frontend Transport; Mon, 5 Feb 2024 04:06:13 -0700 From: Dharma Balasubiramani To: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: [linux][PATCH v2 0/4] LVDS Controller Support for SAM9X75 SoC Date: Mon, 5 Feb 2024 16:36:05 +0530 Message-ID: <20240205110609.217022-1-dharma.b@microchip.com> X-Mailer: git-send-email 2.25.1 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" This patch series introduces LVDS controller support for the SAM9X75 SoC. The LVDS controller is designed to work with Microchip's sam9x7 series System-on-Chip (SoC) devices, providing Low Voltage Differential Signaling capabilities. Patch series Changelog: - Include configs: at91: Enable LVDS serializer The Individual Changelogs are available on the respective patches. Dharma Balasubiramani (4): dt-bindings: display: bridge: add sam9x75-lvds compatible drm/bridge: add lvds controller support for sam9x7 MAINTAINERS: add SAM9X7 SoC's LVDS controller ARM: configs: at91: Enable LVDS serializer support .../bridge/microchip,sam9x75-lvds.yaml | 55 ++++ MAINTAINERS | 8 + arch/arm/configs/at91_dt_defconfig | 1 + drivers/gpu/drm/bridge/Kconfig | 7 + drivers/gpu/drm/bridge/Makefile | 1 + drivers/gpu/drm/bridge/microchip-lvds.c | 246 ++++++++++++++++++ 6 files changed, 318 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/bridge/microchip,sam9x75-lvds.yaml create mode 100644 drivers/gpu/drm/bridge/microchip-lvds.c base-commit: 0dd3ee31125508cd67f7e7172247f05b7fd1753a