[GIT FIXES FOR 3.2 resend] Fixes for event framework

2011-11-07 Thread Hans de Goede
Hi Mauro et all, Please pull from me tree for the following event framework fixes: The following changes since commit b82b12633773804713fc10ae5d0006be2b5bf943: staging: Move media drivers to staging/media (2011-11-01 23:55:06 -0200) are available in the git repository at:

Re: [GIT FIXES FOR 3.2 resend] Fixes for event framework

2011-11-07 Thread Hans Verkuil
Hi Hans, Is there a reason why this fix: v4l2-ctrl: Send change events to all fh for auto cluster slave controls isn't part of this pull request? Or do you want me to make a pull request for that? Regards, Hans On Monday, November 07, 2011 09:22:00 Hans de Goede wrote: Hi Mauro et

[PATCH] [media] usbvision: Drop broken 10-bit I2C address support

2011-11-07 Thread Jean Delvare
The support for 10-bit I2C addresses in usbvision seems plain broken to me. I had already noticed that back in February 2007 [1]. The code was not fixed since then, so I take it that it's not actually needed. And as a matter of fact I don't know of any 10-bit addressed I2C tuner, encode, decoder

[GIT PULL FOR v3.2] Menu changes

2011-11-07 Thread Hans Verkuil
Hi Mauro, This is the patch series that reorganizes the V4L menu. The only thing I didn't touch is the SoC camera support submenu. Guennadi, what is the status for the SoC camera sensor drivers? I see that they still have a menu dependency to SOC_CAMERA. Is that still valid? Regards,

RE: [PATCH] MAINTAINERS: add a maintainer for s5p-mfc driver

2011-11-07 Thread Kamil Debski
Hi Mauro, From: Mauro Carvalho Chehab [mailto:mche...@redhat.com] Em 14-10-2011 01:03, Jeongtae Park escreveu: Add a maintainer for s5p-mfc driver. Signed-off-by: Jeongtae Park jtp.p...@samsung.com Cc: Marek Szyprowski m.szyprow...@samsung.com Cc: Kamil Debski k.deb...@samsung.com

[RFCv1 PATCH 1/3] V4L2: Add per-device-node capabilities

2011-11-07 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com If V4L2_CAP_DEVICE_CAPS is set, then the new device_caps field is filled with the capabilities of the opened device node. The capabilities field traditionally contains the capabilities of the whole device. E.g., if you open video0, then if it contains

[RFCv1 PATCH 0/3] Per-device-node capabilities

2011-11-07 Thread Hans Verkuil
During the recent V4L-DVB workshop we discussed the meaning of the capabilities field as returned by QUERYCAP. Historically these capabilities refer to the capabilities of the video device as a whole, and not to the capabilities of the filehandle through which QUERYCAP was called. So QUERYCAP

[RFCv1 PATCH 2/3] vivi: set device_caps.

2011-11-07 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/vivi.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c index 7d754fb..84ea88d 100644 ---

[RFCv1 PATCH 3/3] ivtv: setup per-device caps.

2011-11-07 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/ivtv/ivtv-driver.h |1 + drivers/media/video/ivtv/ivtv-ioctl.c |7 +-- drivers/media/video/ivtv/ivtv-streams.c | 14 ++ 3 files changed, 20

RE: [PATCH] MAINTAINERS: add a maintainer for s5p-mfc driver

2011-11-07 Thread Kamil Debski
From: Jeongtae Park [mailto:jtp.p...@samsung.com] Subject: [PATCH] MAINTAINERS: add a maintainer for s5p-mfc driver Add a maintainer for s5p-mfc driver. Signed-off-by: Jeongtae Park jtp.p...@samsung.com Acked-by: Kamil Debski k.deb...@samsung.com Cc: Marek Szyprowski

Re: femon signal strength

2011-11-07 Thread Andreas Oberritter
I didn't receive Devin's mail, so I'm replying to this one instead, see below: On 06.11.2011 20:59, Steffen Barszus wrote: On Sun, 6 Nov 2011 10:01:49 -0500 Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Sunday, November 6, 2011, Steffen Barszus steffenbpu...@googlemail.com wrote:

Re: media0 not showing up on beagleboard-xm

