]> asedeno.scripts.mit.edu Git - linux.git/commit
[media] media: adv7604: reduce support to first (digital) input
authorWilliam Towle <william.towle@codethink.co.uk>
Thu, 23 Jul 2015 12:21:34 +0000 (09:21 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 11 Aug 2015 12:54:50 +0000 (09:54 -0300)
commit7111cddd518f7d51d72118b3cb42a8c6d3a00401
treef9349d59e12688c4cbeb395671449e1894cf1419
parentc1362384a85e429cd4e6f5fd65f130770224bcef
[media] media: adv7604: reduce support to first (digital) input

Using adv7611_read_cable_det() for ADV7612 means that full
support for '.max_port = ADV7604_PAD_HDMI_PORT_B,' isn't available
due to the need for multiple port reads to determine cable detection,
and an agreed mechanism for communicating the separate statuses.

This patch replaces adv7611_read_cable_det() with a functionally
identical copy, commented appropriately.

Earlier submissions [leading to commit 8331d30b] also set .cp_csc,
which is used in a cp_read() call within adv76xx_log_status().

Signed-off-by: William Towle <william.towle@codethink.co.uk>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/i2c/adv7604.c