aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuninori Morimoto <morimoto.kuninori@renesas.com>2008-12-17 14:05:45 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-30 09:40:14 -0200
commit2d425131d2c44228c4390d2d48d302f3e122bc49 (patch)
tree1f426125779768bc24e79b6254c3d5ca8a436082
parentV4L/DVB (10066): mt9m001 mt9v022: fix bus-width switch GPIO availability test (diff)
downloadlinux-dev-2d425131d2c44228c4390d2d48d302f3e122bc49.tar.xz
linux-dev-2d425131d2c44228c4390d2d48d302f3e122bc49.zip
V4L/DVB (10067): Remove ov772x_default_regs from ov772x driver
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/ov772x.c21
1 files changed, 3 insertions, 18 deletions
diff --git a/drivers/media/video/ov772x.c b/drivers/media/video/ov772x.c
index 76f296642db6..a2d51e27e48d 100644
--- a/drivers/media/video/ov772x.c
+++ b/drivers/media/video/ov772x.c
@@ -378,30 +378,17 @@ struct ov772x_priv {
#define ENDMARKER { 0xff, 0xff }
-static const struct regval_list ov772x_default_regs[] =
-{
- { COM3, 0x00 },
- { COM4, PLL_4x | 0x01 },
- { 0x16, 0x00 }, /* Mystery */
- { COM11, 0x10 }, /* Mystery */
- { 0x28, 0x00 }, /* Mystery */
- { HREF, 0x00 },
- { COM13, 0xe2 }, /* Mystery */
- { AREF0, 0xef },
- { AREF2, 0x60 },
- { AREF6, 0x7a },
- ENDMARKER,
-};
-
/*
* register setting for color format
*/
static const struct regval_list ov772x_RGB555_regs[] = {
+ { COM3, 0x00 },
{ COM7, FMT_RGB555 | OFMT_RGB },
ENDMARKER,
};
static const struct regval_list ov772x_RGB565_regs[] = {
+ { COM3, 0x00 },
{ COM7, FMT_RGB565 | OFMT_RGB },
ENDMARKER,
};
@@ -413,6 +400,7 @@ static const struct regval_list ov772x_YYUV_regs[] = {
};
static const struct regval_list ov772x_UVYY_regs[] = {
+ { COM3, 0x00 },
{ COM7, OFMT_YUV },
ENDMARKER,
};
@@ -634,9 +622,6 @@ static int ov772x_start_capture(struct soc_camera_device *icd)
* reset hardware
*/
ov772x_reset(priv->client);
- ret = ov772x_write_array(priv->client, ov772x_default_regs);
- if (ret < 0)
- goto start_end;
/*
* set color format