public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] LVDS Controller Support for SAM9X7 SoC
@ 2024-01-22  8:29 Dharma Balasubiramani
  2024-01-22  8:29 ` [PATCH 1/3] dt-bindings: display: bridge: add sam9x7-lvds compatible Dharma Balasubiramani
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Dharma Balasubiramani @ 2024-01-22  8:29 UTC (permalink / raw)
  To: manikandan.m, dharma.b, andrzej.hajda, neil.armstrong, rfoss,
	Laurent.pinchart, jonas, jernej.skrabec, airlied, daniel,
	maarten.lankhorst, mripard, tzimmermann, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, dri-devel, devicetree,
	linux-kernel
  Cc: linux4microchip

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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-02-03 14:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22  8:29 [PATCH 0/3] LVDS Controller Support for SAM9X7 SoC Dharma Balasubiramani
2024-01-22  8:29 ` [PATCH 1/3] dt-bindings: display: bridge: add sam9x7-lvds compatible Dharma Balasubiramani
2024-01-22 15:51   ` Krzysztof Kozlowski
2024-01-22 16:37     ` Conor Dooley
2024-01-23  3:39       ` Dharma.B
2024-01-30 19:12         ` Rob Herring
2024-02-01  4:10           ` Dharma.B
2024-02-01  7:39             ` Krzysztof Kozlowski
2024-02-01  8:56               ` Dharma.B
2024-01-23  3:30     ` Dharma.B
2024-01-22  8:29 ` [PATCH 2/3] drm/bridge: add lvds controller support for sam9x7 Dharma Balasubiramani
2024-01-22 15:49   ` Krzysztof Kozlowski
2024-01-23  8:26     ` Dharma.B
2024-02-03 14:20   ` kernel test robot
2024-01-22  8:29 ` [PATCH 3/3] MAINTAINERS: add SAM9X7 SoC's LVDS controller Dharma Balasubiramani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox