[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-368-g6ff1c39
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2010-05-27 14:20:30
|
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 6ff1c397a651fc663e2ccbe4d63d1679ba98ee75 (commit)
from a40d36a95a527fd2d138c873dede08e9aafba0bd (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 6ff1c397a651fc663e2ccbe4d63d1679ba98ee75
Author: Julien Boibessot <jul...@ar...>
Date: Thu May 27 16:19:34 2010 +0200
[LINUX] mx27camera: handles PIXCLK rising edge sampling
-----------------------------------------------------------------------
Summary of changes:
...deus-mx27camera-add_CSICR1_REDGE_handling.patch | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
create mode 100644 buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/357-armadeus-mx27camera-add_CSICR1_REDGE_handling.patch
diff --git a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/357-armadeus-mx27camera-add_CSICR1_REDGE_handling.patch b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/357-armadeus-mx27camera-add_CSICR1_REDGE_handling.patch
new file mode 100644
index 0000000..27c592b
--- /dev/null
+++ b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/357-armadeus-mx27camera-add_CSICR1_REDGE_handling.patch
@@ -0,0 +1,17 @@
+Strange but CSI's PIXCLK sampling on rising edge was not handled.
+
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+Index: linux-2.6.29.6/drivers/media/video/mx27_camera.c
+===================================================================
+--- linux-2.6.29.6.orig/drivers/media/video/mx27_camera.c 2010-05-27 11:07:37.000000000 +0200
++++ linux-2.6.29.6/drivers/media/video/mx27_camera.c 2010-05-27 15:09:34.000000000 +0200
+@@ -607,6 +607,8 @@
+
+ if (common_flags & SOCAM_PCLK_SAMPLE_FALLING)
+ csicr1 |= CSICR1_INV_PCLK;
++ if (common_flags & SOCAM_PCLK_SAMPLE_RISING)
++ csicr1 |= CSICR1_REDGE;
+ if (common_flags & SOCAM_HSYNC_ACTIVE_HIGH)
+ csicr1 |= CSICR1_HSYNC_POL;
+ if (pcdev->platform_flags & MX27_CAMERA_SWAP16)
hooks/post-receive
--
armadeus
|