public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Add Lontiun LT7911EXC eDP to MIPI DSI bridge
@ 2026-04-28  6:32 syyang
  2026-04-28  6:32 ` [PATCH v1 1/2] dt-bindings:bridge: " syyang
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: syyang @ 2026-04-28  6:32 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, xmzhu, rlyu,
	xbpeng, Sunyun Yang

From: Sunyun Yang <syyang@lontium.com>

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>
---
Change in v1:
- dt-binding:
 1. reset pins use active low.                        [Dmitry]
- drm/bridge:
 1. use atomic_* callbacks.                           [Quentin]
 2. fix the incorrect formatting and spaces.
 3. add the required header files.                    [Dmitry]
 4. remove "enabled" flag.
 5. remove *fw from the lt7911exc struct.
 6. .max_register and .range_max use actual range.
 7. regulator use bulk interface.
 8. use dev_err_probe, devm_mutex_init and devm_drm_bridge_add.
 9. Replace GPL with GPL v2.
---
Sunyun Yang (2):
  dt-bindings:bridge: Add Lontiun LT7911EXC eDP to MIPI DSI bridge
  drm:bridge: Add Lontiun LT7911EXC eDP to MIPI DSI bridge

 .../display/bridge/lontium,lt7911exc.yaml     |  89 ++++
 drivers/gpu/drm/bridge/Kconfig                |  13 +
 drivers/gpu/drm/bridge/Makefile               |   1 +
 drivers/gpu/drm/bridge/lontium-lt7911exc.c    | 497 ++++++++++++++++++
 4 files changed, 600 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] 10+ messages in thread

end of thread, other threads:[~2026-04-28  8:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-28  6:32 [PATCH v1 0/2] Add Lontiun LT7911EXC eDP to MIPI DSI bridge syyang
2026-04-28  6:32 ` [PATCH v1 1/2] dt-bindings:bridge: " syyang
2026-04-28  6:32 ` [PATCH v1 2/2] drm:bridge: " syyang
2026-04-28  7:49   ` Dmitry Baryshkov
2026-04-28  8:12     ` 杨孙运
2026-04-28  7:23 ` [PATCH v1 0/2] " 杨孙运
2026-04-28  7:31 ` Dmitry Baryshkov
2026-04-28  8:05   ` 杨孙运
2026-04-28  7:35 ` Krzysztof Kozlowski
2026-04-28  8:08   ` 杨孙运

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