RE: [PATCH 3/3] omap: zoom3: add zoom3 board support

2009-10-23 Thread Aguirre Rodriguez, Sergio Alberto
Vikram, Just some comments I came across below. From: linux-omap-ow...@vger.kernel.org [linux-omap-ow...@vger.kernel.org] On Behalf Of Pandita, Vikram Sent: Friday, October 23, 2009 2:23 PM Add machine type support for zoom3 board Add board type in Kconfig and Makefile Reused the zoom board

RE: [PATCH 3/3] omap: zoom3: add zoom3 board support

2009-10-23 Thread Aguirre Rodriguez, Sergio Alberto
From: Menon, Nishanth Sent: Friday, October 23, 2009 2:46 PM Aguirre Rodriguez, Sergio Alberto had written, on 10/23/2009 02:39 PM, the following: Vikram, Just some comments I came across below. From: linux-omap-ow...@vger.kernel.org [linux-omap-ow...@vger.kernel.org] On Behalf

RE: Do defconfigs work for 2.6.32-rc5 mainline kernels?

2009-11-02 Thread Aguirre Rodriguez, Sergio Alberto
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Tim Bird Sent: Monday, November 02, 2009 12:21 PM To: Bill Gatliff Cc: linux-omap@vger.kernel.org Subject: Re: Do defconfigs work for 2.6.32-rc5 mainline kernels?

[RFC][PATCH] ARM: omap3430sdp: Enable Linux Regulator framework

2009-11-04 Thread Aguirre Rodriguez, Sergio Alberto
From: Sergio Aguirre saagui...@ti.com Some drivers have dependencies on this, and therefore should be enabled. Signed-off-by: Sergio Aguirre saagui...@ti.com --- arch/arm/configs/omap_3430sdp_defconfig |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git

[PATCH][OMAPZOOM]OMAP3ISP: Remove double mutex unlock

2008-11-18 Thread Aguirre Rodriguez, Sergio Alberto
From: Sergio Aguirre [EMAIL PROTECTED] OMAP3ISP: Remove double mutex unlock This patch removes a double mutex_unlock possibility on errors in vidioc_default. Signed-off-by: Sergio Aguirre [EMAIL PROTECTED] --- drivers/media/video/omap34xxcam.c |1 - 1 file changed, 1 deletion(-) Index:

RE: [PATCH] Add OMAP2 camera driver

2008-12-04 Thread Aguirre Rodriguez, Sergio Alberto
Sakari Ailus wrote: ext Hiremath, Vaibhav wrote: OMAP3 - Display - (Posted twice with old DSS library) - omap_vout.c - omap_voutlib.c - omap_voutlib.h - omap_voutdef.h Camera - (Will come soon) - omap34xxcam.c

[REVIEW PATCH 00/14] OMAP3 camera + ISP + MT9P012 sensor driver

2008-12-11 Thread Aguirre Rodriguez, Sergio Alberto
Hi, I'm sending the following patchset for review to the relevant lists (linux-omap and v4l). Includes: - Omap3 camera core + ISP drivers. - Preview and Resizer Wrappers for Memory to Memory operation of the ISP. - MT9P012 sensor driver (adapted to 3430SDP) - DW9710 lens driver () -

[REVIEW PATCH 01/14] V4L: Int if: Dummy slave

2008-12-11 Thread Aguirre Rodriguez, Sergio Alberto
From d6e52dcc4ec93dcca3218763ccf21fd1bea08d55 Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Thu, 11 Dec 2008 13:35:52 -0600 Subject: [PATCH] V4L: Int if: Dummy slave This patch implements a dummy slave that has no functionality. Helps managing slaves in the OMAP 3 camera

[REVIEW PATCH 02/14] v4l2-int-device: add support for VIDIOC_QUERYMENU

2008-12-11 Thread Aguirre Rodriguez, Sergio Alberto
From c955d61fe2481f0884f8f3406374cd70deef3b70 Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Thu, 11 Dec 2008 13:35:51 -0600 Subject: [PATCH] v4l2-int-device: add support for VIDIOC_QUERYMENU Signed-off-by: Tuukka Toivonen tuukka.o.toivo...@nokia.com ---

[REVIEW PATCH 13/14] OMAP: CAM: Add Lens Driver

2008-12-11 Thread Aguirre Rodriguez, Sergio Alberto
From 1341b74f5a90e4aa079a4fcb4fe2127ff344cce7 Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Thu, 11 Dec 2008 13:35:46 -0600 Subject: [PATCH] OMAP: CAM: Add Lens Driver This adds the DW9710 Lens driver Signed-off-by: Sergio Aguirre saagui...@ti.com ---

[REVIEW PATCH 09/14] OMAP: CAM: Add ISP gain tables

2008-12-11 Thread Aguirre Rodriguez, Sergio Alberto
From eb1dba075c262d2aa1e066e0030525c2056a81bf Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Thu, 11 Dec 2008 13:35:48 -0600 Subject: [PATCH] OMAP: CAM: Add ISP gain tables This adds the OMAP ISP gain tables. Includes: * Blue Gamma gain table * CFA gain table * Green Gamma

[REVIEW PATCH 14/14] OMAP34XX: CAM: Add Sensors Support

2008-12-11 Thread Aguirre Rodriguez, Sergio Alberto
From 4fa46d05b1ecb83ccf2dd1c158ecba70dafc5888 Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Thu, 11 Dec 2008 13:42:51 -0600 Subject: [PATCH] OMAP34XX: CAM: Add Sensors Support This adds support in OMAP34xx SDP board file for Sensor and Lens driver. Signed-off-by: Sergio

Calling an I2C camera sensor with SMBUS API?

2008-12-11 Thread Aguirre Rodriguez, Sergio Alberto
Hi, Some days back, Vaibhav Hiremat submitted patches for an I2C chip, and somebody (I think David Brownell) suggested to use SMBUS API instead of manually constructing i2c messages and sending using i2c_transfer API. So I attempted to do the same for a camera sensor I've been working on. But

