public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add lontium lt8713sx bridge driver
@ 2025-12-28 11:40 Vishnu Saini
  2025-12-28 11:40 ` [PATCH v3 1/2] dt-bindings: bridge: lt8713sx: Add bindings Vishnu Saini
  2025-12-28 11:40 ` [PATCH v3 2/2] drm/bridge: add support for lontium lt8713sx bridge driver Vishnu Saini
  0 siblings, 2 replies; 10+ messages in thread
From: Vishnu Saini @ 2025-12-28 11:40 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 v3:
- Used linux/sizes.h header for size definations.
- Used linux/crc8.h for CRC calculation
- Added Basic drm_bridge changes to support corresponding ports handeling in dt
- Ran coccinelle, smatch and sparse checkpatch.pl tools to improve code quality.
- Link to v2: https://lore.kernel.org/r/20251118-lt8713sx-bridge-driver-v2-0-25ad49280a11@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

 .../bindings/display/bridge/lontium,lt8713sx.yaml  | 101 +++
 drivers/gpu/drm/bridge/Kconfig                     |  10 +
 drivers/gpu/drm/bridge/Makefile                    |   1 +
 drivers/gpu/drm/bridge/lontium-lt8713sx.c          | 682 +++++++++++++++++++++
 4 files changed, 794 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] 10+ messages in thread

end of thread, other threads:[~2026-02-20  9:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-28 11:40 [PATCH v3 0/2] Add lontium lt8713sx bridge driver Vishnu Saini
2025-12-28 11:40 ` [PATCH v3 1/2] dt-bindings: bridge: lt8713sx: Add bindings Vishnu Saini
2025-12-28 13:09   ` Krzysztof Kozlowski
2025-12-28 14:20   ` Dmitry Baryshkov
2026-02-20  6:24     ` Vishnu Saini
2025-12-28 11:40 ` [PATCH v3 2/2] drm/bridge: add support for lontium lt8713sx bridge driver Vishnu Saini
2025-12-28 15:01   ` Dmitry Baryshkov
2026-02-20  9:01     ` Vishnu Saini
2025-12-29 12:40   ` Markus Elfring
2026-02-20  9:22     ` Vishnu Saini

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