Re: omap3isp: wrong image after resizer with mt9v034 sensor

2012-09-25 Thread Enric Balletbò i Serra
Hi Laurent, Many thanks for your time. 2012/9/25 Laurent Pinchart : > Hi Enric, > > On Monday 24 September 2012 15:49:01 Enric Balletbò i Serra wrote: >> 2012/9/24 Laurent Pinchart : >> > On Monday 24 September 2012 10:33:42 Enric Balletbò i Serra wrote: >> >> Hi everybody, >> >> >> >> I'm trying

Re: [PATCH RFC] V4L: Add s_rx_buffer subdev video operation

2012-09-25 Thread Sylwester Nawrocki
Hi Sakari, On 09/24/2012 08:26 PM, Sakari Ailus wrote: > On Mon, Sep 24, 2012 at 06:51:41PM +0200, Sylwester Nawrocki wrote: >> On 09/24/2012 03:44 PM, Sakari Ailus wrote: >>> How about useing a separate video buffer queue for the purpose? That would >>> provide a nice way to pass it to the user s

Re: [RFC] Timestamps and V4L2

2012-09-25 Thread Laurent Pinchart
Hi Hans, On Tuesday 25 September 2012 08:47:45 Hans Verkuil wrote: > On Tue September 25 2012 02:00:55 Laurent Pinchart wrote: > > On Friday 21 September 2012 11:33:24 Hans Verkuil wrote: > > > On Thu September 20 2012 22:21:22 Sakari Ailus wrote: > > > > Hi all, > > > > > > > > This RFC intends

Re: [PATCHv8 02/26] Documentation: media: description of DMABUF importing in V4L2

2012-09-25 Thread Hans Verkuil
On Mon 24 September 2012 14:17:00 Tomasz Stanislawski wrote: > Hi Hans, > Thank you for review. > > On 08/22/2012 12:47 PM, Hans Verkuil wrote: > > On Tue August 14 2012 17:34:32 Tomasz Stanislawski wrote: > >> This patch adds description and usage examples for importing > >> DMABUF file descripto

Re: omap3isp: wrong image after resizer with mt9v034 sensor

2012-09-25 Thread Laurent Pinchart
Hi Enric, On Tuesday 25 September 2012 09:44:42 Enric Balletbò i Serra wrote: > 2012/9/25 Laurent Pinchart : > > On Monday 24 September 2012 15:49:01 Enric Balletbò i Serra wrote: > >> 2012/9/24 Laurent Pinchart : > >> > On Monday 24 September 2012 10:33:42 Enric Balletbò i Serra wrote: > >> >> Hi

RE: led flash driver for lm3554/lm3556

2012-09-25 Thread Jeong, Daniel
Hi Sakari & Andy I've reviewed v4l2 flash APIs and I think it's also good to use v4l2 for our led driver chips. You wrote you have your internel version of the lm3554 driver, when will it be ready for publish? Regards, Daniel Jeong Texas Instruments. -Original Message- From: Sakari Ai

Re: [RFC] Timestamps and V4L2

2012-09-25 Thread Hans Verkuil
On Tue 25 September 2012 12:48:01 Laurent Pinchart wrote: > Hi Hans, > > On Tuesday 25 September 2012 08:47:45 Hans Verkuil wrote: > > On Tue September 25 2012 02:00:55 Laurent Pinchart wrote: > > BTW, I think we should also fix the description of the timestamp in the > > spec. Currently it says:

Re: [RFC] Timestamps and V4L2

2012-09-25 Thread Laurent Pinchart
Hi Hans, On Tuesday 25 September 2012 12:54:34 Hans Verkuil wrote: > On Tue 25 September 2012 12:48:01 Laurent Pinchart wrote: > > On Tuesday 25 September 2012 08:47:45 Hans Verkuil wrote: > > > On Tue September 25 2012 02:00:55 Laurent Pinchart wrote: > > > BTW, I think we should also fix the des

Re: [PATCHv3 0/6] media: convert to c99 format

2012-09-25 Thread Mauro Carvalho Chehab
Em Ter, 2012-09-25 às 08:03 -0300, Ezequiel Garcia escreveu: > Shubhrajyoti, > > Thanks for your patches. > > I'm adding media maintainer (Mauro) in Cc. When you send > patches for a file you should check who maintains them > and put those people in Cc. I actually prefer to not be c/c on the pat

