mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v6 0/4] LVDS Controller Support for SAM9X75 SoC
@ 2024-04-17  2:41 Dharma Balasubiramani
  2024-04-17  2:41 ` [PATCH v6 1/4] dt-bindings: display: bridge: add sam9x75-lvds binding Dharma Balasubiramani
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Dharma Balasubiramani @ 2024-04-17  2:41 UTC (permalink / raw)
  To: Dharma.B, andrzej.hajda, neil.armstrong, rfoss, Laurent.pinchart,
	jonas, jernej.skrabec, maarten.lankhorst, mripard, tzimmermann,
	airlied, daniel, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	linux, Nicolas.Ferre, alexandre.belloni, claudiu.beznea,
	Manikandan.M, arnd, geert+renesas, Jason, mpe, gerg, rdunlap,
	vbabka, dri-devel, devicetree, linux-kernel
  Cc: oe-kbuild-all, 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


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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-17  2:41 [PATCH v6 0/4] LVDS Controller Support for SAM9X75 SoC Dharma Balasubiramani
2024-04-17  2:41 ` [PATCH v6 1/4] dt-bindings: display: bridge: add sam9x75-lvds binding Dharma Balasubiramani
2024-04-17  2:41 ` [PATCH v6 2/4] drm/bridge: add lvds controller support for sam9x7 Dharma Balasubiramani
2024-04-17  6:35   ` Dmitry Baryshkov
2024-04-18  3:54     ` Dharma.B
2024-04-18  6:25       ` Dmitry Baryshkov
2024-04-18  6:42         ` Dharma.B
2024-04-17  2:41 ` [PATCH v6 3/4] MAINTAINERS: add SAM9X7 SoC's LVDS controller Dharma Balasubiramani
2024-04-17  2:41 ` [PATCH v6 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

all inboxes | Powered by JetHome®