All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add it66121 driver
@ 2020-03-09 15:36 ` Phong LE
  0 siblings, 0 replies; 14+ messages in thread
From: Phong LE @ 2020-03-09 15:36 UTC (permalink / raw)
  To: airlied, daniel, robh+dt, mark.rutland, a.hajda, narmstrong
  Cc: Laurent.pinchart, jonas, jernej.skrabec, mripard, sam,
	heiko.stuebner, linus.walleij, stephan, broonie, dri-devel,
	devicetree

The IT66121 is a high-performance and low-power single channel HDMI
transmitter, fully compliant with HDMI 1.3a, HDCP 1.2 and backward
compatible to DVI 1.0 specifications.
It supports pixel rates from 25MHz to 165MHz.

This series contains document bindings, add vendor prefix, Kconfig to
enable or not.
For now, the driver handles only RGB without color conversion.
Audio, CEC and HDCP are not implemented yet.

Phong LE (3):
  dt-bindings: add ITE vendor
  dt-bindings: display: bridge: add it66121 bindings
  drm: bridge: add it66121 driver

 .../bindings/display/bridge/ite,it66121.yaml  |  95 ++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 drivers/gpu/drm/bridge/Kconfig                |   8 +
 drivers/gpu/drm/bridge/Makefile               |   1 +
 drivers/gpu/drm/bridge/ite-it66121.c          | 983 ++++++++++++++++++
 5 files changed, 1089 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/bridge/ite,it66121.yaml
 create mode 100644 drivers/gpu/drm/bridge/ite-it66121.c

-- 
2.17.1


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

end of thread, other threads:[~2020-03-10  8:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-09 15:36 [PATCH 0/3] Add it66121 driver Phong LE
2020-03-09 15:36 ` Phong LE
2020-03-09 15:36 ` [PATCH 1/3] dt-bindings: add ITE vendor Phong LE
2020-03-09 15:36   ` Phong LE
2020-03-09 17:51   ` Sam Ravnborg
2020-03-09 17:51     ` Sam Ravnborg
2020-03-09 15:36 ` [PATCH 2/3] dt-bindings: display: bridge: add it66121 bindings Phong LE
2020-03-09 15:36   ` Phong LE
2020-03-09 17:57   ` Sam Ravnborg
2020-03-09 17:57     ` Sam Ravnborg
2020-03-09 15:36 ` [PATCH 3/3] drm: bridge: add it66121 driver Phong LE
2020-03-09 15:36   ` Phong LE
2020-03-09 18:59   ` Sam Ravnborg
2020-03-09 18:59     ` 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.