upstream: [media] tvp514x: s_routing should just change routing, not try to detect...
authorHans Verkuil <hans.verkuil@cisco.com>
Thu, 20 Sep 2012 12:06:33 +0000 (09:06 -0300)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:58:44 +0000 (11:58 +0900)
commit52a309526205eacab3e0856244612ca8b9ba4aa7
treef354b9051a1b24880d8e671f493a178936e8a935
parent9810e95dd0f95ff943fe4420b2517407075158a8
upstream: [media] tvp514x: s_routing should just change routing, not try to detect a signal

The s_routing function should not try to detect a signal. It is a really
bad idea to try to detect a valid video signal and return an error if
you can't. Changing input should do just that and nothing more.
Also don't power on the ADCs on s_routing, instead do that on querystd.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Lad, Prabhakar <prabhakar.lad@ti.com>
Tested-by: Lad, Prabhakar <prabhakar.lad@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/i2c/tvp514x.c