]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i2c: tda998x: use irq for connection status and EDID read
authorJean-Francois Moine <moinejf@free.fr>
Sat, 25 Jan 2014 17:14:38 +0000 (18:14 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 13 Feb 2014 19:43:37 +0000 (19:43 +0000)
commit12473b7d8e6074c7d4c2816afa6027354ce9a502
tree917e727939026122adb26c6001f8ab184696331b
parente47826274e8871bc6b35f82d35aea53db0f4ae31
drm/i2c: tda998x: use irq for connection status and EDID read

This patch adds the optional treatment of the tda998x IRQ.

The interrupt function is used to know the display connection status
without polling and to speedup reading the EDID.

The IRQ number and trigger type are defined in the i2c client either
by platform data or in the DT.

Tested-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/gpu/drm/i2c/tda998x_drv.c