Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/4] LVDS Controller Support for SAM9X75 SoC
@ 2024-04-05  4:35 Dharma Balasubiramani
  2024-04-05  4:35 ` [PATCH v5 1/4] dt-bindings: display: bridge: add sam9x75-lvds binding Dharma Balasubiramani
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Dharma Balasubiramani @ 2024-04-05  4:35 UTC (permalink / raw)
  To: andrzej . hajda @ intel . com, neil . armstrong @ linaro . org,
	rfoss @ kernel . org, Laurent . pinchart @ ideasonboard . com,
	jonas @ kwiboo . se, jernej . skrabec @ gmail . com,
	maarten . lankhorst @ linux . intel . com, mripard @ kernel . org,
	tzimmermann @ suse . de, airlied @ gmail . com,
	daniel @ ffwll . ch, robh+dt @ kernel . org,
	krzysztof . kozlowski+dt @ linaro . org, conor+dt @ kernel . org,
	linux @ armlinux . org . uk, Nicolas . Ferre @ microchip . com,
	alexandre . belloni @ bootlin . com,
	claudiu . beznea @ tuxon . dev, Manikandan . M @ microchip . com,
	Dharma . B @ microchip . com, arnd @ arndb . de,
	geert+renesas @ glider . be, Jason @ zx2c4 . com,
	mpe @ ellerman . id . au, gerg @ linux-m68k . org,
	rdunlap @ infradead . org, vbabka @ suse . cz,
	dri-devel @ lists . freedesktop . org,
	devicetree @ vger . kernel . org,
	linux-kernel @ vger . kernel . org,
	linux-arm-kernel @ lists . infradead . org,
	Hari . PrasathGE @ microchip . com, akpm @ linux-foundation . org,
	deller @ gmx . de
  Cc: Dharma Balasubiramani

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
- include all necessary To/Cc entries.
The Individual Changelogs are available on the respective patches.

Dharma Balasubiramani (4):
  dt-bindings: display: bridge: add sam9x75-lvds binding
  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       | 228 ++++++++++++++++++
 6 files changed, 300 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/bridge/microchip,sam9x75-lvds.yaml
 create mode 100644 drivers/gpu/drm/bridge/microchip-lvds.c

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-05  4:35 [PATCH v5 0/4] LVDS Controller Support for SAM9X75 SoC Dharma Balasubiramani
2024-04-05  4:35 ` [PATCH v5 1/4] dt-bindings: display: bridge: add sam9x75-lvds binding Dharma Balasubiramani
2024-04-05  4:35 ` [PATCH v5 2/4] drm/bridge: add lvds controller support for sam9x7 Dharma Balasubiramani
2024-04-07  6:28   ` Hari.PrasathGE
2024-04-05  4:35 ` [PATCH v5 3/4] MAINTAINERS: add SAM9X7 SoC's LVDS controller Dharma Balasubiramani
2024-04-05  4:35 ` [PATCH v5 4/4] ARM: configs: at91: Enable LVDS serializer support Dharma Balasubiramani

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