mbox series

[v3,0/3] drm/bridge/lontium-lt9611uxc: fix handling of EDID/HPD

Message ID 20210117002355.435860-1-dmitry.baryshkov@linaro.org
Headers show
Series drm/bridge/lontium-lt9611uxc: fix handling of EDID/HPD | expand

Message

Dmitry Baryshkov Jan. 17, 2021, 12:23 a.m. UTC
These three patches provide fixes for HPD handling and EDID readout for
Lontium lt9611uxc DSI-to-HDMI bridge driver.

Changes since v2:
 - Declare lt9611uxc_hpd_work as static

Changes since v1:
 - Split first patch into two smaller patches
 - Add Fixes tags

Dmitry Baryshkov (3):
      drm/bridge/lontium-lt9611uxc: fix waiting for EDID to become available
      drm/bridge/lontium-lt9611uxc: fix get_edid return code
      drm/bridge/lontium-lt9611uxc: move HPD notification out of IRQ handler

 drivers/gpu/drm/bridge/lontium-lt9611uxc.c | 41 +++++++++++++++++++++++-------
 1 file changed, 32 insertions(+), 9 deletions(-)