]> git.baikalelectronics.ru Git - kernel.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)
commita514d197f014774aacbe71f2ce168e7f31754833
treef9349d59e12688c4cbeb395671449e1894cf1419
parent5bf6db5d7f3e15a3a9ba60853bc39ab61229e49e
[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 5e65080a] 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