Re: [ANNOUNCEMENT] (tentative) Android generic V4L2 camera HAL

2012-06-25 Thread Aguirre, Sergio
(+ My gmail address, please start using that address from next week on, since I'm leaving TI) Hi Guennadi, Thanks a lot for sharing these! Nice job. I immediately noticed you have changes on hardware/ti/omap4xxx/ subproject. So, Which devices did you used for testing this? I got confused since

Re: [PATCH] V4L: soc-camera: (cosmetic) use a more explicit name for a host handler

2012-05-08 Thread Aguirre, Sergio
Hi Guennadi, On Tue, May 8, 2012 at 12:00 PM, Guennadi Liakhovetski wrote: > Use "enum_framesizes" instead of "enum_fsizes" to more precisely follow > the name of the respective ioctl(). > > Signed-off-by: Guennadi Liakhovetski Looks good to me! I'll redo my patch following this ioctl name mat

Re: Android Support for camera?

2012-05-07 Thread Aguirre, Sergio
Hi Guennadi, On Mon, May 7, 2012 at 4:25 PM, Guennadi Liakhovetski wrote: > Hi Sergio > > On Mon, 7 May 2012, Aguirre, Sergio wrote: > >> Hi Sriram, >> >> On Mon, May 7, 2012 at 10:33 AM, Sriram V wrote: >> > Hi Sergio, >> >  I understand that

Re: Android Support for camera?

2012-05-07 Thread Aguirre, Sergio
Hi Sriram, On Mon, May 7, 2012 at 10:33 AM, Sriram V wrote: > Hi Sergio, >  I understand that you are working on providing Android HAL Support > for camera on omap4. That's right. Not an active task at the moment, due to some other stuff going on, but yes, I have that task pending to do. >  Wer

Re: [PATCH v3 05/10] v4l: Add support for ov5640 sensor

2012-05-07 Thread Aguirre, Sergio
Hi Jean-Philippe, On Mon, May 7, 2012 at 2:27 AM, jean-philippe francois wrote: > 2012/5/2 Sergio Aguirre : >> This adds a very limited driver for ov5640, which >> only supports: >>  - 2592x1944 @ ~7.5 fps >>  - 1920x1080 @ ~15 fps, >>  - 1280x720 @ ~24 fps, >>  - 640x480 @ ~24 fps, >>  - 320x240

Re: [PATCH] v4l: soc-camera: Add support for enum_frameintervals ioctl

2012-05-04 Thread Aguirre, Sergio
Hi Guennadi, No problem. On Fri, May 4, 2012 at 10:05 AM, Guennadi Liakhovetski wrote: > Hi Sergio > > Sorry about the delay. > > On Wed, 18 Apr 2012, Aguirre, Sergio wrote: > >> From: Sergio Aguirre >> >> Signed-off-by: Sergio Aguirre >> --- &

Re: [PATCH v3 07/10] arm: omap4430sdp: Add support for omap4iss camera

2012-05-03 Thread Aguirre, Sergio
Hi Sakari, On Thu, May 3, 2012 at 7:03 AM, Aguirre, Sergio wrote: > Hi Sakari, > > Thanks for reviewing. > > On Wed, May 2, 2012 at 2:47 PM, Sakari Ailus wrote: >> >> Hi Sergio, >> >> Thanks for the patches!! >> >> On Wed, May

Re: [PATCH v3 07/10] arm: omap4430sdp: Add support for omap4iss camera

2012-05-03 Thread Aguirre, Sergio
Hi Sakari, Thanks for reviewing. On Wed, May 2, 2012 at 2:47 PM, Sakari Ailus wrote: > > Hi Sergio, > > Thanks for the patches!! > > On Wed, May 02, 2012 at 10:15:46AM -0500, Sergio Aguirre wrote: > ... >> +static int sdp4430_ov_cam1_power(struct v4l2_subdev *subdev, int on) >> +{ >> +     struc

Re: [PATCH v3 00/10] v4l2: OMAP4 ISS driver + Sensor + Board support

2012-05-02 Thread Aguirre, Sergio
On Wed, May 2, 2012 at 10:15 AM, Sergio Aguirre wrote: > Hi everyone, > > It's been a long time since last version (5 months)! :) > > This is the third version of the OMAP4 ISS driver, > which uses Media Controller and videobuf2 frameworks. > > This patchset should apply cleanly on top of v3.4-rc5

Re: [Query] About V4L2_CAP_VIDEO_CAPTURE_MPLANE device types

2012-05-01 Thread Aguirre, Sergio
Hi Sylwester, Thanks for the very informative reply! On Tue, May 1, 2012 at 3:08 PM, Sylwester Nawrocki wrote: > Hi Sergio, > > On 05/01/2012 09:08 PM, Aguirre, Sergio wrote: >> Hi all, >> >> I wonder if there's an example app for v4l2 devices with >> V4

[Query] About V4L2_CAP_VIDEO_CAPTURE_MPLANE device types

2012-05-01 Thread Aguirre, Sergio
Hi all, I wonder if there's an example app for v4l2 devices with V4L2_CAP_VIDEO_CAPTURE_MPLANE capability? (like capture.c in V4L2 API docs) Also, does it have to be mutually exclusive with a V4L2_CAP_VIDEO_CAPTURE device? Regards, Sergio -- To unsubscribe from this list: send the line "unsubscr

Re: [media-ctl PATCH] Compare entity name length aswell

2012-04-29 Thread Aguirre, Sergio
Hi Laurent, On Sun, Apr 29, 2012 at 6:13 PM, Laurent Pinchart wrote: > Hi Sergio, > > On Sunday 29 April 2012 17:36:43 Aguirre, Sergio wrote: >> On Sun, Apr 29, 2012 at 12:40 PM, Laurent Pinchart wrote: >> > On Saturday 28 April 2012 10:04:01 Aguirre, Sergio wrote: >&

Re: [media-ctl PATCH] Compare entity name length aswell

2012-04-29 Thread Aguirre, Sergio
Hi Laurent, On Sun, Apr 29, 2012 at 12:40 PM, Laurent Pinchart wrote: > Hi Sergio, > > On Saturday 28 April 2012 10:04:01 Aguirre, Sergio wrote: >> On Wed, Apr 25, 2012 at 8:57 AM, Sergio Aguirre wrote: >> > Otherwise, some false positives might arise when >> >

Re: [media-ctl PATCH] Compare entity name length aswell

2012-04-28 Thread Aguirre, Sergio
Hi Laurent On Wed, Apr 25, 2012 at 8:57 AM, Sergio Aguirre wrote: > Otherwise, some false positives might arise when > having 2 subdevices with similar names, like: > > "OMAP4 ISS ISP IPIPEIF" > "OMAP4 ISS ISP IPIPE" > > Before this patch, trying to find "OMAP4 ISS ISP IPIPE", resulted > in a fal

Re: Mipi csi2 driver for Omap4

2012-04-23 Thread Aguirre, Sergio
Hi Steve, Sakari, On Fri, Apr 20, 2012 at 3:42 PM, Sakari Ailus wrote: > Hi Steve, > > On Fri, Apr 20, 2012 at 12:11:38PM +0200, Steve Lindell wrote: >> Hi! I'm developing a mipi csi2 receiver for test purpose and need some >> help of how to capture the data stream from a camera module. I'm using

Re: ics port for camera hal?

2012-04-23 Thread Aguirre, Sergio
Hi Ryan On Sun, Apr 22, 2012 at 6:05 AM, Ryan wrote: > Hi, > > Is there an V4L Port in the camera hal implementations on android ice > cream sandwich which makes use > of panda v4l camera drivers. Me and a couple of colleagues in TI are working on this at the moment, and we hope to have somethin

[PATCH] v4l: soc-camera: Add support for enum_frameintervals ioctl

2012-04-18 Thread Aguirre, Sergio
From: Sergio Aguirre Signed-off-by: Sergio Aguirre --- drivers/media/video/soc_camera.c | 37 + include/media/soc_camera.h |1 + 2 files changed, 38 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/soc_camera.c b/drivers/media/video

Re: [PATCH] Add support for YUV420 formats

2012-04-07 Thread Aguirre, Sergio
Hi Laurent, Sorry, forgot to mention that this is for your media-ctl app. Regards, Sergio On Sat, Apr 7, 2012 at 10:54 PM, wrote: > From: Sergio Aguirre > > Signed-off-by: Sergio Aguirre > --- >  src/v4l2subdev.c |    2 ++ >  1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/

Re: [Query] About NV12 pixel format support in a subdevice

2012-04-07 Thread Aguirre, Sergio
Hi Guennadi, On Sat, Apr 7, 2012 at 4:51 PM, Guennadi Liakhovetski wrote: > On Sat, 7 Apr 2012, Aguirre, Sergio wrote: > >> Hi Guennadi, >> >> Thanks for your reply. >> >> On Sat, Apr 7, 2012 at 4:21 PM, Guennadi Liakhovetski >> wrote: >> &

Re: [Query] About NV12 pixel format support in a subdevice

2012-04-07 Thread Aguirre, Sergio
Hi Guennadi, Thanks for your reply. On Sat, Apr 7, 2012 at 4:21 PM, Guennadi Liakhovetski wrote: > Hi Sergio > > On Sat, 7 Apr 2012, Aguirre, Sergio wrote: > >> Hi everyone, >> >> I'll like to request for your advice on adding NV12 support for my omap4iss &g

[Query] About NV12 pixel format support in a subdevice

2012-04-07 Thread Aguirre, Sergio
Hi everyone, I'll like to request for your advice on adding NV12 support for my omap4iss camera driver, which is done after the resizer block in the OMAP4 ISS ISP (Imaging SubSystem Image Signal Processor). So, the problem with that, is that I don't see a match for V4L2_PIX_FMT_NV12 pixel format

Re: [PATCH v2 06/11] v4l: Add support for omap4iss driver

2012-03-08 Thread Aguirre, Sergio
Hi Sakari, On Thu, Jan 26, 2012 at 3:05 PM, Sakari Ailus wrote: > Hi Sergio, > > > Aguirre, Sergio wrote: >>> >>> On Wed, Nov 30, 2011 at 06:14:55PM -0600, Sergio Aguirre wrote: > > ... > >>>> +/* >>>> + * is

Re: Video Capture Issue

2012-02-28 Thread Aguirre, Sergio
Hi Sriram, On Tue, Feb 28, 2012 at 8:46 AM, Sriram V wrote: > Hi Aguirre Sergio, > > On Tue, Feb 28, 2012 at 9:08 AM, Aguirre, Sergio wrote: >> Sriram, >> >> On Sun, Feb 26, 2012 at 8:54 AM, Sriram V wrote: >>> Hi, >>>  When I take the dump of the

Re: Video Capture Issue

2012-02-27 Thread Aguirre, Sergio
gt;>      Is there any buffer location i need to check. >>  2) I have tried with  "devel" branch. >>  3) Changing the polarities doesnt help either. >>  4) The sensor is giving out YUV422 8Bit Mode, >>      Will 0x52001074 = 0x0A1E (UYVY Format)  it bypass the IS

Re: Video Capture Issue

2012-02-23 Thread Aguirre, Sergio
Hi Sriram, On Thu, Feb 23, 2012 at 11:25 AM, Sriram V wrote: > Hi, >  1) I am trying to get a HDMI to CSI Bridge chip working with OMAP4 ISS. >      The issue is the captured frames are completely green in color. Sounds like the buffer is all zeroes, can you confirm? >  2) The Chip is configure

Re: omap4 v4l media-ctl usage

2012-02-19 Thread Aguirre, Sergio
H Ryan, On Sun, Feb 19, 2012 at 10:04 AM, Ryan wrote: > Hi Laurent, > > It actually blocks at VIDIOC_DQBUF ioctl and not in STREAMON ioctl. > Looks like the data is not available. > > Any way of verifying if OMAP is receiving data. Wonder why i keep > interrupts though? Can you try again after c

Re: [PATCH v2 27/31] omap3isp: Configure CSI-2 phy based on platform data

2012-02-11 Thread Aguirre, Sergio
On Sat, Feb 11, 2012 at 11:17 AM, Aguirre, Sergio wrote: > Hi Sakari, > > On Fri, Feb 10, 2012 at 2:32 PM, Sakari Ailus wrote: >> Hi Sergio, >> >> Thanks for the review! >> >> Aguirre, Sergio wrote: >>> On Thu, Feb 2, 2012 at 5:54 PM, Sakari

Re: [PATCH v2 27/31] omap3isp: Configure CSI-2 phy based on platform data

2012-02-11 Thread Aguirre, Sergio
Hi Sakari, On Fri, Feb 10, 2012 at 2:32 PM, Sakari Ailus wrote: > Hi Sergio, > > Thanks for the review! > > Aguirre, Sergio wrote: >> On Thu, Feb 2, 2012 at 5:54 PM, Sakari Ailus wrote: >>> Configure CSI-2 phy based on platform data in the ISP

Re: [PATCH v2 27/31] omap3isp: Configure CSI-2 phy based on platform data

2012-02-09 Thread Aguirre, Sergio
Hi Sakari, On Thu, Feb 2, 2012 at 5:54 PM, Sakari Ailus wrote: > Configure CSI-2 phy based on platform data in the ISP driver. For that, the > new V4L2_CID_IMAGE_SOURCE_PIXEL_RATE control is used. Previously the same > was configured from the board code. > > Signed-off-by: Sakari Ailus > --- >  

Re: [PATCH v2 05/11] OMAP4: Add base addresses for ISS

2011-12-02 Thread Aguirre, Sergio
Hi Kevin, Thanks for the review. On Fri, Dec 2, 2011 at 4:45 PM, Kevin Hilman wrote: > Sergio Aguirre writes: > >> NOTE: This isn't the whole list of features that the >> ISS supports, but the only ones supported at the moment. >> >> Signed-off-by: Sergio Aguirre > > [...] > >> diff --git a/ar

Re: [PATCH v2 04/11] OMAP4: hwmod: Include CSI2A and CSIPHY1 memory sections

2011-12-02 Thread Aguirre, Sergio
Hi Kevin, Thanks for the review. On Fri, Dec 2, 2011 at 4:49 PM, Kevin Hilman wrote: > +Benoit, > > "Aguirre, Sergio" writes: > >> Hi Vaibhav, >> >> Thanks for the comments. >> >> On Thu, Dec 1, 2011 at 12:34 AM, Hiremath, Vaibhav wrote:

Re: [RFC PATCH v1 2/7] omap4: build fdif omap device from hwmod

2011-12-02 Thread Aguirre, Sergio
Hi Ming, Thanks for the patches. On Fri, Dec 2, 2011 at 9:02 AM, Ming Lei wrote: > Signed-off-by: Ming Lei > --- >  arch/arm/mach-omap2/devices.c |   33 + >  1 files changed, 33 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-omap2/devices.c b/arch/a

Re: [PATCH v2 03/11] v4l: Introduce sensor operation for getting interface configuration

2011-12-02 Thread Aguirre, Sergio
Hi Stan, On Fri, Dec 2, 2011 at 7:32 AM, Stanimir Varbanov wrote: > Hi, Sergio > > This change in interface is not used from the omap4iss driver. > > You could drop it from the patch set, if so. Oops, yes... I used to depend on this for my soc_camera implementation before... You're absolutely r

Re: [PATCH v2 01/11] TWL6030: Add mapping for auxiliary regs

2011-12-01 Thread Aguirre, Sergio
Hi Balaji, Thanks for the review. On Thu, Dec 1, 2011 at 9:58 AM, T Krishnamoorthy, Balaji wrote: > On Thu, Dec 1, 2011 at 5:44 AM, Sergio Aguirre wrote: >> Signed-off-by: Sergio Aguirre >> --- >>  drivers/mfd/twl-core.c |    2 +- >>  1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff

Re: [PATCH v2 00/11] v4l2: OMAP4 ISS driver + Sensor + Board support

2011-12-01 Thread Aguirre, Sergio
Hi Laurent, On Thu, Dec 1, 2011 at 11:26 AM, Laurent Pinchart wrote: > Hi Sergio, > > On Thursday 01 December 2011 01:14:49 Sergio Aguirre wrote: >> Hi everyone, >> >> This is the second version of the OMAP4 ISS driver, >> now ported to the Media Controller framework AND supporting >> videobuf2 f

Re: [PATCH v2 00/11] v4l2: OMAP4 ISS driver + Sensor + Board support

2011-12-01 Thread Aguirre, Sergio
Hi Sakari, On Thu, Dec 1, 2011 at 10:14 AM, Sakari Ailus wrote: > Hi Sergio, > > Thanks for the patchset!! And thanks for your attention :) > > On Wed, Nov 30, 2011 at 06:14:49PM -0600, Sergio Aguirre wrote: >> Hi everyone, >> >> This is the second version of the OMAP4 ISS driver, >> now ported

Re: [PATCH v2 02/11] mfd: twl6040: Fix wrong TWL6040_GPO3 bitfield value

2011-12-01 Thread Aguirre, Sergio
Hi Laurent, Thanks for the review. On Thu, Dec 1, 2011 at 11:24 AM, Laurent Pinchart wrote: > Hi Sergio, > > On Thursday 01 December 2011 01:14:51 Sergio Aguirre wrote: >> The define should be the result of 1 << Bit number. >> >> Bit number for GPOCTL.GPO3 field is 2, which results >> in 0x4 val

Re: [PATCH v2 05/11] OMAP4: Add base addresses for ISS

2011-12-01 Thread Aguirre, Sergio
Hi Laurent, Thanks for the review. On Thu, Dec 1, 2011 at 11:24 AM, Laurent Pinchart wrote: > Hi Sergio, > > On Thursday 01 December 2011 01:14:54 Sergio Aguirre wrote: >> NOTE: This isn't the whole list of features that the >> ISS supports, but the only ones supported at the moment. >> >> Signe

Re: [PATCH v2 10/11] arm: omap4panda: Add support for omap4iss camera

2011-12-01 Thread Aguirre, Sergio
Hi Vaibhav, Thanks for the comments. On Thu, Dec 1, 2011 at 12:24 AM, Hiremath, Vaibhav wrote: > >> -Original Message- >> From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- >> ow...@vger.kernel.org] On Behalf Of Aguirre, Sergio >> Sent: Thursday, Dece

Re: [PATCH v2 04/11] OMAP4: hwmod: Include CSI2A and CSIPHY1 memory sections

2011-12-01 Thread Aguirre, Sergio
Hi Vaibhav, Thanks for the comments. On Thu, Dec 1, 2011 at 12:34 AM, Hiremath, Vaibhav wrote: > >> -Original Message- >> From: linux-media-ow...@vger.kernel.org [mailto:linux-media- >> ow...@vger.kernel.org] On Behalf Of Aguirre, Sergio >> Sent: Thursday

Re: [PATCH v2 00/11] v4l2: OMAP4 ISS driver + Sensor + Board support

2011-11-30 Thread Aguirre, Sergio
Hi again, On Wed, Nov 30, 2011 at 6:14 PM, Sergio Aguirre wrote: > Hi everyone, > > This is the second version of the OMAP4 ISS driver, > now ported to the Media Controller framework AND supporting > videobuf2 framework. > > This patchset should apply cleanly on top of v3.2-rc3 kernel tag. > > Th

Re: [RFC][PATCH 2/2] v4l2: Add lv8093 lens driver

2011-09-18 Thread Aguirre, Sergio
Hi Mauro/Laurent, On Sun, Sep 18, 2011 at 7:53 AM, Laurent Pinchart wrote: > Hi, > > On Sunday 18 September 2011 14:25:50 Mauro Carvalho Chehab wrote: >> Em 13-07-2010 20:40, Sergio Aguirre escreveu: >> > This adds LV8093 Piezo Actuator Lens driver. >> > >> > This is currently found in tandem wit

Re: [PATCH 8/8] ARM: S5PV210: example of CMA private area for FIMC device on Goni board

2011-08-24 Thread Aguirre, Sergio
Hi Marek/Kyungmin, On Fri, Aug 19, 2011 at 04:27:44PM +0200, Marek Szyprowski wrote: > This patch is an example how device private CMA area can be activated. > It creates one CMA region and assigns it to the first s5p-fimc device on > Samsung Goni S5PC110 board. > > Signed-off-by: Marek Szyprowski

Re: [PATCH/RFC] V4L: add media bus configuration subdev operations

2011-06-06 Thread Aguirre, Sergio
Hi Guennadi, On Mon, Jun 6, 2011 at 9:37 AM, Guennadi Liakhovetski wrote: > Hi Sergio > > On Mon, 6 Jun 2011, Aguirre, Sergio wrote: > >> Hi Guennadi, >> >> Thanks for the patch. >> >> On Mon, Jun 6, 2011 at 7:31 AM, Guennadi Liakhovetski >> wrote

Re: [PATCH/RFC] V4L: add media bus configuration subdev operations

2011-06-06 Thread Aguirre, Sergio
Hi Guennadi, Thanks for the patch. On Mon, Jun 6, 2011 at 7:31 AM, Guennadi Liakhovetski wrote: > Add media bus configuration types and two subdev operations to get > supported mediabus configurations and to set a specific configuration. > Subdevs can support several configurations, e.g., they c

Re: [ANNOUNCE] New OMAP4 V4L2 Camera Project started

2011-05-13 Thread Aguirre, Sergio
On Fri, May 13, 2011 at 6:01 PM, Sakari Ailus wrote: > Aguirre, Sergio wrote: >> Hi all, > > Hi, Sergio! Hi Sakari, > >> Just to let you know that I've just officially registered for a new >> project in the Pandaboard.org portal for OMAP4 v4l2 camera

[ANNOUNCE] New OMAP4 V4L2 Camera Project started

2011-05-12 Thread Aguirre, Sergio
Hi all, Just to let you know that I've just officially registered for a new project in the Pandaboard.org portal for OMAP4 v4l2 camera support. You can find it here: http://omiio.org/content/omap4-v4l2-camera And also, you can find the actual Gitorious project with the code here: https://www.g

[Query] Anyone here working with the mainline omap3isp driver?

2011-05-09 Thread Aguirre, Sergio
Hi Everyone, I'll just like to know if there's someone working with the mainline version of the omap3isp driver. Ohad (in CC) has some omap3 iommu changes which might affect the omap3isp driver. I have been a bit away of the omap3 driver these days, so, if there's someone else that can try some

[soc_camera] Dynamic crop window change while streaming (Zoom case)?

2011-04-12 Thread Aguirre, Sergio
Hi Guennadi, I was wondering what's the stand on allowing soc_camera host drivers to have internal scalers... It looks possible, but however I see one important blocker for being able to change window rectangle while streaming (for example, when attempting to do zoom in/out during streaming). See

Re: [PATCH] V4L: soc-camera: regression fix: calculate .sizeimage in soc_camera.c

2011-04-12 Thread Aguirre, Sergio
2011/4/12 Janusz Krzysztofik : > Dnia wtorek 12 kwiecień 2011 o 17:39:35 Aguirre, Sergio napisał(a): >> On Mon, Apr 11, 2011 at 4:52 PM, Janusz Krzysztofik >> >> wrote: >> > Dnia poniedziałek 11 kwiecień 2011 o 22:05:35 Aguirre, Sergio >> > >> >

Re: [PATCH] V4L: soc-camera: regression fix: calculate .sizeimage in soc_camera.c

2011-04-12 Thread Aguirre, Sergio
On Mon, Apr 11, 2011 at 4:52 PM, Janusz Krzysztofik wrote: > Dnia poniedziałek 11 kwiecień 2011 o 22:05:35 Aguirre, Sergio > napisał(a): >> >> Please find below a refreshed patch, which should be based on >> mainline commit: > > Hi, > This version works for

Re: [PATCH] V4L: soc-camera: regression fix: calculate .sizeimage in soc_camera.c

2011-04-11 Thread Aguirre, Sergio
On Mon, Apr 11, 2011 at 1:40 PM, Janusz Krzysztofik wrote: > Dnia poniedziałek 11 kwiecień 2011 o 18:58:51 Guennadi Liakhovetski > napisał(a): >> On Mon, 11 Apr 2011, Aguirre, Sergio wrote: >> > >> > Ok. And how about the attached patch? Would that work? >>

Re: [PATCH] V4L: soc-camera: regression fix: calculate .sizeimage in soc_camera.c

2011-04-11 Thread Aguirre, Sergio
On Mon, Apr 11, 2011 at 11:58 AM, Guennadi Liakhovetski wrote: > On Mon, 11 Apr 2011, Aguirre, Sergio wrote: > >> Hi Guennadi, >> >> On Mon, Apr 11, 2011 at 8:23 AM, Guennadi Liakhovetski >> wrote: >> > >> > On Mon, 11 Apr 2011, Aguirre, Sergio

Re: [PATCH] V4L: soc-camera: regression fix: calculate .sizeimage in soc_camera.c

2011-04-11 Thread Aguirre, Sergio
Hi Guennadi, On Mon, Apr 11, 2011 at 8:23 AM, Guennadi Liakhovetski wrote: > > On Mon, 11 Apr 2011, Aguirre, Sergio wrote: > > > Hi Guennadi, > > > > On Mon, Apr 11, 2011 at 3:58 AM, Guennadi Liakhovetski < > > g.liakhovet...@gmx.de> wrote: > >

[Query] What is the best way to handle V4L2_PIX_FMT_NV12 buffers?

2011-03-05 Thread Aguirre, Sergio
Hi, I was curious in how to handle properly buffers of pixelformat V4L2_PIX_FMT_NV12. I see that the standard convention for determining a bytesize of an image buffer is: bytesperline * height However, for NV12 case, the bytes per line is equal to the width, _but_ the actual buffer size is:

RE: [RFC/PATCH 0/1] New subdev sensor operation g_interface_parms

2011-02-23 Thread Aguirre, Sergio
Hi Guennadi, > -Original Message- > From: Guennadi Liakhovetski [mailto:g.liakhovet...@gmx.de] > Sent: Wednesday, February 23, 2011 10:46 AM > To: Aguirre, Sergio > Cc: Laurent Pinchart; Hans Verkuil; Sylwester Nawrocki; Stan; linux- > me...@vger.kernel.org > Subjec

RE: [RFC/PATCH 0/1] New subdev sensor operation g_interface_parms

2011-02-23 Thread Aguirre, Sergio
Hi, > -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Wednesday, February 23, 2011 10:15 AM > To: Hans Verkuil > Cc: Aguirre, Sergio; Guennadi Liakhovetski; Hans Verkuil; Sylwester > Nawrocki; Stan; linux-media@vger.kernel

RE: [RFC/PATCH 0/1] New subdev sensor operation g_interface_parms

2011-02-23 Thread Aguirre, Sergio
> -Original Message- > From: Hans Verkuil [mailto:hansv...@cisco.com] > Sent: Wednesday, February 23, 2011 3:32 AM > To: Hans Verkuil > Cc: Sylwester Nawrocki; Guennadi Liakhovetski; Stan; linux- > me...@vger.kernel.org; Laurent Pinchart; Aguirre, Sergio > Subjec

RE: [RFC/PATCH 0/1] New subdev sensor operation g_interface_parms

2011-02-23 Thread Aguirre, Sergio
Guennadi and Hans, > > The only static data I am concerned about are those that affect signal > integrity. > > After thinking carefully about this I realized that there is really only > one > > setting that is relevant to that: the sampling edge. The polarities do > not > > matter in this. I re

RE: [RFC/PATCH 0/1] New subdev sensor operation g_interface_parms

2011-02-22 Thread Aguirre, Sergio
Hi, > -Original Message- > From: Hans Verkuil [mailto:hansv...@cisco.com] > Sent: Tuesday, February 22, 2011 7:33 AM > To: Guennadi Liakhovetski > Cc: Stanimir Varbanov; linux-media@vger.kernel.org; > laurent.pinch...@ideasonboard.com; Aguirre, Sergio > Subject: Re

[Query] Soc_camera: Passing MIPI bus physical link details

2011-02-16 Thread Aguirre, Sergio
Hi Guennadi, I have been working internally in a private 2.6.35.7 kernel with the TI OMAP4 platform, and as I have a very simple camera support driver (It just enables a CSI2 Rx Interface), i decided to go for a soc-camera host implementation. Now, I see that there is a set_bus_param callback fun

RE: [Query][videobuf-dma-sg] Pages in Highmem handling

2011-01-07 Thread Aguirre, Sergio
Hi Mauro, > -Original Message- > From: Mauro Carvalho Chehab [mailto:mche...@redhat.com] > Sent: Monday, December 20, 2010 5:23 AM > To: Aguirre, Sergio > Cc: linux-media@vger.kernel.org; Warren, Christina; Boateng, Akwasi; > Russell King > Subject: Re: [Query][vide

RE: Translation Faults on OMAP ISP update

2010-12-02 Thread Aguirre, Sergio
Hi, > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Lane Brooks > Sent: Thursday, December 02, 2010 11:34 AM > To: Laurent Pinchart > Cc: linux-media@vger.kernel.org > Subject: Re: Translation Faults on OMAP ISP upda

Please ignore... (RE: [omap3isp RFC][PATCH v2 0/4] Improve inter subdev interaction)

2010-11-22 Thread Aguirre, Sergio
> -Original Message- > From: Aguirre, Sergio > Sent: Monday, November 22, 2010 1:48 PM > To: Laurent Pinchart > Cc: linux-media@vger.kernel.org; David Cohen; Aguirre, Sergio > Subject: [omap3isp RFC][PATCH v2 0/4] Improve inter subdev interaction > > Hi, >

RE: [omap3isp RFC][PATCH 2/4] omap3isp: Move CCDC LSC prefetch wait to main isp code

2010-11-22 Thread Aguirre, Sergio
Hi Laurent, > -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Monday, November 22, 2010 9:35 AM > To: Aguirre, Sergio > Cc: David Cohen; linux-media@vger.kernel.org > Subject: Re: [omap3isp RFC][PATCH 2/4] omap3isp: Move

RE: [omap3isp RFC][PATCH 0/4] Improve inter subdev interaction

2010-11-22 Thread Aguirre, Sergio
> -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Saturday, November 20, 2010 11:31 AM > To: David Cohen > Cc: Aguirre, Sergio; linux-media@vger.kernel.org > Subject: Re: [omap3isp RFC][PATCH 0/4] Improve inter subdev i

RE: [omap3isp RFC][PATCH 2/4] omap3isp: Move CCDC LSC prefetch wait to main isp code

2010-11-22 Thread Aguirre, Sergio
Hi David and Laurent, > -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Saturday, November 20, 2010 11:29 AM > To: David Cohen > Cc: Aguirre, Sergio; linux-media@vger.kernel.org > Subject: Re: [omap3isp RFC][PATCH 2/4] omap3

RE: [omap3isp RFC][PATCH 1/4] omap3isp: Abstract isp subdevs clock control

2010-11-22 Thread Aguirre, Sergio
> -Original Message- > From: David Cohen [mailto:david.co...@nokia.com] > Sent: Saturday, November 20, 2010 5:27 AM > To: Aguirre, Sergio > Cc: Laurent Pinchart; linux-media@vger.kernel.org > Subject: Re: [omap3isp RFC][PATCH 1/4] omap3isp: Abstract isp subdevs >

RE: [omap3isp][PATCH v2 8/9] omap3isp: ccp2: Make SYSCONFIG fields consistent

2010-11-22 Thread Aguirre, Sergio
Hi, > -Original Message- > From: David Cohen [mailto:david.co...@nokia.com] > Sent: Saturday, November 20, 2010 4:49 AM > To: ext Laurent Pinchart > Cc: Aguirre, Sergio; linux-media@vger.kernel.org > Subject: Re: [omap3isp][PATCH v2 8/9] omap3isp: ccp2: Make SYSCONFIG &

RE: [omap3isp RFC][PATCH 1/4] omap3isp: Abstract isp subdevs clock control

2010-11-19 Thread Aguirre, Sergio
> -Original Message- > From: Aguirre, Sergio > Sent: Friday, November 19, 2010 5:27 PM > To: Aguirre, Sergio; Laurent Pinchart > Cc: linux-media@vger.kernel.org > Subject: RE: [omap3isp RFC][PATCH 1/4] omap3isp: Abstract isp subdevs > clock control > > &

RE: [omap3isp RFC][PATCH 1/4] omap3isp: Abstract isp subdevs clock control

2010-11-19 Thread Aguirre, Sergio
> -Original Message- > From: Aguirre, Sergio > Sent: Friday, November 19, 2010 5:24 PM > To: Laurent Pinchart > Cc: linux-media@vger.kernel.org; Aguirre, Sergio > Subject: [omap3isp RFC][PATCH 1/4] omap3isp: Abstract isp subdevs clock > control > > Submo

RE: [omap3isp][PATCH v2 8/9] omap3isp: ccp2: Make SYSCONFIG fields consistent

2010-11-19 Thread Aguirre, Sergio
> -Original Message- > From: Aguirre, Sergio > Sent: Friday, November 19, 2010 9:44 AM > To: 'David Cohen' > Cc: Laurent Pinchart; linux-media@vger.kernel.org > Subject: RE: [omap3isp][PATCH v2 8/9] omap3isp: ccp2: Make SYSCONFIG > fields consistent

RE: [omap3isp][PATCH v2 7/9] omap3isp: Cleanup isp_power_settings

2010-11-19 Thread Aguirre, Sergio
> -Original Message- > From: Aguirre, Sergio > Sent: Friday, November 19, 2010 9:46 AM > To: 'David Cohen' > Cc: Laurent Pinchart; linux-media@vger.kernel.org > Subject: RE: [omap3isp][PATCH v2 7/9] omap3isp: Cleanup isp_power_settings > > -Original

RE: [omap3isp] Prefered patch base for latest code? (was: "RE: Translation faults with OMAP ISP")

2010-11-19 Thread Aguirre, Sergio
Hi Laurent, > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Laurent Pinchart > Sent: Friday, November 19, 2010 10:32 AM > To: Aguirre, Sergio > Cc: David Cohen; ext Lane Brooks; linux-media@vger.ke

RE: [omap3isp] Prefered patch base for latest code? (was: "RE: Translation faults with OMAP ISP")

2010-11-19 Thread Aguirre, Sergio
Hi Laurent, > -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Friday, November 19, 2010 10:16 AM > To: Aguirre, Sergio > Cc: David Cohen; ext Lane Brooks; linux-media@vger.kernel.org > Subject: Re: [omap3isp] Prefered pat

[omap3isp] Prefered patch base for latest code? (was: "RE: Translation faults with OMAP ISP")

2010-11-19 Thread Aguirre, Sergio
Hi David and Laurent, > > > > Don't forget that Lane is using an older version of the OMAP3 ISP > driver. The > > bug might have been fixed in the latest code. > > Hm. We did fix some iommu faults. > Maybe it's better to test a newer version instead. > If you still see that bug using an up-to-d

RE: [omap3isp][PATCH v2 5/9] omap3isp: Remove unused CBUFF register access

2010-11-19 Thread Aguirre, Sergio
Hi Laurent and David, > -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Friday, November 19, 2010 4:33 AM > To: David Cohen > Cc: Aguirre, Sergio; linux-media@vger.kernel.org > Subject: Re: [omap3isp][PATCH v2 5/9] omap3

RE: [omap3isp][PATCH v2 7/9] omap3isp: Cleanup isp_power_settings

2010-11-19 Thread Aguirre, Sergio
> -Original Message- > From: David Cohen [mailto:david.co...@nokia.com] > Sent: Friday, November 19, 2010 4:18 AM > To: Aguirre, Sergio > Cc: Laurent Pinchart; linux-media@vger.kernel.org > Subject: Re: [omap3isp][PATCH v2 7/9] omap3isp: Cleanup isp_power_setti

RE: [omap3isp][PATCH v2 8/9] omap3isp: ccp2: Make SYSCONFIG fields consistent

2010-11-19 Thread Aguirre, Sergio
> -Original Message- > From: David Cohen [mailto:david.co...@nokia.com] > Sent: Friday, November 19, 2010 4:06 AM > To: Aguirre, Sergio > Cc: Laurent Pinchart; linux-media@vger.kernel.org > Subject: Re: [omap3isp][PATCH v2 8/9] omap3isp: ccp2: Make SYSCONFIG > fiel

RE: [omap3isp][PATCH v2 0/9] YUV support for CCDC + cleanups

2010-11-16 Thread Aguirre, Sergio
> -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Tuesday, November 16, 2010 5:45 AM > To: Aguirre, Sergio > Cc: linux-media@vger.kernel.org > Subject: Re: [omap3isp][PATCH v2 0/9] YUV support for CCDC + cleanups > >

RE: [omap3isp RFC][PATCH 02/10] omap3isp: ccdc: Write SYN_MODE.INPMOD based on fmt

2010-11-15 Thread Aguirre, Sergio
Hi Laurent, > -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Monday, November 15, 2010 4:37 AM > To: Aguirre, Sergio > Cc: linux-media@vger.kernel.org > Subject: Re: [omap3isp RFC][PATCH 02/10] omap3isp: ccdc: Write >

RE: [RFC/PATCH v2 4/6] ARM: OMAP3: Update Camera ISP definitions for OMAP3630

2010-10-05 Thread Aguirre, Sergio
Hi Laurent, > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Laurent Pinchart > Sent: Tuesday, October 05, 2010 8:19 AM > To: linux-media@vger.kernel.org > Cc: sakari.ai...@maxwell.research.nokia.com > Subject: [RFC/P

RE: [RFC/PATCH v2 5/6] omap3: Export omap3isp platform device structure

2010-10-05 Thread Aguirre, Sergio
Hi Laurent, > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Laurent Pinchart > Sent: Tuesday, October 05, 2010 8:19 AM > To: linux-media@vger.kernel.org > Cc: sakari.ai...@maxwell.research.nokia.com > Subject: [RFC/P

[Query] Is there a spec to request video sensor information?

2010-09-09 Thread Aguirre, Sergio
Hi, I was wondering if there exists a current standard way to query a Imaging sensor driver for knowing things like the signal vert/horz blanking time. In an old TI custom driver, we used to have a private IOCTL in the sensor Driver we interfaced with the omap3 ISP, which was basically reporting

[Query][videobuf-dma-sg] Pages in Highmem handling

2010-08-27 Thread Aguirre, Sergio
Hi, I see that in current videobuf library, for DMA SG code, these functions fail when Detecting a page in Highmem region: - videobuf_pages_to_sg - videobuf_vmalloc_to_sg Now, what's the real reason to not allow handling of Highmem pages? Is it an assumption that _always_ HighMem is not reachab

RE: [omap3camera] How does a lens subdevice get powered up?

2010-08-26 Thread Aguirre, Sergio
Hi Laurent, > -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Thursday, August 26, 2010 10:36 AM > To: Aguirre, Sergio > Cc: linux-media@vger.kernel.org; Nataraju, Kiran > Subject: Re: [omap3camera] How does a lens subdev

RE: [omap3camera] How does a lens subdevice get powered up?

2010-08-26 Thread Aguirre, Sergio
Hi Laurent, > -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Thursday, August 26, 2010 10:04 AM > To: Aguirre, Sergio > Cc: linux-media@vger.kernel.org; Nataraju, Kiran > Subject: Re: [omap3camera] How does a lens subdev

RE: [omap3camera] How does a lens subdevice get powered up?

2010-08-26 Thread Aguirre, Sergio
Hi Laurent, > -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Thursday, August 26, 2010 2:31 AM > To: Aguirre, Sergio > Cc: linux-media@vger.kernel.org; Nataraju, Kiran > Subject: Re: [omap3camera] How does a lens subdev

[RESEND][omap3camera] How does a lens subdevice get powered up?

2010-08-25 Thread Aguirre, Sergio
(Resending as plain text, as I sent it originally as HTML and got rejected by ML security policies) Hi Laurent, I see that usually a sensor is powered up on attempting a VIDIOC_STREAMON at the capture endpoint of the pipeline, in which the sensor is linked. Now, what I don't understand quite wel

RE: [RFC/PATCH v3 00/10] Media controller (core and V4L2)

2010-08-20 Thread Aguirre, Sergio
Hi Laurent, > -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Friday, August 20, 2010 10:25 AM > To: Aguirre, Sergio > Cc: linux-media@vger.kernel.org; sakari.ai...@maxwell.research.nokia.com > Subject: Re: [RFC/PAT

RE: [RFC/PATCH v3 00/10] Media controller (core and V4L2)

2010-08-19 Thread Aguirre, Sergio
> -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Thursday, August 19, 2010 2:12 PM > To: Aguirre, Sergio > Cc: linux-media@vger.kernel.org; sakari.ai...@maxwell.research.nokia.com > Subject: Re: [RFC/PATCH v3 00/10] Medi

RE: [RFC/PATCH v3 00/10] Media controller (core and V4L2)

2010-08-19 Thread Aguirre, Sergio
Hi Laurent, > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Laurent Pinchart > Sent: Thursday, July 29, 2010 11:07 AM > To: linux-media@vger.kernel.org > Cc: sakari.ai...@maxwell.research.nokia.com > Subject: [RFC/PA

RE: [PATCH] Fixes field names that changed

2010-08-18 Thread Aguirre, Sergio
Oops, fixing my own typo below: > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Aguirre, Sergio > Sent: Wednesday, August 18, 2010 7:16 PM > To: henri...@henriquecamargo.com; Mauro Carvalho Chehab

RE: [PATCH] Fixes field names that changed

2010-08-18 Thread Aguirre, Sergio
Hi Henrique, Just some minor comments about the patch description below: > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Henrique Camargo > Sent: Tuesday, August 17, 2010 9:35 AM > To: Mauro Carvalho Chehab > Cc: Gu

[ANNOUNCE] OMAP3 Camera ISP driver wiki in omappedia.org

2010-08-13 Thread Aguirre, Sergio
Hi all, I'll like to announce a new wikipage entry in http://omappedia.org site for OMAP3 Camera-ISP progress and details. Please find it here. http://omappedia.org/wiki/Camera-ISP_Driver The intention is to provide an online documentation of the work and progress of the patches submission, and

RE: [media-ctl PATCH 2/3] Just include kernel headers

2010-07-30 Thread Aguirre, Sergio
Hi Laurent, > -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Friday, July 30, 2010 10:40 AM > To: Aguirre, Sergio > Cc: linux-media@vger.kernel.org > Subject: Re: [media-ctl PATCH 2/3] Just include kernel head

RE: [media-ctl PATCH 2/3] Just include kernel headers

2010-07-30 Thread Aguirre, Sergio
Hi Laurent, > -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Friday, July 30, 2010 9:24 AM > To: Aguirre, Sergio > Cc: linux-media@vger.kernel.org > Subject: Re: [media-ctl PATCH 2/3] Just include kernel headers >

RE: [media-ctl PATCH 2/3] Just include kernel headers

2010-07-30 Thread Aguirre, Sergio
Hi Laurent, > -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Friday, July 30, 2010 8:45 AM > To: Aguirre, Sergio > Cc: linux-media@vger.kernel.org > Subject: Re: [media-ctl PATCH 2/3] Just include kernel headers >

RE: [media-ctl] [omap3camera:devel] How to use the app?

2010-07-21 Thread Aguirre, Sergio
Hi Laurent, > -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Tuesday, June 29, 2010 5:23 AM > To: Aguirre, Sergio > Cc: Sakari Ailus; linux-media@vger.kernel.org > Subject: Re: [media-ctl] [omap3camera:devel]

RE: [RFC/PATCH 02/10] media: Media device

2010-07-16 Thread Aguirre, Sergio
> -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Friday, July 16, 2010 3:53 AM > To: Aguirre, Sergio > Cc: linux-media@vger.kernel.org; sakari.ai...@maxwell.research.nokia.com > Subject: Re: [RFC/PATCH 02/10] media: Me

  1   2   >