public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add LT7911EXC edp to mipi bridge driver
@ 2026-04-20  2:33 syyang
  2026-04-20  2:33 ` [PATCH 1/2] dt-bindings:bridge Add LT7911EXC binding syyang
  2026-04-20  2:33 ` [PATCH 2/2] drm/bridge: Add LT7911EXC edp to mipi bridge driver syyang
  0 siblings, 2 replies; 15+ messages in thread
From: syyang @ 2026-04-20  2:33 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, andrzej.hajda, neil.armstrong,
	dmitry.baryshkov, maarten.lankhorst, rfoss, mripard
  Cc: Laurent.pinchart, tzimmermann, jonas, jernej.skrabec, devicetree,
	dri-devel, linux-kernel, yangsunyun1993, xmzhu, Sunyun Yang

From: Sunyun Yang <syyang@lontium.com>

This patch series adds support for the LT7911EXC edp to mipi
bidge chip.

The LT7911EXC is an I2C-controlled bridge that Receiver eDP1.4
and output signal/dual port mipi. This series introduces:

- A device tree binding YAML file describing the hardware
- A new DRM bridge driver implementing the basic functionality 

Signed-off-by: Sunyun Yang<syyang@lontium.com>
---
Sunyun Yang (2):
  dt-bindings:bridge Add LT7911EXC binding
  drm/bridge: Add LT7911EXC edp to mipi bridge driver

 .../display/bridge/lontium,lt7911exc.yaml     |  91 +++
 drivers/gpu/drm/bridge/Kconfig                |  18 +
 drivers/gpu/drm/bridge/Makefile               |   1 +
 drivers/gpu/drm/bridge/lontium-lt7911exc.c    | 571 ++++++++++++++++++
 4 files changed, 681 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/bridge/lontium,lt7911exc.yaml
 create mode 100644 drivers/gpu/drm/bridge/lontium-lt7911exc.c

-- 
2.34.1


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

end of thread, other threads:[~2026-04-23  0:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-20  2:33 [PATCH 0/2] Add LT7911EXC edp to mipi bridge driver syyang
2026-04-20  2:33 ` [PATCH 1/2] dt-bindings:bridge Add LT7911EXC binding syyang
2026-04-20  3:12   ` Dmitry Baryshkov
2026-04-21  1:33     ` 杨孙运
2026-04-21 11:07       ` Dmitry Baryshkov
2026-04-22  0:46         ` 杨孙运
2026-04-20  2:33 ` [PATCH 2/2] drm/bridge: Add LT7911EXC edp to mipi bridge driver syyang
2026-04-20  3:57   ` Dmitry Baryshkov
2026-04-21  3:13     ` 杨孙运
2026-04-21 11:15       ` Dmitry Baryshkov
2026-04-22  1:06         ` 杨孙运
2026-04-22 18:58           ` Dmitry Baryshkov
2026-04-23  0:54             ` 杨孙运
2026-04-20  5:05   ` Quentin Freimanis
2026-04-21  3:26     ` 杨孙运

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