linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] IT6505 cover letter
@ 2019-11-15  9:52 allen
  2019-11-15  9:52 ` [PATCH v4 1/4] dt-bindings: Add vendor prefix for ITE Tech. Inc allen
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: allen @ 2019-11-15  9:52 UTC (permalink / raw)
  Cc: Allen Chen, Pi-Hsun Shih, Jau-Chih Tseng,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	open list:DRM DRIVERS, Hans Verkuil, Heiko Stuebner,
	Icenowy Zheng, Jernej Skrabec, Jonas Karlman, Laurent Pinchart,
	Laurent Pinchart, moderated list:ARM/Mediatek SoC support,
	open list, moderated list:ARM/Mediatek SoC support,
	open list:DRM DRIVERS FOR NVIDIA TEGRA, Maxime Ripard,
	Rob Herring, Shawn Guo

The IT6505 is a high-performance DisplayPort 1.1a transmitter, fully compliant with DisplayPort 1.1a, HDCP 1.3 specifications. The IT6505 supports color depth of up to 36 bits (12 bits/color) and ensures robust transmission of high-quality uncompressed video content, along with uncompressed and compressed digital audio content.

This series contains document bindings, revert commit, add vendor prefix, Kconfig to control the function enable or not.

Allen Chen (2):
  dt-bindings: Add binding for IT6505.
  drm/bridge: add it6505 driver

allen (2):
  dt-bindings: Add vendor prefix for ITE Tech. Inc.
  Revert "drm/tegra: Move drm_dp_link helpers to Tegra DRM"

 .../bindings/display/bridge/ite,it6505.txt         |   28 +
 .../devicetree/bindings/vendor-prefixes.yaml       |    2 +
 drivers/gpu/drm/bridge/Kconfig                     |    7 +
 drivers/gpu/drm/bridge/Makefile                    |    1 +
 drivers/gpu/drm/bridge/ite-it6505.c                | 2697 ++++++++++++++++++++
 drivers/gpu/drm/drm_dp_helper.c                    |  128 +
 drivers/gpu/drm/tegra/Makefile                     |    1 -
 drivers/gpu/drm/tegra/dp.c                         |  876 -------
 drivers/gpu/drm/tegra/dp.h                         |  177 --
 drivers/gpu/drm/tegra/dpaux.c                      |    1 -
 drivers/gpu/drm/tegra/sor.c                        |    1 -
 include/drm/drm_dp_helper.h                        |   16 +
 12 files changed, 2879 insertions(+), 1056 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/bridge/ite,it6505.txt
 create mode 100644 drivers/gpu/drm/bridge/ite-it6505.c
 delete mode 100644 drivers/gpu/drm/tegra/dp.c
 delete mode 100644 drivers/gpu/drm/tegra/dp.h

-- 
1.9.1


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

end of thread, other threads:[~2019-11-22 23:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-15  9:52 [PATCH v4 0/4] IT6505 cover letter allen
2019-11-15  9:52 ` [PATCH v4 1/4] dt-bindings: Add vendor prefix for ITE Tech. Inc allen
2019-11-22 23:52   ` Rob Herring
2019-11-15  9:52 ` [PATCH v4 2/4] Revert "drm/tegra: Move drm_dp_link helpers to Tegra DRM" allen
2019-11-15  9:52 ` [PATCH v4 3/4] dt-bindings: Add binding for IT6505 allen
2019-11-22 23:57   ` Rob Herring
2019-11-15  9:52 ` [PATCH v4 4/4] drm/bridge: add it6505 driver allen

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).