[PATCH v3] media: davinci: vpif: display: separate out subdev from output

2012-09-25 Thread Prabhakar
From: Lad, Prabhakar vpif_display relied on a 1-1 mapping of output and subdev. This is not necessarily the case. Separate the two. So there is a list of subdevs and a list of outputs. Each output refers to a subdev and has routing information. An output does not have to have a subdev. The initi

Re: [PATCHv3 0/6] media: convert to c99 format

2012-09-25 Thread Ezequiel Garcia
On Tue, Sep 25, 2012 at 8:09 AM, Mauro Carvalho Chehab wrote: > Em Ter, 2012-09-25 às 08:03 -0300, Ezequiel Garcia escreveu: >> Shubhrajyoti, >> >> Thanks for your patches. >> >> I'm adding media maintainer (Mauro) in Cc. When you send >> patches for a file you should check who maintains them >> a

[PATCH] media: davinci: vpif: set device capabilities

2012-09-25 Thread Prabhakar
From: Lad, Prabhakar Signed-off-by: Lad, Prabhakar Signed-off-by: Manjunath Hadli Cc: Hans Verkuil --- drivers/media/platform/davinci/vpif_capture.c |4 +++- drivers/media/platform/davinci/vpif_display.c |4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/m

[PATCH] [media] s5p-fimc: Fix incorrect condition in fimc_lite_reqbufs()

2012-09-25 Thread Sachin Kamat
When precedence rules are applied, the condition always evaluates to be false which was not the intention. Adding the missing braces for correct evaluation of the expression and subsequent functionality. Signed-off-by: Sachin Kamat --- drivers/media/platform/s5p-fimc/fimc-lite.c |2 +- 1 fil

Re: omap3isp: wrong image after resizer with mt9v034 sensor

2012-09-25 Thread Enric Balletbò i Serra
Hi Laurent, 2012/9/25 Laurent Pinchart : > Hi Enric, > > On Tuesday 25 September 2012 09:44:42 Enric Balletbò i Serra wrote: >> 2012/9/25 Laurent Pinchart : >> > On Monday 24 September 2012 15:49:01 Enric Balletbò i Serra wrote: >> >> 2012/9/24 Laurent Pinchart : >> >> > On Monday 24 September 201

Re: [PATCH] [media] DocBook: Fix docbook compilation

2012-09-25 Thread Mauro Carvalho Chehab
Em Qui, 2012-09-13 às 23:00 +0200, Hans Verkuil escreveu: > On Thu September 13 2012 22:11:40 Mauro Carvalho Chehab wrote: > > changeset 1248c7cb66d734b60efed41be7c7b86909812c0e broke html compilation: > > > > Documentation/DocBook/v4l2.xml:584: parser error : Entity > > 'sub-subdev-g-edid' not d

[PULL] soc-camera 3.7-rc7 fixes

2012-09-25 Thread Guennadi Liakhovetski
Hi Mauro There go the 3 fixes, that popped up (at least in my INBOX;-)) last weekend. Unfortunately they'll break your renaming work, not sure if you manage to get git to automatically merge the stuff. In fact, I so far haven't been able to do anything like "git log" across those directory str

Re: omap3isp: wrong image after resizer with mt9v034 sensor

2012-09-25 Thread Laurent Pinchart
Hi Enric, On Tuesday 25 September 2012 13:23:20 Enric Balletbò i Serra wrote: > 2012/9/25 Laurent Pinchart : > > On Tuesday 25 September 2012 09:44:42 Enric Balletbò i Serra wrote: > >> 2012/9/25 Laurent Pinchart : > >> > On Monday 24 September 2012 15:49:01 Enric Balletbò i Serra wrote: > >> >> 2

Re: [PATCH RFC v2 0/5] s5p-fimc: Add interleaved image data capture support

2012-09-25 Thread Laurent Pinchart
Hi Sylwester, On Monday 24 September 2012 16:55:41 Sylwester Nawrocki wrote: > Hi All, > > This patch series adds device/vendor specific media bus pixel code section > and defines S5C73MX camera specific media bus pixel code, along with > corresponding fourcc. I realize this isn't probably the be

Re: [PATCH 0/3] A driver for Si476x series of chips

2012-09-25 Thread Mauro Carvalho Chehab
Hi Andrey, Em Qui, 2012-09-13 às 15:40 -0700, Andrey Smirnov escreveu: This patchset contains a driver for a Silicon Laboratories 476x series > of radio tuners. The driver itself is implemented as an MFD devices > comprised of three parts: > 1. Core device that provides all the other devices with

