All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v14 0/2] Add initial support for slimport anx7625
@ 2020-07-09  8:31 ` Xin Ji
  0 siblings, 0 replies; 18+ messages in thread
From: Xin Ji @ 2020-07-09  8:31 UTC (permalink / raw)
  To: devel, Laurent Pinchart, Andrzej Hajda, Nicolas Boichat, Sam Ravnborg
  Cc: Neil Armstrong, Jonas Karlman, Jernej Skrabec, Hsin-Yi Wang,
	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 v14 version, any mistakes, please let me know, I will fix it in
the next series.

Change history:
v14: Fix comments from Sam and Nicolas
 - Check flags at drm_bridge_attach
 - Use panel_bridge instead of drm_panel
 - Fix not correct return value

v13: Fix comments from Launrent Pinchart and Rob Herring
 - Picked up Rob's Reviewed-By
 - Add .detect and .get_edid interface in bridge funcs.

v12: Fix comments from Hsin-Yi Wang
 - Rebase the code on kernel 5.7, fix DRM interface not match issue.

v11: Fix comments from Rob Herring
 - Update commit message.
 - Remove unused label.

v10: Fix comments from Rob Herring, Daniel.
 - Fix dt_binding_check warning.
 - Update description.

v9: Fix comments from Sam, Nicolas, Daniel
 - Remove extcon interface.
 - Remove DPI support.
 - Fix dt_binding_check complains.
 - Code clean up and update description.

v8: Fix comments from Nicolas.
 - Fix several coding format.
 - Update description.

v7:
 - Fix critical timing(eg:odd hfp/hbp) in "mode_fixup" interface,
   enhance MIPI RX tolerance by setting register MIPI_DIGITAL_ADJ_1 to 0x3D.


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

 .../bindings/display/bridge/analogix,anx7625.yaml  |   95 +
 drivers/gpu/drm/bridge/analogix/Kconfig            |    9 +
 drivers/gpu/drm/bridge/analogix/Makefile           |    1 +
 drivers/gpu/drm/bridge/analogix/anx7625.c          | 1939 ++++++++++++++++++++
 drivers/gpu/drm/bridge/analogix/anx7625.h          |  391 ++++
 5 files changed, 2435 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/bridge/analogix,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] 18+ messages in thread

end of thread, other threads:[~2020-08-20  7:14 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-09  8:31 [PATCH v14 0/2] Add initial support for slimport anx7625 Xin Ji
2020-07-09  8:31 ` Xin Ji
2020-07-09  8:31 ` Xin Ji
2020-07-09  8:32 ` [PATCH v14 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter DT schema Xin Ji
2020-07-09  8:32   ` Xin Ji
2020-07-09  8:32   ` Xin Ji
2020-07-09  8:34 ` [PATCH v14 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP Xin Ji
2020-07-09  8:34   ` Xin Ji
2020-07-09  8:34   ` Xin Ji
2020-08-10 20:35 ` [PATCH v14 0/2] Add initial support for slimport anx7625 Sam Ravnborg
2020-08-10 20:35   ` Sam Ravnborg
2020-08-10 20:35   ` Sam Ravnborg
     [not found]   ` <CAJMQK-h1BLDS_-q9n9vuOyYimqG7qonGsy7f5w8M=A_pffxHBQ@mail.gmail.com>
2020-08-19  7:05     ` Fwd: " Xin Ji
2020-08-19  7:05       ` Xin Ji
2020-08-19  7:05       ` Xin Ji
2020-08-19 20:39   ` Sam Ravnborg
2020-08-19 20:39     ` Sam Ravnborg
2020-08-19 20:39     ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.