devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] drm: bridge: it66121: IT6610 support and cleanups
@ 2022-12-14 12:58 Paul Cercueil
  2022-12-14 12:58 ` [PATCH 01/10] dt-bindings: display: bridge: it66121: Add compatible string for IT6610 Paul Cercueil
                   ` (9 more replies)
  0 siblings, 10 replies; 26+ messages in thread
From: Paul Cercueil @ 2022-12-14 12:58 UTC (permalink / raw)
  To: Phong LE, Neil Armstrong, Andrzej Hajda, Robert Foss,
	Laurent Pinchart, Jonas Karlman, Jernej Skrabec, David Airlie,
	Daniel Vetter, Rob Herring, Krzysztof Kozlowski
  Cc: list, dri-devel, devicetree, linux-kernel, Paul Cercueil

Hi,

This patchset adds a few cleanups to the IT66121 HDMI chip driver, and
most importantly adds support for the IT6610 chip.

The driver was tested with both chips, but as I only own a HDMI monitor
without speakers, HDMI audio may not be working on the IT6610.

Cheers,
-Paul

Paul Cercueil (10):
  dt-bindings: display: bridge: it66121: Add compatible string for
    IT6610
  drm: bridge: it66121: Use devm_regulator_bulk_get_enable()
  drm: bridge: it66121: Use regmap_noinc_read()
  drm: bridge: it66121: Write AVI infoframe with regmap_bulk_write()
  drm: bridge: it66121: Fix wait for DDC ready
  drm: bridge: it66121: Don't use DDC error IRQs
  drm: bridge: it66121: Don't clear DDC FIFO twice
  drm: bridge: it66121: Set DDC preamble only once before reading EDID
  drm: bridge: it66121: Move VID/PID to new it66121_chip_info structure
  drm: bridge: it66121: Add support for the IT6610

 .../bindings/display/bridge/ite,it66121.yaml  |   4 +-
 drivers/gpu/drm/bridge/ite-it66121.c          | 315 +++++++++---------
 2 files changed, 157 insertions(+), 162 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-12-20 17:23 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-14 12:58 [PATCH 00/10] drm: bridge: it66121: IT6610 support and cleanups Paul Cercueil
2022-12-14 12:58 ` [PATCH 01/10] dt-bindings: display: bridge: it66121: Add compatible string for IT6610 Paul Cercueil
2022-12-15 10:55   ` Robert Foss
2022-12-16 10:46     ` Paul Cercueil
2022-12-16 11:21       ` Krzysztof Kozlowski
2022-12-16 12:21         ` Paul Cercueil
2022-12-16 13:22           ` Krzysztof Kozlowski
2022-12-20 17:22           ` Rob Herring
2022-12-14 12:58 ` [PATCH 02/10] drm: bridge: it66121: Use devm_regulator_bulk_get_enable() Paul Cercueil
2022-12-15 10:57   ` Robert Foss
2022-12-14 12:58 ` [PATCH 03/10] drm: bridge: it66121: Use regmap_noinc_read() Paul Cercueil
2022-12-15 11:00   ` Robert Foss
2022-12-14 12:58 ` [PATCH 04/10] drm: bridge: it66121: Write AVI infoframe with regmap_bulk_write() Paul Cercueil
2022-12-15 11:10   ` Robert Foss
2022-12-14 12:58 ` [PATCH 05/10] drm: bridge: it66121: Fix wait for DDC ready Paul Cercueil
2022-12-15 11:14   ` Robert Foss
2022-12-14 12:58 ` [PATCH 06/10] drm: bridge: it66121: Don't use DDC error IRQs Paul Cercueil
2022-12-15 11:18   ` Robert Foss
2022-12-14 12:58 ` [PATCH 07/10] drm: bridge: it66121: Don't clear DDC FIFO twice Paul Cercueil
2022-12-15 11:20   ` Robert Foss
2022-12-14 12:58 ` [PATCH 08/10] drm: bridge: it66121: Set DDC preamble only once before reading EDID Paul Cercueil
2022-12-15 11:23   ` Robert Foss
2022-12-14 13:01 ` [PATCH 09/10] drm: bridge: it66121: Move VID/PID to new it66121_chip_info structure Paul Cercueil
2022-12-15 11:25   ` Robert Foss
2022-12-14 13:01 ` [PATCH 10/10] drm: bridge: it66121: Add support for the IT6610 Paul Cercueil
2022-12-15 11:37   ` Robert Foss

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