Re: [PATCH v3] media: davinci: vpif: display: separate out subdev from output

2012-09-25 Thread Hans Verkuil
On Tue 25 September 2012 13:11:49 Prabhakar wrote: > From: Lad, Prabhakar > > vpif_display relied on a 1-1 mapping of output and subdev. This is not > necessarily the case. Separate the two. So there is a list of subdevs > and a list of outputs. Each output refers to a subdev and has routing > in

Re: [PATCH RFC 1/5] V4L: Add V4L2_MBUS_FMT_S5C_UYVY_JPEG_1X8 media bus format

2012-09-25 Thread Laurent Pinchart
Hi Sylwester, On Monday 24 September 2012 16:55:42 Sylwester Nawrocki wrote: > This patch adds media bus pixel code for the interleaved JPEG/UYVY > image format used by S5C73MX Samsung cameras. This interleaved image > data is transferred on MIPI-CSI2 bus as User Defined Byte-based Data. > > It a

Re: [PATCH RFC 2/5] V4L: Add V4L2_PIX_FMT_S5C_UYVY_JPG fourcc definition

2012-09-25 Thread Laurent Pinchart
Hi Sylwester, On Monday 24 September 2012 16:55:43 Sylwester Nawrocki wrote: > The V4L2_PIX_FMT_S5C_UYVY_JPG is a two-plane image format used by > Samsung S5C73M3 camera. The first plane contains interleaved UYVY > and JPEG data, followed by meta-data in form of offsets to the UYVU > data blocks.

Re: [PATCH] media: davinci: vpif: set device capabilities

2012-09-25 Thread Hans Verkuil
On Tue 25 September 2012 13:16:24 Prabhakar wrote: > From: Lad, Prabhakar > > Signed-off-by: Lad, Prabhakar > Signed-off-by: Manjunath Hadli > Cc: Hans Verkuil > --- > drivers/media/platform/davinci/vpif_capture.c |4 +++- > drivers/media/platform/davinci/vpif_display.c |4 +++- > 2 f

Re: [PATCH] media: davinci: vpif: set device capabilities

2012-09-25 Thread Prabhakar Lad
Hi Hans, Thanks for the review. On Tue, Sep 25, 2012 at 5:13 PM, Hans Verkuil wrote: > On Tue 25 September 2012 13:16:24 Prabhakar wrote: >> From: Lad, Prabhakar >> >> Signed-off-by: Lad, Prabhakar >> Signed-off-by: Manjunath Hadli >> Cc: Hans Verkuil >> --- >> drivers/media/platform/davinc

Re: [PATCH] media: davinci: vpif: set device capabilities

2012-09-25 Thread Laurent Pinchart
Hi Hans, On Tuesday 25 September 2012 13:43:36 Hans Verkuil wrote: > On Tue 25 September 2012 13:16:24 Prabhakar wrote: > > From: Lad, Prabhakar > > > > Signed-off-by: Lad, Prabhakar > > Signed-off-by: Manjunath Hadli > > Cc: Hans Verkuil > > --- > > > > drivers/media/platform/davinci/vpif_

Re: [PATCH] media: davinci: vpif: set device capabilities

2012-09-25 Thread Hans Verkuil
On Tue 25 September 2012 13:49:16 Laurent Pinchart wrote: > Hi Hans, > > On Tuesday 25 September 2012 13:43:36 Hans Verkuil wrote: > > On Tue 25 September 2012 13:16:24 Prabhakar wrote: > > > From: Lad, Prabhakar > > > > > > Signed-off-by: Lad, Prabhakar > > > Signed-off-by: Manjunath Hadli >

[GIT PULL FOR v3.7] Add missing vidioc-subdev-g-edid.xml.

2012-09-25 Thread Hans Verkuil
Hi Mauro, As requested! Regards, Hans The following changes since commit 4313902ebe33155209472215c62d2f29d117be29: [media] ivtv-alsa, ivtv: Connect ivtv PCM capture stream to ivtv-alsa interface driver (2012-09-18 13:29:07 -0300) are available in the git repository at: git://lin

[GIT PULL FOR v3.7] In non-blocking mode return EAGAIN in hwseek

