projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12be52a
)
[media] tw2804: modify ADC power control
author
Volokh Konstantin
<volokh84@gmail.com>
Wed, 22 Aug 2012 10:45:15 +0000
(07:45 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 24 Mar 2013 15:29:46 +0000
(12:29 -0300)
Switch off all ADC (max 4) with first init, we control it
when starting/stopping streaming.
Signed-off-by: Volokh Konstantin <volokh84@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/i2c/tw2804.c
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/tw2804.c
b/drivers/media/i2c/tw2804.c
index
4bb5ba6
..
441b766
100644
(file)
--- a/
drivers/media/i2c/tw2804.c
+++ b/
drivers/media/i2c/tw2804.c
@@
-53,6
+53,7
@@
static const u8 global_registers[] = {
0x3d, 0x80,
0x3e, 0x82,
0x3f, 0x82,
+ 0x78, 0x0f,
0xff, 0xff, /* Terminator (reg 0xff does not exist) */
};