All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add lontium lt8713sx bridge driver
@ 2025-11-18  4:37 Vishnu Saini
  2025-11-18  4:37 ` [PATCH v2 1/2] dt-bindings: bridge: lt8713sx: Add bindings Vishnu Saini
  2025-11-18  4:37 ` [PATCH v2 2/2] drm/bridge: add support for lontium lt8713sx bridge driver Vishnu Saini
  0 siblings, 2 replies; 8+ messages in thread
From: Vishnu Saini @ 2025-11-18  4:37 UTC (permalink / raw)
  To: Andrzej Hajda, Neil Armstrong, Robert Foss, Laurent Pinchart,
	Jonas Karlman, Jernej Skrabec, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Simona Vetter, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Tony
  Cc: dri-devel, devicetree, linux-kernel, Vishnu Saini,
	prahlad.valluru, Prahlad Valluru

The lt8713sx is a Type-C/DP1.4 to Type-C/DP1.4/HDMI2.0 converter,
with three configurable DP1.4/HDMI2.0/DP++ output interfaces and
audio output interface.

This series provides bridge driver and dt bindings for lt8713sx.
The driver is required for firmware upgrade in the bridge chip.

Signed-off-by: Vishnu Saini <vishnu.saini@oss.qualcomm.com>
---
Changes in v2:
- Addressed review comments from V1, majorly:
- Fixed DCO chain.
- Added supply in bindings.
- Handeled deferred probe in lt8713sx driver probe.
- Link to v1: https://lore.kernel.org/r/20251115-lt8713sx-bridge-driver-v1-0-bd5a1c1c730a@oss.qualcomm.com

---
Vishnu Saini (2):
      dt-bindings: bridge: lt8713sx: Add bindings
      drm/bridge: add support for lontium lt8713sx bridge driver

 Documentation/devicetree/bindings/display/bridge/lontium,lt8713sx.yaml |  52 ++++
 drivers/gpu/drm/bridge/Kconfig                                         |  10 +
 drivers/gpu/drm/bridge/Makefile                                        |   1 +
 drivers/gpu/drm/bridge/lontium-lt8713sx.c                              | 713 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 776 insertions(+)
---
base-commit: de0d6e19d2ef33ba34be2467ffdf3595da5f5326
change-id: 20251115-lt8713sx-bridge-driver-32704455bc9a

Best regards,
-- 
Vishnu Saini <vishnu.saini@oss.qualcomm.com>


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

end of thread, other threads:[~2025-12-28  7:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-18  4:37 [PATCH v2 0/2] Add lontium lt8713sx bridge driver Vishnu Saini
2025-11-18  4:37 ` [PATCH v2 1/2] dt-bindings: bridge: lt8713sx: Add bindings Vishnu Saini
2025-11-18  7:34   ` Krzysztof Kozlowski
2025-11-18  4:37 ` [PATCH v2 2/2] drm/bridge: add support for lontium lt8713sx bridge driver Vishnu Saini
2025-11-18  7:37   ` Krzysztof Kozlowski
2025-12-28  7:18     ` Vishnu Saini
2025-11-21 12:55   ` Dmitry Baryshkov
2025-12-28  7:45     ` Vishnu Saini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.