drm: bridge: it66121: Use regmap_noinc_read()
authorPaul Cercueil <paul@crapouillou.net>
Wed, 14 Dec 2022 12:58:14 +0000 (13:58 +0100)
committerPaul Cercueil <paul@crapouillou.net>
Fri, 16 Dec 2022 10:39:24 +0000 (11:39 +0100)
commit315c9fb770c3f5376518c45db1ac20ac769150dd
treeb92431da13a40ed82133dd829791728629e5e3c2
parent334c8c1d3f2b0a77ef4f1577b3f5045564921c31
drm: bridge: it66121: Use regmap_noinc_read()

Use regmap_noinc_read() instead of reading the data from the DDC FIFO one
byte at a time.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Reviewed-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20221214125821.12489-4-paul@crapouillou.net
drivers/gpu/drm/bridge/ite-it66121.c