All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] drm/bridge: Add it66121 driver
@ 2021-04-19  7:12 ` Neil Armstrong
  0 siblings, 0 replies; 19+ messages in thread
From: Neil Armstrong @ 2021-04-19  7:12 UTC (permalink / raw)
  To: a.hajda, Laurent.pinchart, paul, robert.foss
  Cc: jonas, jernej.skrabec, dri-devel, linux-kernel, Neil Armstrong

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.

Changes since v3 at [2]:
- DT
 - removed i2c reg description
 - used 4 spaces indent in example
 - added review tags
- driver
 - added missing includes
 - added missing atomic bridge callbacks
 - dropped connector creation completely, only supports NO_CONNECTOR
 - moved single line helpers to inline
 - some more indentation cleanups
- MAINTAINER
 - fixed order
 - added review tags

Changes since v2 at [1]:
- fixed DT bindings by:
  - adding bus-width property to input port
  - correctly defining ports
  - other minor fixes
- fixed bridge driver by:
  - general cleanup following Andy's comments
  - implemented support for NO_CONNECTOR
  - makes basic usage of the bus width property
  - add support for bus format negociation
  - other minor fixes
- fixed order of MAINTAINERS entries

[1] https://lore.kernel.org/r/20200311125135.30832-1-ple@baylibre.com
[2] https://lore.kernel.org/r/20210412154648.3719153-1-narmstrong@baylibre.com

Phong LE (3):
  dt-bindings: display: bridge: add it66121 bindings
  drm: bridge: add it66121 driver
  MAINTAINERS: add it66121 HDMI bridge driver entry

 .../bindings/display/bridge/ite,it66121.yaml  |  124 ++
 MAINTAINERS                                   |    8 +
 drivers/gpu/drm/bridge/Kconfig                |    8 +
 drivers/gpu/drm/bridge/Makefile               |    1 +
 drivers/gpu/drm/bridge/ite-it66121.c          | 1021 +++++++++++++++++
 5 files changed, 1162 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/bridge/ite,it66121.yaml
 create mode 100644 drivers/gpu/drm/bridge/ite-it66121.c

-- 
2.25.1


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

end of thread, other threads:[~2021-04-21 11:56 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19  7:12 [PATCH v4 0/3] drm/bridge: Add it66121 driver Neil Armstrong
2021-04-19  7:12 ` Neil Armstrong
2021-04-19  7:12 ` [PATCH v4 1/3] dt-bindings: display: bridge: add it66121 bindings Neil Armstrong
2021-04-19  7:12   ` Neil Armstrong
2021-04-19  7:12 ` [PATCH v4 2/3] drm: bridge: add it66121 driver Neil Armstrong
2021-04-19  7:12   ` Neil Armstrong
2021-04-19  9:44   ` Robert Foss
2021-04-19  9:44     ` Robert Foss
2021-04-19 13:30   ` [PATCH] drm: bridge: fix odd_ptr_err.cocci warnings kernel test robot
2021-04-21  9:25   ` [PATCH v4 2/3] drm: bridge: add it66121 driver Neil Armstrong
2021-04-21  9:25     ` Neil Armstrong
2021-04-21  9:58     ` Paul Cercueil
2021-04-21  9:58       ` Paul Cercueil
2021-04-21 11:50       ` Neil Armstrong
2021-04-21 11:50         ` Neil Armstrong
2021-04-19  7:12 ` [PATCH v4 3/3] MAINTAINERS: add it66121 HDMI bridge driver entry Neil Armstrong
2021-04-19  7:12   ` Neil Armstrong
2021-04-21 11:55 ` [PATCH v4 0/3] drm/bridge: Add it66121 driver Neil Armstrong
2021-04-21 11:55   ` Neil Armstrong

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.