2011-11-07 Thread Gary Thomas
On 2011-11-06 15:26, Chris Whittenburg wrote: Hi Laurent, On Fri, Nov 4, 2011 at 6:49 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Chris, On Tuesday 25 October 2011 04:48:13 Chris Whittenburg wrote: I'm using oe-core to build the 3.0.7+ kernel, which runs fine on my

Re: [GIT PULL FOR v3.2] Menu changes

2011-11-07 Thread Guennadi Liakhovetski
Hi Hans On Mon, 7 Nov 2011, Hans Verkuil wrote: Hi Mauro, This is the patch series that reorganizes the V4L menu. The only thing I didn't touch is the SoC camera support submenu. Guennadi, what is the status for the SoC camera sensor drivers? I see that they still have a menu

Re: media0 not showing up on beagleboard-xm

2011-11-07 Thread Laurent Pinchart
On Monday 07 November 2011 12:08:15 Gary Thomas wrote: On 2011-11-06 15:26, Chris Whittenburg wrote: On Fri, Nov 4, 2011 at 6:49 AM, Laurent Pinchart wrote: On Tuesday 25 October 2011 04:48:13 Chris Whittenburg wrote: I'm using oe-core to build the 3.0.7+ kernel, which runs fine on my

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions 0.15

2011-11-07 Thread Mauro Carvalho Chehab
Em 21-10-2011 01:33, Taylor Ralph escreveu: On Thu, Oct 20, 2011 at 3:26 PM, Taylor Ralph taylor.ra...@gmail.com wrote: On Thu, Oct 20, 2011 at 2:14 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Thu, Oct 20, 2011 at 1:08 PM, Janne Grunau j...@jannau.net wrote: I think such

Re: [GIT PULL for 3.2-rc1] media updates part 2

2011-11-07 Thread Mauro Carvalho Chehab
Em 04-11-2011 11:22, Antti Palosaari escreveu: Mauro, Could you still try PULL some rather small Anysee changes for 3.2 I have requested two weeks ago? http://patchwork.linuxtv.org/patch/8182/ Those are Common Interface support and new board layout for Anysee E7 T2C. Sorry, but it is

RFC: Use of V4L2_FBUF_FLAG_OVERLAY

2011-11-07 Thread Hans Verkuil
During the recent V4L-DVB workshop we discussed the usage of the V4L2_FBUF_FLAG_OVERLAY flag. There are currently two drivers that use it: bttv uses it for the capture overlay, and ivtv uses it for the output overlay (OSD). In the case of bttv the behavior seems to be as follows: If this flag

Re: [PATCH] v4l2 doc: Added FBUF_CAP_SRC_CHROMAKEY/FLAG_SRC_CHROMAKEY

2011-11-07 Thread Hans Verkuil
Hi Vaibhav! This is a bit of a 'blast from the past', but when I went through the documentation of the framebuffer flags in the V4L2 spec I noticed that the definition of V4L2_FBUF_CAP_SRC_CHROMAKEY seemed to be wrong. The definition of V4L2_FBUF_CAP_CHROMAKEY says: 'The device supports

Re: [PATCH] media: vb2: reset queued list on REQBUFS(0) call

2011-11-07 Thread Mauro Carvalho Chehab
Em 25-10-2011 06:11, Pawel Osciak escreveu: On Tue, Oct 25, 2011 at 00:59, Marek Szyprowski m.szyprow...@samsung.com wrote: Queued list was not reset on REQBUFS(0) call. This caused enqueuing a freed buffer to the driver. Reported-by: Angela Wan angela.j@gmail.com Signed-off-by: Marek

Re: [GIT PULL for 3.2-rc1] media updates part 2

2011-11-07 Thread Patrick Dickey
On 11/07/2011 06:25 AM, Mauro Carvalho Chehab wrote: Em 04-11-2011 11:22, Antti Palosaari escreveu: Mauro, Could you still try PULL some rather small Anysee changes for 3.2 I have requested two weeks ago? http://patchwork.linuxtv.org/patch/8182/ Those are Common Interface support and new

RE: [PATCH] media: vb2: reset queued list on REQBUFS(0) call

2011-11-07 Thread Marek Szyprowski
Hello, On Monday, November 07, 2011 2:46 PM Mauro Carvalho Chehab wrote: Em 25-10-2011 06:11, Pawel Osciak escreveu: On Tue, Oct 25, 2011 at 00:59, Marek Szyprowski m.szyprow...@samsung.com wrote: Queued list was not reset on REQBUFS(0) call. This caused enqueuing a freed buffer to the

Re: [PATCH] [media] compat_ioctl: add compat handler for FE_SET_PROPERTY

2011-11-07 Thread Mauro Carvalho Chehab
Em 26-10-2011 12:19, Laurent Defert : Hello, You'll find below a patch that implements the FE_SET_PROPERTY ioctl compat code. This code is reached when a 32 bit application does the ioctl on a 64 bit kernel. There are other dvb ioctl that are missing from the compat layer

Re: [GIT PULL for 3.2-rc1] media updates part 2

2011-11-07 Thread Mauro Carvalho Chehab
Em 07-11-2011 11:53, Patrick Dickey escreveu: On 11/07/2011 06:25 AM, Mauro Carvalho Chehab wrote: Em 04-11-2011 11:22, Antti Palosaari escreveu: Mauro, Could you still try PULL some rather small Anysee changes for 3.2 I have requested two weeks ago?

Re: cx23885-alsa + Mygica X8507

2011-11-07 Thread Mauro Carvalho Chehab
Em 28-10-2011 17:58, Alfredo Jesús Delaiti escreveu: Hi For 15 days alsa cx23885 cleaner worked well with my Mygica X8507 card and with the 3.0.2 kernel in OpenSuSE 11.4. Please if you are going to add cx23885-alsa to kernel, add Mygica X8507 card. Best regards, Alfredo

Re: Switching input during capture

2011-11-07 Thread Mauro Carvalho Chehab
Em 29-10-2011 05:52, Laurent Pinchart escreveu: Hi Mauro, On Saturday 29 October 2011 00:30:12 Mauro Carvalho Chehab wrote: Em 28-10-2011 14:42, Laurent Pinchart escreveu: On Friday 28 October 2011 03:31:53 Gilles Gigan wrote: Hi, I would like to know what is the correct way to switch the

Re: femon signal strength

2011-11-07 Thread Luca Olivetti
Al 07/11/2011 11:47, En/na Andreas Oberritter ha escrit: I didn't receive Devin's mail, so I'm replying to this one instead, see below: [...] Quoting myself from three years ago, I propose to add an interface to read SNR in units of db/100: A previous version of the dvb api specified the

[KS workshop follow-up] multiple sensor contexts

2011-11-07 Thread Guennadi Liakhovetski
Hi all At the V4L/DVB workshop in Prague a couple of weeks ago possible merits of supporting multiple camera sensor contexts have been discussed. Such contexts are often promoted by camera manufacturers as a hardware optimization to support fast switching to the snapshot mode. Such a switch

Re: mt9p031 driver source.

2011-11-07 Thread Laurent Pinchart
Hi Andrew, On Saturday 05 November 2011 05:01:01 Andrew Tubbiolo wrote: Hi All: I've been playing with the mt9p031 for some time now. Last weekend I got the raw 12 bit data dump I've been wanting for some time. As of now the module I'm using only works if it is included in the kernel. I

Re: [PATCH v3 4/4] OMAP3/4: iommu: adapt to runtime pm

2011-11-07 Thread Ramirez Luna, Omar
Hi, On Fri, Nov 4, 2011 at 6:27 PM, Kevin Hilman khil...@ti.com wrote: @@ -821,9 +820,7 @@ static irqreturn_t iommu_fault_handler(int irq, void *data)       if (!obj-refcount)               return IRQ_NONE; -     clk_enable(obj-clk);       errs = iommu_report_fault(obj, da); -    

cron job: media_tree daily build: ERRORS

2011-11-07 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:Mon Nov 7 19:00:23 CET 2011 git hash:ead32d5357e4aae732ccd7427073ab4bf30d3068 gcc version: i686-linux-gcc

re: [media] V4L: soc-camera: make (almost) all client drivers re-usable outside of the framework

2011-11-07 Thread Dan Carpenter
Hi Guennadi, Gcc complains about 2f0babb7e432 [media] V4L: soc-camera: make (almost) all client drivers re-usable outside of the framework include/media/soc_camera.h: In function ‘soc_camera_i2c_to_vdev’: include/media/soc_camera.h:257:34: warning: cast to pointer from integer of different size

