linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 0/2] Add initial support for slimport anx7625
@ 2020-04-27  6:16 Xin Ji
  2020-04-27  6:17 ` [PATCH v8 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter binding Xin Ji
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Xin Ji @ 2020-04-27  6:16 UTC (permalink / raw)
  To: devel, Laurent Pinchart, Andrzej Hajda, Nicolas Boichat
  Cc: Neil Armstrong, Jonas Karlman, Jernej Skrabec, David Airlie,
	Daniel Vetter, Dan Carpenter, Nicolas Boichat, linux-kernel,
	dri-devel, Pi-Hsun Shih, Sheng Pan

Hi all,

The following series add support for the Slimport ANX7625 transmitter, a
ultra-low power Full-HD 4K MIPI to DP transmitter designed for portable device.

This is the v8 version, any mistakes, please let me know, I will fix it in
the next series. This series fix several coding format and description.

Thanks,
Xin



Xin Ji (2):
  dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter binding
  drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver

 .../bindings/display/bridge/anx7625.yaml           |   91 +
 drivers/gpu/drm/bridge/Makefile                    |    2 +-
 drivers/gpu/drm/bridge/analogix/Kconfig            |    6 +
 drivers/gpu/drm/bridge/analogix/Makefile           |    1 +
 drivers/gpu/drm/bridge/analogix/anx7625.c          | 2158 ++++++++++++++++++++
 drivers/gpu/drm/bridge/analogix/anx7625.h          |  410 ++++
 6 files changed, 2667 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/display/bridge/anx7625.yaml
 create mode 100644 drivers/gpu/drm/bridge/analogix/anx7625.c
 create mode 100644 drivers/gpu/drm/bridge/analogix/anx7625.h

-- 
2.7.4


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

end of thread, other threads:[~2020-04-30  7:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-27  6:16 [PATCH v8 0/2] Add initial support for slimport anx7625 Xin Ji
2020-04-27  6:17 ` [PATCH v8 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter binding Xin Ji
2020-04-27 18:49   ` Sam Ravnborg
2020-04-30  6:01     ` Xin Ji
2020-04-27  6:18 ` [PATCH v8 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP bridge driver Xin Ji
2020-04-27 20:00   ` Sam Ravnborg
2020-04-30  6:24     ` Xin Ji
2020-04-30  7:03       ` Sam Ravnborg
2020-04-30  7:11         ` Xin Ji
2020-04-29  2:10   ` Nicolas Boichat
2020-04-30  6:30     ` Xin Ji
2020-04-27 18:53 ` [PATCH v8 0/2] Add initial support for slimport anx7625 Sam Ravnborg
2020-04-30  6:03   ` Xin Ji

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).