2012-09-25 Thread Hans Verkuil
When trying to do hardware seek in non-blocking mode just return EAGAIN instead of blocking while the seek is in progress. The following changes since commit 4313902ebe33155209472215c62d2f29d117be29: [media] ivtv-alsa, ivtv: Connect ivtv PCM capture stream to ivtv-alsa interface driver (2012-0

Re: [PATCH] v4l: change path of video drivers

2012-09-25 Thread Laurent Pinchart
Hi Prabhakar, Thanks for the patch. On Friday 14 September 2012 14:47:52 Prabhakar Lad wrote: > From: Lad, Prabhakar > > due to structure change for video drivers, change the > description with correct path. > > Signed-off-by: Lad, Prabhakar > Signed-off-by: Manjunath Hadli > Cc: Mauro Carva

[PATCH] media: mt9p031/mt9t001/mt9v032: use V4L2_CID_TEST_PATTERN for test pattern control

2012-09-25 Thread Prabhakar
From: Lad, Prabhakar Signed-off-by: Lad, Prabhakar Signed-off-by: Manjunath Hadli --- drivers/media/i2c/mt9p031.c | 27 drivers/media/i2c/mt9t001.c | 33 +++--- drivers/media/i2c/mt9v032.c | 46 +- 3

Re: [PATCH] media: davinci: vpif: set device capabilities

2012-09-25 Thread Prabhakar Lad
Hi Hans/Laurent On Tue, Sep 25, 2012 at 5:24 PM, Hans Verkuil wrote: > On Tue 25 September 2012 13:49:16 Laurent Pinchart wrote: >> Hi Hans, >> >> On Tuesday 25 September 2012 13:43:36 Hans Verkuil wrote: >> > On Tue 25 September 2012 13:16:24 Prabhakar wrote: >> > > From: Lad, Prabhakar >> > >

Fw: [PATCH] [media] s5p-mfc: Remove unreachable code

2012-09-25 Thread Mauro Carvalho Chehab
Hi Sylwester, Please review. Thanks! Mauro Forwarded message: Date: Fri, 14 Sep 2012 14:50:17 +0530 From: Sachin Kamat To: linux-media@vger.kernel.org Cc: mche...@infradead.org, s.nawro...@samsung.com, k.deb...@samsung.com, sachin.ka...@linaro.org, patc...@linaro.org Subject: [PATCH] [media]

Re: [RFCv1 API PATCH 4/4] tuner-core: map audmode to STEREO for radio devices.

2012-09-25 Thread Mauro Carvalho Chehab
Em Fri, 14 Sep 2012 13:15:36 +0200 Hans Verkuil escreveu: > Fixes a v4l2-compliance error: setting audmode to a value other than mono > or stereo for a radio device should map to MODE_STEREO. > > Signed-off-by: Hans Verkuil > --- > drivers/media/v4l2-core/tuner-core.c |5 - > 1 file ch

Re: [PATCH] [media] s5p-fimc: Fix incorrect condition in fimc_lite_reqbufs()

2012-09-25 Thread Sylwester Nawrocki
Hi Sachin, On 09/25/2012 01:19 PM, Sachin Kamat wrote: > When precedence rules are applied, the condition always evaluates > to be false which was not the intention. Adding the missing braces > for correct evaluation of the expression and subsequent functionality. > > Signed-off-by: Sachin Kamat

Re: [RFCv1 API PATCH 4/4] tuner-core: map audmode to STEREO for radio devices.

2012-09-25 Thread Hans Verkuil
On Tue 25 September 2012 15:33:40 Mauro Carvalho Chehab wrote: > Em Fri, 14 Sep 2012 13:15:36 +0200 > Hans Verkuil escreveu: > > > Fixes a v4l2-compliance error: setting audmode to a value other than mono > > or stereo for a radio device should map to MODE_STEREO. > > > > Signed-off-by: Hans Ver

Re: [PATCH] media: davinci: vpif: set device capabilities

2012-09-25 Thread Hans Verkuil
On Tue 25 September 2012 15:26:11 Prabhakar Lad wrote: > Hi Hans/Laurent > > On Tue, Sep 25, 2012 at 5:24 PM, Hans Verkuil wrote: > > On Tue 25 September 2012 13:49:16 Laurent Pinchart wrote: > >> Hi Hans, > >> > >> On Tuesday 25 September 2012 13:43:36 Hans Verkuil wrote: > >> > On Tue 25 Septem

Re: [PATCH] media: davinci: vpif: set device capabilities

2012-09-25 Thread Laurent Pinchart
On Tuesday 25 September 2012 15:48:10 Hans Verkuil wrote: > On Tue 25 September 2012 15:26:11 Prabhakar Lad wrote: > > On Tue, Sep 25, 2012 at 5:24 PM, Hans Verkuil wrote: > > > On Tue 25 September 2012 13:49:16 Laurent Pinchart wrote: > > >> Hi Hans, > > >> > > >> On Tuesday 25 September 2012 13

Re: [PATCH] media: davinci: vpif: set device capabilities

2012-09-25 Thread Prabhakar Lad
On Tue, Sep 25, 2012 at 7:20 PM, Laurent Pinchart wrote: > On Tuesday 25 September 2012 15:48:10 Hans Verkuil wrote: >> On Tue 25 September 2012 15:26:11 Prabhakar Lad wrote: >> > On Tue, Sep 25, 2012 at 5:24 PM, Hans Verkuil wrote: >> > > On Tue 25 September 2012 13:49:16 Laurent Pinchart wrote:

Re: Fw: [PATCH] [media] s5p-mfc: Remove unreachable code

2012-09-25 Thread Sylwester Nawrocki
Hi Mauro, Sachin, On 09/25/2012 03:28 PM, Mauro Carvalho Chehab wrote: > Hi Sylwester, > > Please review. I checked it with Kamil and it seems the code being removed is required for proper driver operation. Thus please hold on with this patch. We will prepare a different fix after testing. Sach

[PATCH v2] media: davinci: vpif: set device capabilities

2012-09-25 Thread Prabhakar
From: Lad, Prabhakar set device_caps and also change the driver and bus_info to proper values as per standard. Signed-off-by: Lad, Prabhakar Signed-off-by: Manjunath Hadli Cc: Hans Verkuil --- Changes for v2: 1: Change the bus_info and driver to proper values, pointed by Hans. drivers

Re: [PATCH RFC 1/5] V4L: Add V4L2_MBUS_FMT_S5C_UYVY_JPEG_1X8 media bus format

2012-09-25 Thread Sylwester Nawrocki
Hi Laurent, Thanks for your review. On 09/25/2012 01:42 PM, Laurent Pinchart wrote: > On Monday 24 September 2012 16:55:42 Sylwester Nawrocki wrote: >> This patch adds media bus pixel code for the interleaved JPEG/UYVY >> image format used by S5C73MX Samsung cameras. This interleaved image >> dat

Re: [PATCHv8 13/26] v4l: vivi: support for dmabuf importing

2012-09-25 Thread Tomasz Stanislawski
On 08/22/2012 01:47 PM, Hans Verkuil wrote: > On Wed August 22 2012 12:56:30 Hans Verkuil wrote: >> On Tue August 14 2012 17:34:43 Tomasz Stanislawski wrote: >>> This patch enhances VIVI driver with a support for importing a buffer >>> from DMABUF file descriptors. >> >> Thanks for adding DMABUF su

Re: [PATCH RFC 2/5] V4L: Add V4L2_PIX_FMT_S5C_UYVY_JPG fourcc definition

2012-09-25 Thread Sylwester Nawrocki
Hi Laurent, On 09/25/2012 01:44 PM, Laurent Pinchart wrote: >> diff --git a/Documentation/DocBook/media/v4l/pixfmt.xml >> b/Documentation/DocBook/media/v4l/pixfmt.xml index 1ddbfab..9caed9b 100644 >> --- a/Documentation/DocBook/media/v4l/pixfmt.xml >> +++ b/Documentation/DocBook/media/v4l/pixfmt.x

Re: [PATCH] media: add V4L2 DT binding documentation

2012-09-25 Thread Guennadi Liakhovetski
Hi Sylwester Ok, looks like there are no more comments coming, so, we can submit a new version:-) Thanks for your comments: On Tue, 11 Sep 2012, Sylwester Nawrocki wrote: > Hi Guennadi, > > On 09/11/2012 05:51 PM, Guennadi Liakhovetski wrote: > > This patch adds a document, describing common