RE: Calling an I2C camera sensor with SMBUS API?

2008-12-11 Thread Aguirre Rodriguez, Sergio Alberto
From: David Brownell [mailto:davi...@pacbell.net] On Thursday 11 December 2008, Aguirre Rodriguez, Sergio Alberto wrote: But one thing I noticed is that my sensor needs to access 16-bit register addresses in the device, and I saw in SMBUS spec 2.0 that the equivalent thing (SMBUS commands

[RESEND REVIEW PATCH 00/14] OMAP3 camera + ISP + MT9P012 sensor driver (tarball)

2008-12-12 Thread Aguirre Rodriguez, Sergio Alberto
-o_cam_patches_2008_12_11_clean.tar.bz2 I really appreciate your time doing this. Regards, Sergio -Original Message- From: video4linux-list-boun...@redhat.com [mailto:video4linux-list-boun...@redhat.com] On Behalf Of Aguirre Rodriguez, Sergio Alberto Sent: Thursday, December 11, 2008 2:38 PM To: linux-omap@vger.kernel.org

RE: [REVIEW PATCH 14/14] OMAP34XX: CAM: Add Sensors Support

2008-12-15 Thread Aguirre Rodriguez, Sergio Alberto
From: Tony Lindgren [mailto:t...@atomide.com] * Aguirre Rodriguez, Sergio Alberto saagui...@ti.com [081211 12:44]: + case V4L2_POWER_OFF: + /* Power Down Sequence */ +#ifdef CONFIG_TWL4030_CORE + twl4030_i2c_write_u8(TWL4030_MODULE_PM_RECEIVER

RE: [REVIEW PATCH 14/14] OMAP34XX: CAM: Add Sensors Support

2008-12-16 Thread Aguirre Rodriguez, Sergio Alberto
From: Tony Lindgren [mailto:t...@atomide.com] * Aguirre Rodriguez, Sergio Alberto saagui...@ti.com [081215 09:02]: From: Tony Lindgren [mailto:t...@atomide.com] * Aguirre Rodriguez, Sergio Alberto saagui...@ti.com [081211 12:44]: + case V4L2_POWER_OFF

RE: [REVIEW PATCH 14/14] OMAP34XX: CAM: Add Sensors Support

2008-12-16 Thread Aguirre Rodriguez, Sergio Alberto
From: Tony Lindgren [mailto:t...@atomide.com] * Aguirre Rodriguez, Sergio Alberto saagui...@ti.com [081215 09:02]: From: Tony Lindgren [mailto:t...@atomide.com] * Aguirre Rodriguez, Sergio Alberto saagui...@ti.com [081211 12:44]: + case V4L2_POWER_OFF

RE: [REVIEW PATCH 13/14] OMAP: CAM: Add Lens Driver

2008-12-16 Thread Aguirre Rodriguez, Sergio Alberto
From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Alexey Klimov Sent: Friday, December 12, 2008 12:03 AM On Thu, Dec 11, 2008 at 11:38 PM, Aguirre Rodriguez, Sergio Alberto saagui...@ti.com wrote: From 1341b74f5a90e4aa079a4fcb4fe2127ff344cce7

[OMAPZOOM][PATCH 0/7] Camera syncup with TI internal tree fixes

2009-01-06 Thread Aguirre Rodriguez, Sergio Alberto
Hi, The following patchset is for syncing up latest omapzoom tree with most of TI internal fixes to the camera driver code. They basically change OMAP3ISP and TI 3430SDP test sensors code (MT9P012 + DW9710). Regards, Sergio -- To unsubscribe from this list: send the line unsubscribe

[OMAPZOOM][PATCH 1/7] OMAP3ISP: Preview: Abstraction layer updates

2009-01-06 Thread Aguirre Rodriguez, Sergio Alberto
From 9e13b28b32bd793f042d431d41541262a491e891 Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Tue, 6 Jan 2009 14:19:08 -0600 Subject: [PATCH] OMAP3ISP: Preview: Abstraction layer updates This patch fixes abstraction layer updates on stream off state. Signed-off-by: Sergio

[OMAPZOOM][PATCH 2/7] OMAP3ISP: Check asignment on vbq before unmapping

2009-01-06 Thread Aguirre Rodriguez, Sergio Alberto
From 3303ee708f205b5441ca92f4628c195877fbc074 Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Tue, 6 Jan 2009 14:17:35 -0600 Subject: [PATCH] OMAP3ISP: Check asignment on vbq before unmapping This avoids the possible failure when a vbq_release is called when no buffer has

[OMAPZOOM][PATCH 5/7] MT9P012: QVGA 30fps issue fix

2009-01-06 Thread Aguirre Rodriguez, Sergio Alberto
From 346441c2b0ba1fbcc14b3e0a799919ee9b831d07 Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Tue, 6 Jan 2009 14:17:34 -0600 Subject: [PATCH] MT9P012: QVGA 30fps issue fix This patch will avoid the black band seen during the QVGA 30 fps streaming and also improves the image

[OMAPZOOM][PATCH 6/7] OMAP3: CAM: Lens position fix

2009-01-06 Thread Aguirre Rodriguez, Sergio Alberto
From 21157b257c091404b34b97fc08299c5009c86238 Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Tue, 6 Jan 2009 14:17:34 -0600 Subject: [PATCH] OMAP3: CAM: Lens position fix This change is to set the default value of the lens as INFINITE position and set it each time the camera

[OMAPZOOM][PATCH] OMAP3: PM: SRAM: Fixes build without TI PM enabled

2009-01-06 Thread Aguirre Rodriguez, Sergio Alberto
From cdc02ee36ce8da385b857575be3ad369a063bf8c Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Tue, 6 Jan 2009 18:53:13 -0600 Subject: [PATCH] OMAP3: PM: SRAM: Fixes build without TI PM enabled This fixes build without TI PM on omapzoom tree, as symbols sram_reprogram_gpmc and

[OMAPZOOM][PATCH 1/2] OMAP3ISP: Preview fix

2009-01-06 Thread Aguirre Rodriguez, Sergio Alberto
From 921b5d496d87c7f44d13be2c0efff72a3276f9c8 Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Tue, 6 Jan 2009 17:34:14 -0600 Subject: [PATCH] OMAP3ISP: Preview fix This is for Syncup from TI internal tree, as this seems to look better on SDP for both MT9P012 and OV3640

[OMAPZOOM][PATCH 2/2] OMAP3: CAM: PM: Set VPP constraints

2009-01-06 Thread Aguirre Rodriguez, Sergio Alberto
From 5d1e1906aa378df94e5934b34f310a94edea7cd4 Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Tue, 6 Jan 2009 18:43:41 -0600 Subject: [PATCH] OMAP3: CAM: PM: Set VPP constraints This patch is for making camera work as expected when TI PM is enabled. Signed-off-by: Sergio

[OMAPZOOM][PATCH v2 0/2] Some more camera syncup patches

2009-01-07 Thread Aguirre Rodriguez, Sergio Alberto
Hi, These 2 patches also syncs up some other features added previously on TI internal tree: - Preview settings fix: this fixes some gains in order to obtain a much better image in OV sensor. (Same as v1) - Set VPP constraints: This is needes when TI PM is enabled, as this ensures proper

[OMAPZOOM][PATCH v2 2/2] OMAP3: CAM: PM: Set VPP constraints

2009-01-07 Thread Aguirre Rodriguez, Sergio Alberto
From 4b5990f22778c428b17b3b3675676d22eb0b857b Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Wed, 7 Jan 2009 17:08:53 -0600 Subject: [PATCH] OMAP3: CAM: PM: Set VPP constraints This patch is for making camera work as expected when TI PM is enabled. Signed-off-by: Sergio

RE: [REVIEW PATCH 08/14] OMAP: CAM: Add ISP Core

2009-01-12 Thread Aguirre Rodriguez, Sergio Alberto
Hi, From: Hans Verkuil [mailto:hverk...@xs4all.nl] snip + { + .id = V4L2_CID_PRIVATE_ISP_COLOR_FX, + .type = V4L2_CTRL_TYPE_INTEGER, + .name = Color Effects, What does this do? It definitely looks like

[REVIEW PATCH 00/14] OMAP3 camera + ISP + MT9P012 sensor driver v2

2009-01-12 Thread Aguirre Rodriguez, Sergio Alberto
Hi, I'm sending the following patchset for review to the relevant lists (linux-omap, v4l, linux-media). Includes: - Omap3 camera core + ISP drivers. - MT9P012 sensor driver (adapted to 3430SDP) - DW9710 lens driver (adapted to work with MT9P012 for SDP) - Necessary v4l2-int-device changes

[REVIEW PATCH 01/14] V4L: Int if: Dummy slave

2009-01-12 Thread Aguirre Rodriguez, Sergio Alberto
This patch implements a dummy slave that has no functionality. Helps managing slaves in the OMAP 3 camera driver; no need to check for NULL pointers. Signed-off-by: Sakari Ailus sakari.ai...@nokia.com Signed-off-by: Sergio Aguirre saagui...@ti.com --- drivers/media/video/v4l2-int-device.c | 19

[REVIEW PATCH 02/14] v4l2-int-device: add support for VIDIOC_QUERYMENU

2009-01-12 Thread Aguirre Rodriguez, Sergio Alberto
Signed-off-by: Tuukka Toivonen tuukka.o.toivo...@nokia.com Signed-off-by: Sergio Aguirre saagui...@ti.com --- include/media/v4l2-int-device.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/media/v4l2-int-device.h b/include/media/v4l2-int-device.h index

[REVIEW PATCH 03/14] OMAP34XX: CAM: Resources fixes

2009-01-12 Thread Aguirre Rodriguez, Sergio Alberto
This patch reassigns resources of a omap3isp platform device, which is more adequate than the older one. This is needed for using __raw_[readl,writel] calls after ioremapping the specified platform resources in ISP driver. Signed-off-by: Sergio Aguirre saagui...@ti.com ---

[REVIEW PATCH 10/14] OMAP: CAM: Add ISP gain tables

2009-01-12 Thread Aguirre Rodriguez, Sergio Alberto
This adds the OMAP ISP gain tables. Includes: * Blue Gamma gain table * CFA gain table * Green Gamma gain table * Luma Enhancement gain table * Noise filter gain table * Red Gamma gain table Signed-off-by: Sergio Aguirre saagui...@ti.com --- drivers/media/video/isp/bluegamma_table.h| 1040

[REVIEW PATCH 13/14] OMAP: CAM: Add DW9710 Lens Driver

2009-01-12 Thread Aguirre Rodriguez, Sergio Alberto
This adds the DW9710 Lens driver Signed-off-by: Sergio Aguirre saagui...@ti.com --- drivers/media/video/Kconfig |8 + drivers/media/video/Makefile |1 + drivers/media/video/dw9710.c | 548 + drivers/media/video/dw9710_priv.h | 57

[REVIEW PATCH 14/14] OMAP34XX: CAM: Add Sensors Support

2009-01-12 Thread Aguirre Rodriguez, Sergio Alberto
This adds support in OMAP34xx SDP board file for MT9P012 Sensor and DW9710 Lens driver. Signed-off-by: Sergio Aguirre saagui...@ti.com --- arch/arm/mach-omap2/board-3430sdp.c | 319 ++- 1 files changed, 318 insertions(+), 1 deletions(-) diff --git

RE: [REVIEW PATCH 00/14] OMAP3 camera + ISP + MT9P012 sensor driver v2

2009-01-12 Thread Aguirre Rodriguez, Sergio Alberto
be more easier that the OV3640 sensor gets accepted after that. Thanks for the interest. Regards, Sergio -Original Message- From: stanley.miao [mailto:stanley.m...@windriver.com] Sent: Monday, January 12, 2009 8:31 PM To: Aguirre Rodriguez, Sergio Alberto Cc: linux-omap

[OMAPZOOM][PATCH 2/2] OMAP3: CAM: Make MT9P012 DW9710 OV3640 depend on OMAP3

2009-01-13 Thread Aguirre Rodriguez, Sergio Alberto
From da51df52f8b583e5060963941810fa9f6d3feedd Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Tue, 13 Jan 2009 10:53:34 -0600 Subject: [PATCH 2/2] OMAP3: CAM: Make MT9P012 DW9710 OV3640 depend on OMAP3 This patch adds dependency on sensor drivers to work only when omap3

Patch series in Tarball submitted (RE: [REVIEW PATCH 00/14] OMAP3 camera + ISP + MT9P012 sensor driver v2)

2009-01-13 Thread Aguirre Rodriguez, Sergio Alberto
[mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Aguirre Rodriguez, Sergio Alberto Sent: Monday, January 12, 2009 8:03 PM To: linux-omap@vger.kernel.org Cc: linux-me...@vger.kernel.org; video4linux-l...@redhat.com; Sakari Ailus; Tuukka.O Toivonen; Nagalla, Hari Subject: [REVIEW PATCH 00

RE: [REVIEW PATCH 04/14] OMAP: CAM: Add ISP user header and register defs

2009-01-14 Thread Aguirre Rodriguez, Sergio Alberto
-Original Message- From: Mauro Carvalho Chehab [mailto:mche...@infradead.org] Sent: Tuesday, January 13, 2009 2:42 PM To: Aguirre Rodriguez, Sergio Alberto Cc: linux-omap@vger.kernel.org; linux-me...@vger.kernel.org; video4linux- l...@redhat.com; Sakari Ailus; Tuukka.O Toivonen

[OMAPZOOM][PATCH] OMAP3ISP: Fix lsc_initialized flag setting

2009-01-16 Thread Aguirre Rodriguez, Sergio Alberto
From 551a60b7f66bdf314702062214345464679e6481 Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Fri, 16 Jan 2009 16:17:07 -0600 Subject: [PATCH] OMAP3ISP: Fix lsc_initialized flag setting This patch fixes an incorrect clearing of the lsc_initialized flag, so when loading an

RE: [PATCH] DSPBRIDGE Memory leak when dynbase is loaded

2009-01-19 Thread Aguirre Rodriguez, Sergio Alberto
Hi, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Ramirez Luna, Omar Sent: Monday, January 19, 2009 11:00 AM To: Pandita, Vikram; Hiroshi DOYU Cc: linux-omap@vger.kernel.org; Kanigeri, Hari; Gupta, Ramesh Subject:

Fix for Zero sized arch/arm/mach-integrator/clock.h on distclean

2009-01-26 Thread Aguirre Rodriguez, Sergio Alberto
Hi Tony, I noticed that when doing distclean on the tree, I keep receiving a changed file when I request a distclean: saagui...@x0091359-linux:~/linux-omap-2.6$ git status # On branch camera-submit-6-nokiafixes # Changed but not updated: # (use git add/rm file... to update what will be

RE: Exclusive use of OMAP3 TI ISP Resizer

2009-02-03 Thread Aguirre Rodriguez, Sergio Alberto
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of iqbal shareef Sent: Tuesday, February 03, 2009 9:07 AM To: linux-omap@vger.kernel.org Subject: Exclusive use of OMAP3 TI ISP Resizer Hi Current TI ISP

RE: [OMAPZOOM][PATCH] Testing for TWL4030 in board file change.

2009-02-17 Thread Aguirre Rodriguez, Sergio Alberto
-Original Message- From: Nishanth Menon [mailto:menon.nisha...@gmail.com] Sent: Tuesday, February 17, 2009 9:33 AM To: Curran, Dominic Cc: linux-omap; Aguirre Rodriguez, Sergio Alberto Subject: Re: [OMAPZOOM][PATCH] Testing for TWL4030 in board file change. Curran, Dominic said

RE: [OMAPZOOM][PATCH] Testing for TWL4030 in board file change.

2009-02-17 Thread Aguirre Rodriguez, Sergio Alberto
-Original Message- From: Nishanth Menon [mailto:menon.nisha...@gmail.com] Sent: Tuesday, February 17, 2009 10:53 AM To: Aguirre Rodriguez, Sergio Alberto Cc: Curran, Dominic; linux-omap Subject: Re: [OMAPZOOM][PATCH] Testing for TWL4030 in board file change. On Tue, Feb 17, 2009

RE: [OMAPZOOM] ISP: Fix indexing bug in csi2 module.

2009-02-19 Thread Aguirre Rodriguez, Sergio Alberto
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Curran, Dominic Sent: Thursday, February 19, 2009 10:42 AM To: linux-omap Subject: [OMAPZOOM] ISP: Fix indexing bug in csi2 module. From: Dominic Curran

RE: Fix for Zero sized arch/arm/mach-integrator/clock.h on distclean

2009-02-20 Thread Aguirre Rodriguez, Sergio Alberto
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Friday, February 20, 2009 10:18 AM To: Aguirre Rodriguez, Sergio Alberto Cc: linux-omap@vger.kernel.org Subject: Re: Fix for Zero sized arch/arm

[PATCH 0/2] OMAP3430SDP: Fix checkpatch.pl warnings

2009-02-25 Thread Aguirre Rodriguez, Sergio Alberto
From bd4df7db454add3f679456a1e7f4c814f297cc71 Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Wed, 25 Feb 2009 16:01:04 -0600 Subject: [PATCH 0/2] OMAP3430SDP: Fix checkpatch.pl warnings This 2 small patches fixes 3 warnings seen when running checkpatch.pl script on latest

[PATCH 1/2] OMAP3430SDP: Remove unneded extern line

2009-02-25 Thread Aguirre Rodriguez, Sergio Alberto
From 9ec9fef55a7fbfc9f813a521bed6158db1aad46f Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Wed, 25 Feb 2009 15:26:35 -0600 Subject: [PATCH 1/2] OMAP3430SDP: Remove unneded extern line This patch removes a duplicate extern on board-3430sdp.c file, as it is present already

[PATCH 2/2] OMAP3430SDP: Get rid of checkpatch.pl warnings with includes

2009-02-25 Thread Aguirre Rodriguez, Sergio Alberto
From bd4df7db454add3f679456a1e7f4c814f297cc71 Mon Sep 17 00:00:00 2001 From: Sergio Aguirre saagui...@ti.com Date: Wed, 25 Feb 2009 15:55:56 -0600 Subject: [PATCH 2/2] OMAP3430SDP: Get rid of checkpatch.pl warnings with includes Signed-off-by: Sergio Aguirre saagui...@ti.com ---

[RFC 0/5] Sensor drivers for OMAP3430SDP and LDP camera

2009-03-03 Thread Aguirre Rodriguez, Sergio Alberto
This patch series depends on the following patches: - Add TWL4030 registers, posted by Tuukka Toivonen on March 2nd. - OMAP3 ISP and camera drivers patch series, posted by Sakari Ailus on March 3rd. (Please follow his instructions to pull from gitorious.org server) This has been tested

[PATCH 2/5] DW9710: Add driver

2009-03-03 Thread Aguirre Rodriguez, Sergio Alberto
This driver has been currently being tested with OMAP3430SDP platform, working on top of MT9P012 sensor. Signed-off-by: Sergio Aguirre saagui...@ti.com --- drivers/media/video/Kconfig |8 + drivers/media/video/Makefile |1 + drivers/media/video/dw9710.c | 548

[PATCH 5/5] LDP: Add support for built-in camera

2009-03-03 Thread Aguirre Rodriguez, Sergio Alberto
This patch adds support for the LDP builtin camera sensor: - Primary sensor (/dev/video4): OV3640 (CSI2). It introduces also a new file for storing all camera sensors board specific related functions, like other platforms do (N800 for example). Signed-off-by: Sergio Aguirre saagui...@ti.com ---

RE: [RFC 0/5] Sensor drivers for OMAP3430SDP and LDP camera

2009-03-03 Thread Aguirre Rodriguez, Sergio Alberto
Adding links for easier reference to required patches: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Aguirre Rodriguez, Sergio Alberto Sent: Tuesday, March 03, 2009 2:44 PM To: linux-me...@vger.kernel.org; linux-omap

RE: [RFC 0/5] Sensor drivers for OMAP3430SDP and LDP camera

2009-03-03 Thread Aguirre Rodriguez, Sergio Alberto
-Original Message- From: Hans Verkuil [mailto:hverk...@xs4all.nl] Sent: Tuesday, March 03, 2009 4:47 PM To: Aguirre Rodriguez, Sergio Alberto Cc: linux-me...@vger.kernel.org; linux-omap@vger.kernel.org; Sakari Ailus; Tuukka.O Toivonen; Hiroshi DOYU; DongSoo(Nathaniel) Kim

RE: [RFC 0/5] Sensor drivers for OMAP3430SDP and LDP camera

2009-03-03 Thread Aguirre Rodriguez, Sergio Alberto
-Original Message- From: stanley.miao [mailto:stanley.m...@windriver.com] Sent: Tuesday, March 03, 2009 11:43 PM To: Aguirre Rodriguez, Sergio Alberto Cc: linux-me...@vger.kernel.org; linux-omap@vger.kernel.org; Sakari Ailus; Tuukka.O Toivonen; Hiroshi DOYU; DongSoo(Nathaniel) Kim

RE: [RFC 0/5] Sensor drivers for OMAP3430SDP and LDP camera

2009-03-04 Thread Aguirre Rodriguez, Sergio Alberto
From: stanley.miao [mailto:stanley.m...@windriver.com] Aguirre Rodriguez, Sergio Alberto wrote: This patch series depends on the following patches: - Add TWL4030 registers, posted by Tuukka Toivonen on March 2nd. - OMAP3 ISP and camera drivers patch series, posted by Sakari

RE: [REVIEW PATCH 11/14] OMAP34XXCAM: Add driver

2009-03-04 Thread Aguirre Rodriguez, Sergio Alberto
-Original Message- From: Hans Verkuil [mailto:hverk...@xs4all.nl] Sent: Wednesday, March 04, 2009 3:06 PM To: sakari.ai...@maxwell.research.nokia.com Cc: DongSoo(Nathaniel) Kim; Hiremath, Vaibhav; Toivonen Tuukka.O (Nokia- D/Oulu); Aguirre Rodriguez, Sergio Alberto; linux-omap

RE: [PATCH 5/5] LDP: Add support for built-in camera

2009-03-04 Thread Aguirre Rodriguez, Sergio Alberto
From: Curran, Dominic -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Aguirre Rodriguez, Sergio Alberto Sent: Tuesday, March 03, 2009 2:44 PM To: linux-me...@vger.kernel.org; linux-omap@vger.kernel.org Cc

RE: [REVIEW PATCH 11/14] OMAP34XXCAM: Add driver

2009-03-04 Thread Aguirre Rodriguez, Sergio Alberto
-Original Message- From: Hans Verkuil [mailto:hverk...@xs4all.nl] Sent: Wednesday, March 04, 2009 4:45 PM To: Aguirre Rodriguez, Sergio Alberto Cc: sakari.ai...@maxwell.research.nokia.com; DongSoo(Nathaniel) Kim; Hiremath, Vaibhav; Toivonen Tuukka.O (Nokia-D/Oulu); linux- o

RE: [RFC 0/5] Sensor drivers for OMAP3430SDP and LDP camera

2009-03-04 Thread Aguirre Rodriguez, Sergio Alberto
-Original Message- From: David Brownell [mailto:davi...@pacbell.net] Sent: Tuesday, March 03, 2009 5:56 PM To: Aguirre Rodriguez, Sergio Alberto Cc: linux-me...@vger.kernel.org; linux-omap@vger.kernel.org; Sakari Ailus; Tuukka.O Toivonen; Hiroshi DOYU; DongSoo(Nathaniel) Kim

RE: [PATCH 1/5] MT9P012: Add driver

2009-03-09 Thread Aguirre Rodriguez, Sergio Alberto
Hi Felipe, Sorry for the delay replying this... Find my responses below. -Original Message- From: Felipe Balbi [mailto:felipe.ba...@nokia.com] Sent: Wednesday, March 04, 2009 5:31 AM To: Aguirre Rodriguez, Sergio Alberto Cc: linux-me...@vger.kernel.org; linux-omap@vger.kernel.org

RE: [PATCH 3/5] OV3640: Add driver

2009-03-09 Thread Aguirre Rodriguez, Sergio Alberto
Hi Alexey, -Original Message- From: Alexey Klimov [mailto:klimov.li...@gmail.com] snip --- /dev/null +++ b/drivers/media/video/ov3640.c @@ -0,0 +1,2202 @@ +/* + * drivers/media/video/ov3640.c + * + * ov3640 sensor driver + * + * + * Copyright (C) 2008 Texas

RE: [PATCH 3/5] OV3640: Add driver

2009-03-09 Thread Aguirre Rodriguez, Sergio Alberto
-Original Message- From: Trent Piepho [mailto:xy...@speakeasy.org] Sent: Wednesday, March 04, 2009 7:42 PM To: Aguirre Rodriguez, Sergio Alberto Cc: linux-me...@vger.kernel.org; linux-omap@vger.kernel.org; Sakari Ailus; Tuukka.O Toivonen; Hiroshi DOYU; DongSoo(Nathaniel) Kim

RE: [PATCH 4/5] OMAP3430SDP: Add support for Camera Kit v3

2009-03-09 Thread Aguirre Rodriguez, Sergio Alberto
Hi, -Original Message- From: Alexey Klimov [mailto:klimov.li...@gmail.com] Sent: Saturday, March 07, 2009 9:42 AM To: DongSoo(Nathaniel) Kim Cc: Curran, Dominic; Aguirre Rodriguez, Sergio Alberto; linux- me...@vger.kernel.org; linux-omap@vger.kernel.org; Sakari Ailus; Tuukka.O

[PATCH 1/15] OMAP3 camera driver: V4L2: Adding IOCTL command to get slave private data.

2008-08-29 Thread Aguirre Rodriguez, Sergio Alberto
From 0be1009427e55115058bfe72521a2a2811a976e8 Mon Sep 17 00:00:00 2001 From: Sakari Ailus [EMAIL PROTECTED] Date: Tue, 15 Apr 2008 10:35:15 +0300 Subject: [PATCH] Adding IOCTL command to get slave private data. Signed-off-by: Sakari Ailus [EMAIL PROTECTED] --- include/media/v4l2-int-device.h |

[PATCH 2/15] OMAP3 camera driver: V4L2: Adding internal IOCTLs for crop.

2008-08-29 Thread Aguirre Rodriguez, Sergio Alberto
From: Sameer Venkatraman [EMAIL PROTECTED] V4L2: Adding internal IOCTLs for crop. Adding internal IOCTLs for crop. Signed-off-by: Sameer Venkatraman [EMAIL PROTECTED] Signed-off-by: Mohit Jalori [EMAIL PROTECTED] --- include/media/v4l2-int-device.h |6 ++ 1 file changed, 6

[PATCH 3/15] OMAP3 camera driver: V4L2: Add 10-bit RAW Bayer format

2008-08-29 Thread Aguirre Rodriguez, Sergio Alberto
From: Sergio Aguirre [EMAIL PROTECTED] Subject: OMAP: CAMERA: Add 10-bit RAW Bayer format Adding 10-bit RAW Bayer format, and also compressed to 8 bits version. Signed-off-by: Sergio Aguirre [EMAIL PROTECTED] --- include/linux/videodev2.h |2 ++ 1 file changed, 2 insertions(+) Index:

[PATCH 4/15] OMAP3 camera driver: V4L2: Add VIDIOC_G_PRIV_MEM

2008-08-29 Thread Aguirre Rodriguez, Sergio Alberto
From: Sakari Ailus [EMAIL PROTECTED] Subject: [PATCH] V4L: Add VIDIOC_G_PRIV_MEM Some devices, for example image sensors, contain settings in their EEPROM memory that are useful to userspace programs. VIDIOC_G_PRIV_MEM can be used to read those settings. This patch adds also the corresponding

[PATCH 5/15] OMAP3 camera driver: V4L2: Int if: define new power states

2008-08-29 Thread Aguirre Rodriguez, Sergio Alberto
From e2277399f9a46a2c6dbe7aacf072d0b9a457dbff Mon Sep 17 00:00:00 2001 From: Sakari Ailus [EMAIL PROTECTED] Date: Thu, 8 May 2008 19:29:19 +0300 Subject: [PATCH] V4L: Int if: define new power states Signed-off-by: Sakari Ailus [EMAIL PROTECTED] --- include/media/v4l2-int-device.h | 11

[PATCH 6/15] OMAP3 camera driver: V4L2: Allowing device initialization anywhere.

2008-08-29 Thread Aguirre Rodriguez, Sergio Alberto
Signed-off-by: Sakari Ailus [EMAIL PROTECTED] --- drivers/media/video/v4l2-int-device.c |3 ++- include/media/v4l2-int-device.h |2 ++ 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/v4l2-int-device.c b/drivers/media/video/v4l2-int-device.c index

[PATCH 7/15] OMAP3 camera driver: V4L2: Export symbols to ease building as modules.

2008-08-29 Thread Aguirre Rodriguez, Sergio Alberto
Signed-off-by: Sakari Ailus [EMAIL PROTECTED] --- drivers/media/video/v4l2-int-device.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/v4l2-int-device.c b/drivers/media/video/v4l2-int-device.c index 45086ea..a935bae 100644 ---

[PATCH 8/15] OMAP3 camera driver: V4L2: Int if: Add enumeration ioctls.

2008-08-29 Thread Aguirre Rodriguez, Sergio Alberto
Signed-off-by: Sakari Ailus [EMAIL PROTECTED] --- include/media/v4l2-int-device.h |4 1 files changed, 4 insertions(+), 0 deletions(-) Index: linux-omap-2.6/include/media/v4l2-int-device.h === ---

[PATCH 14/15] OMAP3 camera driver: OMAP34XXCAM: Camera Base Address.

2008-08-29 Thread Aguirre Rodriguez, Sergio Alberto
From: Sergio Aguirre [EMAIL PROTECTED] ARM: OMAP: OMAP34XXCAM: Camera Base Address. Adding OMAP 3 Camera registers base address, and Platform Device. Signed-off-by: Sergio Aguirre [EMAIL PROTECTED] Signed-off-by: Sameer Venkatraman [EMAIL PROTECTED] Signed-off-by: Mohit Jalori [EMAIL PROTECTED]

[PATCH 15/15] OMAP3 camera driver: OMAP34XXCAM: Add Sensors Support.

2008-08-29 Thread Aguirre Rodriguez, Sergio Alberto
From: Sergio Aguirre [EMAIL PROTECTED] OMAP34XX: CAM: Add Sensors Support This adds support in OMAP34xx SDP board file for Sensor and Lens driver. Signed-off-by: Sergio Aguirre [EMAIL PROTECTED] --- arch/arm/mach-omap2/board-3430sdp.c | 228 1 file

[RESEND][Review Request] Adding csi2_fck declaration to clock34xx.h

2008-09-02 Thread Aguirre Rodriguez, Sergio Alberto
From: Sergio Aguirre [EMAIL PROTECTED] ARM: OMAP: Add CSI2 clock struct for handling it with clock API. Add CSI2 clock struct for handling it with clock API when TI PM is disabled. Signed-off-by: Sergio Aguirre [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock34xx.h | 12

RE: [RESEND][Review Request] Adding csi2_fck declaration to clock34xx.h

2008-09-02 Thread Aguirre Rodriguez, Sergio Alberto
to be critical to look aligned... :/ Thanks for your time. Regards, Sergio -Original Message- From: Felipe Balbi [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2008 5:38 PM To: Aguirre Rodriguez, Sergio Alberto Cc: Paul Walmsley; linux-omap@vger.kernel.org Subject: Re: [RESEND

[RESEND 2][Review Request] Adding csi2_fck declaration to clock34xx.h

2008-09-02 Thread Aguirre Rodriguez, Sergio Alberto
From: Sergio Aguirre [EMAIL PROTECTED] ARM: OMAP: Add CSI2 clock struct for handling it with clock API. Add CSI2 clock struct for handling it with clock API when TI PM is disabled. Signed-off-by: Sergio Aguirre [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock34xx.h | 14 ++

[RESEND 3][PATCH] Adding csi2_fck declaration to clock34xx.h

2008-09-03 Thread Aguirre Rodriguez, Sergio Alberto
From: Sergio Aguirre [EMAIL PROTECTED] ARM: OMAP: Add CSI2 clock struct for handling it with clock API. Add CSI2 clock struct for handling it with clock API when TI PM is disabled. Signed-off-by: Sergio Aguirre [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock34xx.h | 12

RE: [RESEND 2][Review Request] Adding csi2_fck declaration to clock34xx.h

2008-09-03 Thread Aguirre Rodriguez, Sergio Alberto
, 2008 10:23 AM To: Aguirre Rodriguez, Sergio Alberto Cc: linux-omap@vger.kernel.org; Aguirre Rodriguez, Sergio Alberto Subject: Re: [RESEND 2][Review Request] Adding csi2_fck declaration to clock34xx.h Hello Sergio, On Tue, 2 Sep 2008, Aguirre Rodriguez, Sergio Alberto wrote: From: Sergio

RE: Working with Linux-Omap GIT Tree

2008-09-04 Thread Aguirre Rodriguez, Sergio Alberto
] Sent: Thursday, September 04, 2008 1:51 PM To: Aguirre Rodriguez, Sergio Alberto Cc: linux-omap@vger.kernel.org Subject: Re: Working with Linux-Omap GIT Tree On Thu, Sep 4, 2008 at 2:44 PM, Aguirre Rodriguez, Sergio Alberto [EMAIL PROTECTED] wrote: Hi Ashwin, The folder you're looking for has been

cam_mclk clock not responding properly in OMAP3430

2008-09-04 Thread Aguirre Rodriguez, Sergio Alberto
Hi Paul, I'm working on camera implementation, and I want to debug why the cam_mclk clock is returning me a count exceeded message, although seems to be properly taken. (i.e. MT9P012 + ISP sensor works fine) I'm having this message when trying to acquire it: Clock cam_mclk didn't enable in

RE: [PATCH 1/15] OMAP3 camera driver: V4L2: Adding IOCTL command to get slave private data.

2008-09-05 Thread Aguirre Rodriguez, Sergio Alberto
) in the camkit. I'm expecting to test it aswell on Zoom (LDP) after that. Thanks for your interest and time. Regards, Sergio -Original Message- From: Zou Tao [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2008 8:37 AM To: Aguirre Rodriguez, Sergio Alberto Cc: linux-omap@vger.kernel.org

RE: cam_mclk clock not responding properly in OMAP3430

2008-09-05 Thread Aguirre Rodriguez, Sergio Alberto
Hi Paul, I confirm that the patch solved the issue. Thanks for your support. Regards, Sergio -Original Message- From: Paul Walmsley [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2008 12:07 AM To: Aguirre Rodriguez, Sergio Alberto Cc: linux-omap@vger.kernel.org Subject: Re

RE: [PATCH 15/15] OMAP3 camera driver: OMAP34XXCAM: Add Sensors Support.

2008-09-11 Thread Aguirre Rodriguez, Sergio Alberto
, Sergio Alberto Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH 15/15] OMAP3 camera driver: OMAP34XXCAM: Add Sensors Support. * Aguirre Rodriguez, Sergio Alberto [EMAIL PROTECTED] [080829 16:35]: From: Sergio Aguirre [EMAIL PROTECTED] OMAP34XX: CAM: Add Sensors Support This adds support

RE: [PATCH] OMAP3 clock: remove extra init from csi2_96m_fck

2008-09-12 Thread Aguirre Rodriguez, Sergio Alberto
Isn't this patch meant to be pushed after Update powerdomains and clockdomains series from Paul? I don't see that yet. Regards, Sergio -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Lindgren Sent: Wednesday, September 10, 2008 6:48 PM To: Paul

i2c errors on omap3430sdp

2008-09-29 Thread Aguirre Rodriguez, Sergio Alberto
Hi all, I'm currently testing the OV3640 CSI2 camera implementation for 3430SDP, and I had it working some weeks ago. Today I did a git pull from the master branch. Without changing anything i2c related, I now sometimes get a message that I wasn't getting before: i2c_omap i2c_omap.2:

RE: i2c errors on omap3430sdp

2008-09-29 Thread Aguirre Rodriguez, Sergio Alberto
Jason, Felipe, Apparently it was a HW issue with the camkit I was using. I realized that when trying with another one :) Anyways, I appreciate your help and time. Jason, BTW, this messages kept appearing endlessly without being able to kill the process, is that expected? Regards, Sergio

RE: Compilation broken for 3430SDP defconfig

2008-10-06 Thread Aguirre Rodriguez, Sergio Alberto
Hi all, Today I did a pull from the linux-omap tree, and I have this error in compilation with the sdp defconfig: CC arch/arm/mach-omap2/board-3430sdp.o arch/arm/mach-omap2/board-3430sdp.c:43:35: error: linux/i2c/twl4030-rtc.h: No such file or directory

RE: Compilation broken for 3430SDP defconfig

2008-10-06 Thread Aguirre Rodriguez, Sergio Alberto
Ok, I just noticed from the mails what happened.. :) Sorry for the unnecessary alert. -Original Message- From: [EMAIL PROTECTED] [mailto:linux-omap- [EMAIL PROTECTED] On Behalf Of Aguirre Rodriguez, Sergio Alberto Sent: Monday, October 06, 2008 1:20 PM To: David Brownell; [EMAIL

RE: kernel oops for 3430sdp

2008-10-07 Thread Aguirre Rodriguez, Sergio Alberto
Thanks for that, it worked fine now. -Original Message- From: David Brownell [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 1:29 PM To: Aguirre Rodriguez, Sergio Alberto Cc: linux-omap@vger.kernel.org Subject: Re: kernel oops for 3430sdp On Tuesday 07 October 2008

[PATCH 1/28] [OMAPZOOM] OMAP3PM: Change CSI2 clock name

2008-10-15 Thread Aguirre Rodriguez, Sergio Alberto
From: Sergio Aguirre [EMAIL PROTECTED] OMAP3PM: Change CSI2 clock name This patch sets the name of the clock to csi2_96m_fck, to be in sync with the name of the same clock in Paul Walmsley's clock framework. Signed-off-by: Sergio Aguirre [EMAIL PROTECTED] --- arch/arm/mach-omap2/clock_34xx.h |

[PATCH 2/28] [OMAPZOOM] V4L: Remove RESUME powerstate and g_priv_mem ioctl

2008-10-15 Thread Aguirre Rodriguez, Sergio Alberto
From: Sergio Aguirre [EMAIL PROTECTED] V4L: Remove RESUME powerstate and g_priv_mem ioctl This removes the RESUME powerstate as it isn't really a state, its really a transition between powerstates. Also removes the g_priv_mem as it wasn't aprooved as a V4L change in video4linux mailing list,

[PATCH 3/28] [OMAPZOOM] OMAP: CAM: Misc Camera driver fixes

2008-10-15 Thread Aguirre Rodriguez, Sergio Alberto
From: Sergio Aguirre [EMAIL PROTECTED] OMAP: CAM: Misc Camera driver fixes This patch includes fixes for the following: - Removal of unneeded headers - Changed order of steps to execute on vbq release on active streaming. - Fixed IOCTL Name for AF Request Statistics in vidioc_default -

[PATCH 4/28] [OMAPZOOM] OMAP: CAM: ISP: USER: Misc fixes

2008-10-15 Thread Aguirre Rodriguez, Sergio Alberto
From: Sergio Aguirre [EMAIL PROTECTED] OMAP: CAM: ISP: USER: Misc fixes This patch includes fixes for the following: - Added IOCTL defines from isp.h file - Added ISP H3A limit defines - Added ISP AF limit and paxel size defines - Remove dependency from types.h header by switching to __u*

[PATCH 5/28] [OMAPZOOM] OMAP: CAM: ISP: Core Fixes

2008-10-15 Thread Aguirre Rodriguez, Sergio Alberto
From: Sergio Aguirre [EMAIL PROTECTED] OMAP: CAM: ISP: Core Fixes This patch Adds the following changes: - Removes useless headers - Add DMA cache flush for fixing green line problem on streaming - Aligns color effects handling with CDP release - Removes IRQ registers saving/restore on

[PATCH 7/28] [OMAPZOOM] OMAP: CAM: ISP: Backend Fixes

2008-10-15 Thread Aguirre Rodriguez, Sergio Alberto
From: Sergio Aguirre [EMAIL PROTECTED] OMAP: CAM: ISP: Backend Fixes This patch Adds the following changes: ISP Preview - Remove table address and data from register context save/restore. - Added PCR register to context save/restore. - Added lower boundary checking for image size in try_size

[PATCH 8/28] [OMAPZOOM] OMAP: CAM: ISP: SCM Fixes

2008-10-15 Thread Aguirre Rodriguez, Sergio Alberto
From: Sergio Aguirre [EMAIL PROTECTED] OMAP: CAM: ISP: SCM Fixes This patch Adds the following changes: ISP AF (Auto Focus) - Set Statistics Buffers as Userptr type - Added timestamp recording at interrupt time. - Fixed memory leak on isp_af_configure - Fixed un sync buffer size in

  1   2   >