[patch] [media] V4L: mt9t112: use after free in mt9t112_probe()

2011-11-07 Thread Dan Carpenter
priv gets dereferenced in mt9t112_set_params() so we should return before calling that. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com diff --git a/drivers/media/video/mt9t112.c b/drivers/media/video/mt9t112.c index 32114a3..7b34b11 100644 --- a/drivers/media/video/mt9t112.c +++

Re: femon signal strength

2011-11-07 Thread Andreas Oberritter
On 07.11.2011 16:13, Luca Olivetti wrote: Al 07/11/2011 11:47, En/na Andreas Oberritter ha escrit: I didn't receive Devin's mail, so I'm replying to this one instead, see below: [...] Quoting myself from three years ago, I propose to add an interface to read SNR in units of db/100: A

Re: [PATCH 00/13] Remaining coding style clean up of AS102 driver

2011-11-07 Thread Sylwester Nawrocki
Hi Gianluca, On 11/07/2011 04:19 PM, Gianluca Gennari wrote: Hi Sylwester, I spotted a minor error in file as102_drv.c line 233: in a call to function dev_err, the first dev parameter is missing. This produces a compilation warning. Thanks for pointing that out, not sure how I have managed

Re: [PATCH 00/13] Remaining coding style clean up of AS102 driver

2011-11-07 Thread Sylwester Nawrocki
Hi Gianluca, On 11/07/2011 05:09 PM, Gianluca Gennari wrote: Hi Sylwestwer, I was about to test the new driver when I discovered that my as102 device is not included in the list of supported devices: /* Super Digi KEY */ #define AS102_SUPER_DIGI_NAME Super Digi KEY #define

Re: [PATCH 00/13] Remaining coding style clean up of AS102 driver

2011-11-07 Thread Devin Heitmueller
On Mon, Nov 7, 2011 at 2:57 PM, Sylwester Nawrocki snj...@gmail.com wrote: My knowledge about this driver is rather limited, in case of any issues I guess it's best to ask Devin directly. Part of the problem here is that the as102 chip is a fully programmable part, and as a result the firmware

Re: Switching input during capture

2011-11-07 Thread Gilles Gigan
Hi all, On Tue, Nov 8, 2011 at 1:50 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 29-10-2011 05:52, Laurent Pinchart escreveu: Hi Mauro, On Saturday 29 October 2011 00:30:12 Mauro Carvalho Chehab wrote: Em 28-10-2011 14:42, Laurent Pinchart escreveu: On Friday 28 October 2011

Re: [RFC/PATCH 1/2] v4l: Add generic board subdev registration function

2011-11-07 Thread Rick Bronson
Hi All, I'm trying to add a SPI camera to 2.6.39 but ran into trouble with isp_register_subdev_group() in drivers/media/video/omap3isp/isp.c hardcoded to use i2c. The platform is a BeagleBoardXM. I tried these two patches: http://patchwork.linuxtv.org/patch/6651/mbox/

[PATCH] Fix tm6010 audio

2011-11-07 Thread Dmitri Belimov
Hi I found why audio dosn't work for me and fix it. 2Stefan: The V4L2_STD_DK has V4L2_STD_SECAM_DK but not equal switch-case statement not worked you can use if (dev-norm V4L2_STD_DK) { } This patch fix this problem. Other, please don't remove any workarounds without important reason. For

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions 0.15

2011-11-07 Thread Taylor Ralph
On Mon, Nov 7, 2011 at 7:21 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 21-10-2011 01:33, Taylor Ralph escreveu: On Thu, Oct 20, 2011 at 3:26 PM, Taylor Ralph taylor.ra...@gmail.com wrote: On Thu, Oct 20, 2011 at 2:14 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Thu,

Re: media0 not showing up on beagleboard-xm

2011-11-07 Thread Chris Whittenburg
On Mon, Nov 7, 2011 at 5:14 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Monday 07 November 2011 12:08:15 Gary Thomas wrote: On 2011-11-06 15:26, Chris Whittenburg wrote: On Fri, Nov 4, 2011 at 6:49 AM, Laurent Pinchart wrote: On Tuesday 25 October 2011 04:48:13 Chris