projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a1f085
)
[media] tc358743: ctrl_detect_tx_5v should always be updated
author
Mats Randgaard
<matrandg@cisco.com>
Tue, 6 Dec 2016 10:24:29 +0000
(08:24 -0200)
committer
Mauro Carvalho Chehab
<mchehab@s-opensource.com>
Fri, 3 Feb 2017 13:16:25 +0000
(11:16 -0200)
The control for +5V Power detection must also be updated when the EDID is
not present.
Signed-off-by: Mats Randgaard <matrandg@cisco.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/i2c/tc358743.c
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/tc358743.c
b/drivers/media/i2c/tc358743.c
index 257969a31baf7817500e10a3eecd47b0168a3aed..f569a05fe10547e4ffc159bbce96d5765ae9e40b 100644
(file)
--- a/
drivers/media/i2c/tc358743.c
+++ b/
drivers/media/i2c/tc358743.c
@@
-404,6
+404,7
@@
static void tc358743_enable_edid(struct v4l2_subdev *sd)
if (state->edid_blocks_written == 0) {
v4l2_dbg(2, debug, sd, "%s: no EDID -> no hotplug\n", __func__);
+ tc358743_s_ctrl_detect_tx_5v(sd);
return;
}