[PATCH v3 1/4] v4l: vb2: add prepare/finish callbacks to allocators

2012-09-25 Thread Federico Vaga
From: Marek Szyprowski This patch adds support for prepare/finish callbacks in VB2 allocators. These callback are used for buffer flushing. Signed-off-by: Marek Szyprowski Acked-by: Laurent Pinchart Acked-by: Federico Vaga --- drivers/media/v4l2-core/videobuf2-core.c | 11 +++ includ

Re: Fw: [PATCH] [media] s5p-mfc: Remove unreachable code

2012-09-25 Thread Sachin Kamat
Hi Sylwester, On 25 September 2012 19:37, Sylwester Nawrocki wrote: > Hi Mauro, Sachin, > > On 09/25/2012 03:28 PM, Mauro Carvalho Chehab wrote: >> Hi Sylwester, >> >> Please review. > > I checked it with Kamil and it seems the code being removed > is required for proper driver operation. Thus pl

Re: [PATCH] [media] s5p-fimc: Fix incorrect condition in fimc_lite_reqbufs()

2012-09-25 Thread Sachin Kamat
Hi Sylwester, On 25 September 2012 19:09, Sylwester Nawrocki wrote: > Hi Sachin, > > On 09/25/2012 01:19 PM, Sachin Kamat wrote: >> When precedence rules are applied, the condition always evaluates >> to be false which was not the intention. Adding the missing braces >> for correct evaluation of

