dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [linux][PATCH v2 0/4] LVDS Controller Support for SAM9X75 SoC
@ 2024-02-05 11:06 Dharma Balasubiramani
  2024-02-05 11:06 ` [linux][PATCH v2 1/4] dt-bindings: display: bridge: add sam9x75-lvds compatible Dharma Balasubiramani
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Dharma Balasubiramani @ 2024-02-05 11:06 UTC (permalink / raw)
  To: andrzej.hajda, neil.armstrong, rfoss, Laurent.pinchart, jonas,
	jernej.skrabec, maarten.lankhorst, mripard, tzimmermann, airlied,
	daniel, robh+dt, krzysztof.kozlowski+dt, conor+dt, dharma.b,
	dri-devel, devicetree, linux-kernel, linux, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, geert+renesas, arnd,
	hari.prasathge, Jason, rientjes, rdunlap, vbabka, manikandan.m

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
-- 
2.25.1


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

end of thread, other threads:[~2024-02-07  6:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-05 11:06 [linux][PATCH v2 0/4] LVDS Controller Support for SAM9X75 SoC Dharma Balasubiramani
2024-02-05 11:06 ` [linux][PATCH v2 1/4] dt-bindings: display: bridge: add sam9x75-lvds compatible Dharma Balasubiramani
2024-02-05 20:08   ` Rob Herring
2024-02-05 11:06 ` [linux][PATCH v2 2/4] drm/bridge: add lvds controller support for sam9x7 Dharma Balasubiramani
2024-02-05 11:11   ` neil.armstrong
2024-02-07  6:45     ` Dharma.B
2024-02-05 11:06 ` [linux][PATCH v2 3/4] MAINTAINERS: add SAM9X7 SoC's LVDS controller Dharma Balasubiramani
2024-02-05 11:11   ` neil.armstrong
2024-02-05 12:55   ` Nicolas Ferre
2024-02-05 11:06 ` [linux][PATCH v2 4/4] ARM: configs: at91: Enable LVDS serializer support Dharma Balasubiramani
2024-02-05 12:50   ` Nicolas Ferre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).