drm/i2c: tda998x: always disable and clear interrupts at probe
authorRussell King <rmk+kernel@armlinux.org.uk>
Sat, 11 Mar 2017 11:12:22 +0000 (11:12 +0000)
committerRussell King <rmk+kernel@armlinux.org.uk>
Tue, 3 Apr 2018 11:21:54 +0000 (12:21 +0100)
commitba8975f15bb93d7f3ebd995a41c2e4b6945bad78
treeb99823bf145cb337056da81745e83369499e687b
parent101e996b8d321514c45136bef4dd0b1d3c577036
drm/i2c: tda998x: always disable and clear interrupts at probe

Always disable and clear interrupts at probe time to ensure that the
TDA998x is in a sane state.  This ensures that the interrupt line,
which is also the CEC clock calibration signal, is always deasserted.

Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
drivers/gpu/drm/i2c/tda998x_drv.c