Re: Fw: [PATCH] [media] s5p-mfc: Remove unreachable code

2012-09-25 Thread Sylwester Nawrocki
Hi Sachin, On 09/25/2012 05:25 PM, Sachin Kamat wrote: > Do you want me to make this change and re-send the patch? No, there is no need. Kamil is investigating it and will prepare required patch. Right now I'm not sure if the change suggested is correct or not. Thanks, Sylwester -- To unsubscrib

Re: [PATCH] media: mt9p031/mt9t001/mt9v032: use V4L2_CID_TEST_PATTERN for test pattern control

2012-09-25 Thread Laurent Pinchart
Hi Prabhakar, Thank you for the patch. On Tuesday 25 September 2012 18:29:25 Prabhakar wrote: > From: Lad, Prabhakar > > Signed-off-by: Lad, Prabhakar > Signed-off-by: Manjunath Hadli > --- > drivers/media/i2c/mt9p031.c | 27 > drivers/media/i2c/mt9t001.c | 33 ++

Re: [PATCHv8 18/26] v4l: add buffer exporting via dmabuf

2012-09-25 Thread Tomasz Stanislawski
Hi Hans, Thank you for review. Please refer to the comments below. On 08/22/2012 01:41 PM, Hans Verkuil wrote: > On Tue August 14 2012 17:34:48 Tomasz Stanislawski wrote: >> This patch adds extension to V4L2 api. It allow to export a mmap buffer as >> file >> descriptor. New ioctl VIDIOC_EXPBUF i

RE: Re: [RFC] Timestamps and V4L2

2012-09-25 Thread Kamil Debski
Hi, Sorry for such a long absence on the mailing list after the Mini summit, I was out of office. I see that the discussion about timestamps has already started, so I would like to add some comments. Especially about mem-to-mem devices. > Subject: Re: [RFC] Timestamps and V4L2 > Date: Tue, 25 Sep

RE: [PATCH] v4l/s5p-mfc: added support for end of stream handling in MFC encoder

2012-09-25 Thread Kamil Debski
Hi Andrzej, Thank you for your patch and sorry for such a late reply. Best wishes, -- Kamil Debski Linux Platform Group Samsung Poland R&D Center > -Original Message- > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > ow...@vger.kernel.org] On Behalf Of Andrzej Hajda > Sen

Re: [PATCH 4/8] rc-core: don't throw away protocol information

2012-09-25 Thread Mauro Carvalho Chehab
Em Sat, 25 Aug 2012 23:47:08 +0200 David Härdeman escreveu: Pathes 1 to 3 are OK. Applied, thanks! ... > +#define RC_SCANCODE_UNKNOWN(x) (x) > +#define RC_SCANCODE_OTHER(x) (x) > +#define RC_SCANCODE_NEC(addr, cmd) (((addr) << 8) | (cmd)) > +#define RC_SCANCODE_NECX(addr, cmd) (((addr) << 8) |

cron job: media_tree daily build: ERRORS

