[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-73-g2df873e
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2010-10-21 15:25:14
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 2df873e3d500907b9ebfe3550ea2fd8f42ba6356 (commit)
from 56052e376fd68ab28370fca519f332ad27a68da2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2df873e3d500907b9ebfe3550ea2fd8f42ba6356
Author: Julien Boibessot <jul...@ar...>
Date: Thu Oct 21 17:24:51 2010 +0200
[LINUX] Makes OV3640 starts in YUV mode by default
-----------------------------------------------------------------------
Summary of changes:
...adeus-soc_camera-add_ov3640_sensor_driver.patch | 24 ++++++++++---------
1 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/361-armadeus-soc_camera-add_ov3640_sensor_driver.patch b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/361-armadeus-soc_camera-add_ov3640_sensor_driver.patch
index 2f7aa7c..fa988b4 100644
--- a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/361-armadeus-soc_camera-add_ov3640_sensor_driver.patch
+++ b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/361-armadeus-soc_camera-add_ov3640_sensor_driver.patch
@@ -1,7 +1,7 @@
Index: linux-2.6.29.6/drivers/media/video/Kconfig
===================================================================
---- linux-2.6.29.6.orig/drivers/media/video/Kconfig 2010-09-27 15:45:46.000000000 +0200
-+++ linux-2.6.29.6/drivers/media/video/Kconfig 2010-09-27 15:45:46.000000000 +0200
+--- linux-2.6.29.6.orig/drivers/media/video/Kconfig 2010-10-14 11:18:31.000000000 +0200
++++ linux-2.6.29.6/drivers/media/video/Kconfig 2010-10-14 11:18:31.000000000 +0200
@@ -783,6 +783,12 @@
help
This is a generic SoC camera platform driver, useful for testing
@@ -17,8 +17,8 @@ Index: linux-2.6.29.6/drivers/media/video/Kconfig
depends on SOC_CAMERA && I2C
Index: linux-2.6.29.6/drivers/media/video/Makefile
===================================================================
---- linux-2.6.29.6.orig/drivers/media/video/Makefile 2010-09-27 15:45:46.000000000 +0200
-+++ linux-2.6.29.6/drivers/media/video/Makefile 2010-09-27 15:45:46.000000000 +0200
+--- linux-2.6.29.6.orig/drivers/media/video/Makefile 2010-10-14 11:18:31.000000000 +0200
++++ linux-2.6.29.6/drivers/media/video/Makefile 2010-10-14 11:18:31.000000000 +0200
@@ -144,6 +144,7 @@
obj-$(CONFIG_SOC_CAMERA_MT9M111) += mt9m111.o
obj-$(CONFIG_SOC_CAMERA_MT9T031) += mt9t031.o
@@ -30,8 +30,8 @@ Index: linux-2.6.29.6/drivers/media/video/Makefile
Index: linux-2.6.29.6/drivers/media/video/ov3640.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.29.6/drivers/media/video/ov3640.c 2010-09-30 18:46:25.000000000 +0200
-@@ -0,0 +1,2115 @@
++++ linux-2.6.29.6/drivers/media/video/ov3640.c 2010-10-14 13:21:59.000000000 +0200
+@@ -0,0 +1,2117 @@
+/*
+ * OV3640 driver (soc_camera)
+ *
@@ -663,8 +663,10 @@ Index: linux-2.6.29.6/drivers/media/video/ov3640.c
+ {OV3640_SC_CTRL0, 0x02, 0, 0},
+ {OV3640_DSP_CTRL_1, 0x10, 0x30, 0},
+ {OV3640_DSP_CTRL_4, 0x00, 0x03, 0},
-+ {OV3640_FMT_MUX_CTRL0, 0x01, 0, 0}, /* ISP RGB */
-+ {OV3640_FMT_CTRL00, 0x11, 0, 0}, /* RGB565 */
++// {OV3640_FMT_MUX_CTRL0, 0x01, 0, 0}, /* ISP RGB */
++// {OV3640_FMT_CTRL00, 0x11, 0, 0}, /* RGB565 */
++ {OV3640_FMT_MUX_CTRL0, 0x10, 0, 0}, /* ISP YUV */
++ {OV3640_FMT_CTRL00, 0x00, 0, 0}, /* YUV422 */
+
+ {0x304c, 0x84, 0, 0},
+ {OV3640_CLK, 00, 0, 0},// ;15fps
@@ -2150,7 +2152,7 @@ Index: linux-2.6.29.6/drivers/media/video/ov3640.c
Index: linux-2.6.29.6/drivers/media/video/ov3640_regs.h
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.29.6/drivers/media/video/ov3640_regs.h 2010-09-27 15:45:46.000000000 +0200
++++ linux-2.6.29.6/drivers/media/video/ov3640_regs.h 2010-10-14 11:18:31.000000000 +0200
@@ -0,0 +1,602 @@
+/*
+ * drivers/media/video/ov3640_regs.h
@@ -2756,8 +2758,8 @@ Index: linux-2.6.29.6/drivers/media/video/ov3640_regs.h
+#endif /* ifndef OV3640_REGS_H */
Index: linux-2.6.29.6/include/media/v4l2-chip-ident.h
===================================================================
---- linux-2.6.29.6.orig/include/media/v4l2-chip-ident.h 2010-09-27 15:44:27.000000000 +0200
-+++ linux-2.6.29.6/include/media/v4l2-chip-ident.h 2010-09-27 15:45:46.000000000 +0200
+--- linux-2.6.29.6.orig/include/media/v4l2-chip-ident.h 2009-03-24 00:12:14.000000000 +0100
++++ linux-2.6.29.6/include/media/v4l2-chip-ident.h 2010-10-14 11:18:31.000000000 +0200
@@ -62,6 +62,7 @@
V4L2_IDENT_OV7670 = 250,
V4L2_IDENT_OV7720 = 251,
hooks/post-receive
--
armadeus
|