public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support of Lontium lt8912 MIPI to HDMI bridge
@ 2021-02-14 23:29 Adrien Grassein
  2021-02-14 23:29 ` [PATCH v2 1/2] dt-bindings: display: bridge: Add documentation for LT8912 Adrien Grassein
  2021-02-14 23:29 ` [PATCH v2 2/2] drm/bridge: Introduce LT8912 DSI to HDMI bridge Adrien Grassein
  0 siblings, 2 replies; 8+ messages in thread
From: Adrien Grassein @ 2021-02-14 23:29 UTC (permalink / raw)
  Cc: airlied, daniel, a.hajda, robh+dt, narmstrong, Laurent.pinchart,
	jonas, jernej.skrabec, dri-devel, devicetree, linux-kernel,
	Adrien Grassein

Hello,

this patch set adds the support of the Lontium lt8912 MIPI to HDMI
bridge in the kernel.

It's only support the video part, not the audio part yet
since I don't have the datasheet of this component.
I get the current i2c configuration from Digi and
Boundary drivers.
Developed using the DB_DSIHD board from BoundaryDevices.

Update in v2
  - Use standard data-lanes instead of a custom prop;
  - Use hdmi-connector node.

Thanks,
Adrien Grassein

Adrien Grassein (2):
  dt-bindings: display: bridge: Add documentation for LT8912
  drm/bridge: Introduce LT8912 DSI to HDMI bridge

 .../display/bridge/lontium,lt8912.yaml        | 102 +++
 MAINTAINERS                                   |   6 +
 drivers/gpu/drm/bridge/Kconfig                |  14 +
 drivers/gpu/drm/bridge/Makefile               |   1 +
 drivers/gpu/drm/bridge/lontium-lt8912.c       | 719 ++++++++++++++++++
 5 files changed, 842 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/bridge/lontium,lt8912.yaml
 create mode 100644 drivers/gpu/drm/bridge/lontium-lt8912.c

-- 
2.25.1


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

end of thread, other threads:[~2021-02-18 21:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-14 23:29 [PATCH v2 0/2] Add support of Lontium lt8912 MIPI to HDMI bridge Adrien Grassein
2021-02-14 23:29 ` [PATCH v2 1/2] dt-bindings: display: bridge: Add documentation for LT8912 Adrien Grassein
2021-02-17 20:24   ` Rob Herring
2021-02-17 22:16   ` Rob Herring
2021-02-14 23:29 ` [PATCH v2 2/2] drm/bridge: Introduce LT8912 DSI to HDMI bridge Adrien Grassein
2021-02-17 17:32   ` Robert Foss
2021-02-18 20:35     ` Adrien Grassein
2021-02-18 21:26       ` Robert Foss

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