2012-09-25 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Tue Sep 25 19:00:18 CEST 2012 git hash:f9040ef3fab8f6f5f6fced5583203695d08efde3 gcc version: i686-linux-gcc (GC

Re: HVR 4000 and DVB-API

2012-09-25 Thread Rémi Denis-Courmont
Le lundi 24 septembre 2012 10:51:23, Dominique Michel a écrit : > The WinTV HVR-4000-HD is a multi-tuners TV card with 2 dvb tuners. > It look like its driver doesn't have been updated to the new DVB-API. Multi-standard frontends required DVB API version 5.5. That is found in kernel versions 3.2

Re: [RFC] Timestamps and V4L2

2012-09-25 Thread Sakari Ailus
Hi Hans and Laurent, Hans Verkuil wrote: ... >>> Using v4l2_buffer flags to report the clock >>> --- >>> >>> By defining flags like this: >>> >>> V4L2_BUF_FLAG_CLOCK_MASK0x7000 >>> /* Possible Clocks */ >>> V4L2_BUF_FLAG_CLOCK_UNKNOWN 0x /* system o

Re: [RFC] Timestamps and V4L2

2012-09-25 Thread Sakari Ailus
Hi Hans, Hans Verkuil wrote: > On Tue 25 September 2012 12:48:01 Laurent Pinchart wrote: >> Hi Hans, >> >> On Tuesday 25 September 2012 08:47:45 Hans Verkuil wrote: >>> On Tue September 25 2012 02:00:55 Laurent Pinchart wrote: >>> BTW, I think we should also fix the description of the timestamp in

Re: [PATCH 3/8] rc-core: add separate defines for protocol bitmaps and numbers

2012-09-25 Thread Mauro Carvalho Chehab
Em Sat, 25 Aug 2012 23:47:03 +0200 David Härdeman escreveu: > The RC_TYPE_* defines are currently used both where a single protocol is > expected and where a bitmap of protocols is expected. This patch tries > to separate the two in preparation for the following patches. > > The intended use is

Re: [PATCH] [media] s5p-fimc: Use the new linux/sizes.h header file

2012-09-25 Thread Sylwester Nawrocki
Hi Sachin, On 09/24/2012 11:06 AM, Sachin Kamat wrote: Replaces asm/sizes.h with linux/sizes.h. Signed-off-by: Sachin Kamat Thanks, I have already applied similar patch to this one [1]. You can see what's already queued at http://git.infradead.org/users/kmpark/linux-samsung branch v4l-next.

Re: [PATCH] [media] s5k6aa: Fix possible NULL pointer dereference

2012-09-25 Thread Sylwester Nawrocki
Hi Sachin, On 09/22/2012 09:28 AM, Sachin Kamat wrote: > It is previously assumed that 'rect' could be NULL. > Hence add a check to print the members of 'rect' only when it is not > NULL. > > Signed-off-by: Sachin Kamat > --- > drivers/media/i2c/s5k6aa.c |5 +++-- > 1 files changed, 3 inse

[PATCH v2] bt8xx: Add video4linux control V4L2_CID_COLOR_KILLER.

2012-09-25 Thread Guilherme Herrmann Destefani
Added V4L2_CID_COLOR_KILLER control to the bt8xx driver. The control V4L2_CID_PRIVATE_CHROMA_AGC was changed too because with this change the bttv driver must touch two bits in the SC Loop Control Registers, for controls V4L2_CID_COLOR_KILLER and V4L2_CID_PRIVATE_CHROMA_AGC. Signed-off-by: Guilher

Re: [RFC] Timestamps and V4L2

2012-09-25 Thread Sylwester Nawrocki
Hi Laurent, On 09/25/2012 02:34 AM, Laurent Pinchart wrote: > On Saturday 22 September 2012 19:12:52 Sylwester Nawrocki wrote: >> On 09/22/2012 02:38 PM, Sakari Ailus wrote: You are missing one other option: Using v4l2_buffer flags to report the clock --

Re: [RFCv1 API PATCH 4/4] tuner-core: map audmode to STEREO for radio devices.

2012-09-25 Thread Mauro Carvalho Chehab
Em Tue, 25 Sep 2012 15:45:00 +0200 Hans Verkuil escreveu: > On Tue 25 September 2012 15:33:40 Mauro Carvalho Chehab wrote: > > Em Fri, 14 Sep 2012 13:15:36 +0200 > > Hans Verkuil escreveu: > > > > > Fixes a v4l2-compliance error: setting audmode to a value other than mono > > > or stereo for a

Re: [PATCH] [media] s5k6aa: Fix possible NULL pointer dereference

2012-09-25 Thread Sachin Kamat
Hi Sylwester, On 26 September 2012 03:28, Sylwester Nawrocki wrote: > Hi Sachin, > > On 09/22/2012 09:28 AM, Sachin Kamat wrote: >> It is previously assumed that 'rect' could be NULL. >> Hence add a check to print the members of 'rect' only when it is not >> NULL. >> >> Signed-off-by: Sachin Kama

[PATCH Resend] [media] s5p-fimc: Fix incorrect condition in fimc_lite_reqbufs()

2012-09-25 Thread Sachin Kamat
Fixes a typo in a conditional evaluation. Signed-off-by: Sachin Kamat --- drivers/media/platform/s5p-fimc/fimc-lite.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/platform/s5p-fimc/fimc-lite.c b/drivers/media/platform/s5p-fimc/fimc-lite.c index 9289008

Re: [PATCH] [media] s5p-fimc: Use the new linux/sizes.h header file

2012-09-25 Thread Sachin Kamat
Hi Sylwester, On 26 September 2012 02:38, Sylwester Nawrocki wrote: > Hi Sachin, > > > On 09/24/2012 11:06 AM, Sachin Kamat wrote: >> >> Replaces asm/sizes.h with linux/sizes.h. >> >> Signed-off-by: Sachin Kamat > > > Thanks, I have already applied similar patch to this one [1]. I just found tha

Re: [PATCH] media: mt9p031/mt9t001/mt9v032: use V4L2_CID_TEST_PATTERN for test pattern control

2012-09-25 Thread Prabhakar Lad
Hi Laurent, Thanks for the review. On Tue, Sep 25, 2012 at 9:30 PM, Laurent Pinchart wrote: > Hi Prabhakar, > > Thank you for the patch. > > On Tuesday 25 September 2012 18:29:25 Prabhakar wrote: >> From: Lad, Prabhakar >> >> Signed-off-by: Lad, Prabhakar >> Signed-off-by: Manjunath Hadli >>

[PATCH v2] media: mt9p031/mt9t001/mt9v032: use V4L2_CID_TEST_PATTERN for test pattern control

2012-09-25 Thread Prabhakar
From: Lad, Prabhakar Signed-off-by: Lad, Prabhakar Signed-off-by: Manjunath Hadli Cc: Laurent Pinchart Cc: Sakari Ailus Cc: Paul Gortmaker Cc: Jean Delvare --- Changes for v2: 1: Fixed review comments pointed by Laurent. drivers/media/i2c/mt9p031.c | 19 +-- drivers/me

Re: [PATCHv8 18/26] v4l: add buffer exporting via dmabuf

2012-09-25 Thread Hans Verkuil
On Tue September 25 2012 18:30:43 Tomasz Stanislawski wrote: > Hi Hans, > Thank you for review. > Please refer to the comments below. > > On 08/22/2012 01:41 PM, Hans Verkuil wrote: > > On Tue August 14 2012 17:34:48 Tomasz Stanislawski wrote: > >> This patch adds extension to V4L2 api. It allow t

Re: Gain controls in v4l2-ctrl framework

2012-09-25 Thread Prabhakar Lad
Hi All, On Sun, Sep 23, 2012 at 4:56 PM, Prabhakar Lad wrote: > Hi All, > > The CCD/Sensors have the capability to adjust the R/ye, Gr/Cy, Gb/G, > B/Mg gain values. > Since these control can be re-usable I am planning to add the > following gain controls as part > of the framework: > > 1: V4L2_CI

Re: HVR 4000 and DVB-API

2012-09-25 Thread Dominique Michel
Le Tue, 25 Sep 2012 22:27:55 +0300, "Rémi Denis-Courmont" a écrit : Thanks for the answer. > Le lundi 24 septembre 2012 10:51:23, Dominique Michel a écrit : > > The WinTV HVR-4000-HD is a multi-tuners TV card with 2 dvb tuners. > > It look like its driver doesn't have been updated to the new >

Re: Gain controls in v4l2-ctrl framework

2012-09-25 Thread Chris MacGregor
Hi All. On 09/25/2012 11:44 PM, Prabhakar Lad wrote: Hi All, On Sun, Sep 23, 2012 at 4:56 PM, Prabhakar Lad wrote: Hi All, The CCD/Sensors have the capability to adjust the R/ye, Gr/Cy, Gb/G, B/Mg gain values. Since these control can be re-usable I am planning to add the following gain contr