[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240122082947.21645-1-dharma.b@microchip.com>
Date: Mon, 22 Jan 2024 13:59:44 +0530
From: Dharma Balasubiramani <dharma.b@...rochip.com>
To: <manikandan.m@...rochip.com>, <dharma.b@...rochip.com>,
<andrzej.hajda@...el.com>, <neil.armstrong@...aro.org>, <rfoss@...nel.org>,
<Laurent.pinchart@...asonboard.com>, <jonas@...boo.se>,
<jernej.skrabec@...il.com>, <airlied@...il.com>, <daniel@...ll.ch>,
<maarten.lankhorst@...ux.intel.com>, <mripard@...nel.org>,
<tzimmermann@...e.de>, <robh+dt@...nel.org>,
<krzysztof.kozlowski+dt@...aro.org>, <conor+dt@...nel.org>,
<dri-devel@...ts.freedesktop.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
CC: <linux4microchip@...rochip.com>
Subject: [PATCH 0/3] LVDS Controller Support for SAM9X7 SoC
This patch series introduces LVDS controller support for the SAM9X7 SoC. The
LVDS controller is designed to work with Microchip's sam9x7 series
System-on-Chip (SoC) devices, providing Low Voltage Differential Signaling
capabilities.
Dharma Balasubiramani (3):
dt-bindings: display: bridge: add sam9x7-lvds compatible
drm/bridge: add lvds controller support for sam9x7
MAINTAINERS: add SAM9X7 SoC's LVDS controller
.../display/bridge/microchip,sam9x7-lvds.yaml | 59 +++++
MAINTAINERS | 8 +
drivers/gpu/drm/bridge/Kconfig | 7 +
drivers/gpu/drm/bridge/Makefile | 1 +
drivers/gpu/drm/bridge/microchip-lvds.c | 250 ++++++++++++++++++
5 files changed, 325 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/bridge/microchip,sam9x7-lvds.yaml
create mode 100644 drivers/gpu/drm/bridge/microchip-lvds.c
--
2.25.1
Powered by blists - more mailing lists