Re: cron job: media_tree daily build: ERRORS: help needed

2012-06-19 Thread Hans Verkuil
On 19/06/12 21:41, Peter Senna Tschudin wrote: Full diff: http://pastebin.com/BJS2EXcH On Tue, Jun 19, 2012 at 4:39 PM, Peter Senna Tschudin wrote: Hans, I've: [peter@ace tmp]$ diff linux-2.6.35.13/scripts/mod/file2alias.c linux-3.4.3/scripts/mod/file2alias.c And found: 727a840 ADD_TO_DEVT

Re: [PATCHv7 03/15] v4l: vb2: add support for shared buffer (dma_buf)

2012-06-19 Thread Dima Zavin
Tomasz, I've encountered an issue with this patch when userspace does several stream_on/stream_off cycles. When the user tries to qbuf a buffer after doing stream_off, we trigger the "dmabuf already pinned" warning since we didn't unmap the buffer as dqbuf was never called. The below patch adds c

Re: [RFC] Support for 'Coda' video codec IP.

2012-06-19 Thread Fabio Estevam
Hi Javier, On Tue, Jun 19, 2012 at 11:11 AM, Javier Martin wrote: > This patch adds support for the video encoder present > in the i.MX27. It currently support encoding in H.264 and > in MPEG4 SP. It's working properly in a Visstrim SM10 platform. > It uses V4L2-mem2mem framework. > > A public gi

Re: [PATCH 5/5] usb: gadget/uvc: Add support for 'USB_GADGET_DELAYED_STATUS' response for a set_intf(alt-set 1) command

2012-06-19 Thread Laurent Pinchart
Hi Bhupesh, Thanks for the patch, and sorry for the late reply. On Friday 01 June 2012 15:08:58 Bhupesh Sharma wrote: > This patch adds the support in UVC webcam gadget design for providing > USB_GADGET_DELAYED_STATUS in response to a set_interface(alt setting 1) > command issue by the Host. > >

Re: [PATCHv7 00/15] Integration of videobuf2 with dmabuf

2012-06-19 Thread Laurent Pinchart
Hi Tomasz, On Thursday 14 June 2012 15:37:34 Tomasz Stanislawski wrote: > Hello everyone, > This patchset adds support for DMABUF [2] importing to V4L2 stack. > The support for DMABUF exporting was moved to separate patchset > due to dependency on patches for DMA mapping redesign by > Marek Szypro

Re: [PATCHv7 06/15] v4l: vb2-dma-contig: remove reference of alloc_ctx from a buffer

2012-06-19 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Thursday 14 June 2012 15:37:40 Tomasz Stanislawski wrote: > This patch removes a reference to alloc_ctx from an instance of a DMA > contiguous buffer. It helps to avoid a risk of a dangling pointer if the > context is released while the buffer is still valid.

Re: [PATCHv7 12/15] v4l: vb2-vmalloc: add support for dmabuf importing

2012-06-19 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Thursday 14 June 2012 15:37:46 Tomasz Stanislawski wrote: > This patch adds support for importing DMABUF files for > vmalloc allocator in Videobuf2. > > Signed-off-by: Tomasz Stanislawski > Signed-off-by: Kyungmin Park Acked-by: Laurent Pinchart -- Regar

Re: [PATCHv7 10/15] v4l: vb2-dma-contig: add prepare/finish to dma-contig allocator

2012-06-19 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Thursday 14 June 2012 15:37:44 Tomasz Stanislawski wrote: > From: Marek Szyprowski > > Add prepare/finish callbacks to vb2-dma-contig allocator. > > Signed-off-by: Marek Szyprowski Acked-by: Laurent Pinchart > --- > drivers/media/video/videobuf2-dma-con

Re: uvcvideo issue with kernel 3.5-rc2 and 3

2012-06-19 Thread Philipp Dreimann
On 18 June 2012 12:41, Laurent Pinchart wrote: > This might be cause by a bug in the USB core or in the UVC driver. Would you > be able to bisect the regression ? Are you aware of any tool to bisect such issues using kvm/virtualbox/..? I would like to bisect the issue but rebooting the system need

Re: [PATCHv7 02/15] Documentation: media: description of DMABUF importing in V4L2

2012-06-19 Thread Laurent Pinchart
Hi Thomas, Thanks for the patch. On Thursday 14 June 2012 15:37:36 Tomasz Stanislawski wrote: > This patch adds description and usage examples for importing > DMABUF file descriptor in V4L2. > > Signed-off-by: Tomasz Stanislawski > Signed-off-by: Kyungmin Park > CC: linux-...@vger.kernel.org

Re: cron job: media_tree daily build: ERRORS: help needed

2012-06-19 Thread Ezequiel Garcia
On Tue, Jun 19, 2012 at 4:39 PM, Peter Senna Tschudin wrote: > Hans, > > I've: > [peter@ace tmp]$ diff linux-2.6.35.13/scripts/mod/file2alias.c > linux-3.4.3/scripts/mod/file2alias.c > > And found: > 727a840 >> ADD_TO_DEVTABLE("i2c", struct i2c_device_id, do_i2c_entry); FWIW, that macro was added

Re: cron job: media_tree daily build: ERRORS: help needed

2012-06-19 Thread Peter Senna Tschudin
Full diff: http://pastebin.com/BJS2EXcH On Tue, Jun 19, 2012 at 4:39 PM, Peter Senna Tschudin wrote: > Hans, > > I've: > [peter@ace tmp]$ diff linux-2.6.35.13/scripts/mod/file2alias.c > linux-3.4.3/scripts/mod/file2alias.c > > And found: > 727a840 >> ADD_TO_DEVTABLE("i2c", struct i2c_device_id, d

Re: cron job: media_tree daily build: ERRORS: help needed

2012-06-19 Thread Peter Senna Tschudin
Hans, I've: [peter@ace tmp]$ diff linux-2.6.35.13/scripts/mod/file2alias.c linux-3.4.3/scripts/mod/file2alias.c And found: 727a840 > ADD_TO_DEVTABLE("i2c", struct i2c_device_id, do_i2c_entry); This line only exists on 3.4.3 version of file2alias.c. Isn't this why it successfully compile with new

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread Hans de Goede
Hi, On 06/19/2012 07:43 PM, halli manjunatha wrote: On Tue, Jun 19, 2012 at 12:33 PM, Hans de Goede wrote: Hi, On 06/19/2012 06:47 PM, Hans de Goede wrote: Hi, Ok, you've convinced me. I agree that having a way to actually enumerate ranges, rather then having a fixed set of ranges, is b

cron job: media_tree daily build: ERRORS

2012-06-19 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 Jun 19 19:00:25 CEST 2012 git hash:5472d3f17845c4398c6a510b46855820920c2181 gcc version: i686-linux-gcc (GC

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread Hans Verkuil
On 19/06/12 19:33, Hans de Goede wrote: Hi, On 06/19/2012 06:47 PM, Hans de Goede wrote: Hi, Ok, you've convinced me. I agree that having a way to actually enumerate ranges, rather then having a fixed set of ranges, is better. Which brings us back many weeks to the proposal for making it po

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread halli manjunatha
On Tue, Jun 19, 2012 at 12:33 PM, Hans de Goede wrote: > Hi, > > > On 06/19/2012 06:47 PM, Hans de Goede wrote: >> >> Hi, >> >> > a way to enumerate bands, including their rangelow, rangehigh >> and capabilities> >> >> Ok, you've convinced me. I agree that having a way to actually >> enumerate ran

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread Hans de Goede
Hi, On 06/19/2012 06:47 PM, Hans de Goede wrote: Hi, Ok, you've convinced me. I agree that having a way to actually enumerate ranges, rather then having a fixed set of ranges, is better. Which brings us back many weeks to the proposal for making it possible to enumerate bands on radio device

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread Hans de Goede
Hi, Ok, you've convinced me. I agree that having a way to actually enumerate ranges, rather then having a fixed set of ranges, is better. Which brings us back many weeks to the proposal for making it possible to enumerate bands on radio devices. Rather then digging up the old mails lets start

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread halli manjunatha
On Tue, Jun 19, 2012 at 10:41 AM, Mauro Carvalho Chehab wrote: > Em 19-06-2012 10:31, halli manjunatha escreveu: >> Hi Mauro, >> >> Please take the Patch-set 7 which I submitted by removing my set_band >> implementation (as per Hans V suggestion). >> >> https://lkml.org/lkml/2012/5/21/294 > > Manj

Re: [RFC] [media] cx231xx: restore tuner settings on first open

2012-06-19 Thread Devin Heitmueller
Hi David, > It sounds like we want a solution that >      * lives in core code >      * doesn't require tuner drivers to save state >      * manages hybrid tuners appropriately >      * allows for gradual API change-over (no flag day for tuners or >        for capture devices) >      * has a reason

RE: DiBcom adapter problems

2012-06-19 Thread Olivier GRENIE
Hello, can you provide more information: - kernel version - more log information (not only the error message but also the log from the beginning, when you plug the device) with: * the debug parameter of the dib8000 module set to 1 * the frontend_debug parameter of the d

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread Mauro Carvalho Chehab
Em 19-06-2012 10:31, halli manjunatha escreveu: > Hi Mauro, > > Please take the Patch-set 7 which I submitted by removing my set_band > implementation (as per Hans V suggestion). > > https://lkml.org/lkml/2012/5/21/294 Manju, That doesn't solve the issue. As I pointed on my previous email, the

[PATCH 1/1] [media] ene_ir: Fix driver initialisation

2012-06-19 Thread Luis Henriques
commit 9ef449c6b31bb6a8e6dedc24de475a3b8c79be20 ("[media] rc: Postpone ISR registration") fixed an early ISR registration on several drivers. It did however also introduced a bug by moving the invocation of pnp_port_start() to the end of the probe function. This patch fixes this issue by moving t

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread Mauro Carvalho Chehab
Em 19-06-2012 09:36, Hans de Goede escreveu: > Hi, > > On 06/19/2012 01:09 PM, Mauro Carvalho Chehab wrote: >> Em 19-06-2012 05:27, Hans de Goede escreveu: >>> Hi, >>> >>> On 06/19/2012 02:47 AM, Mauro Carvalho Chehab wrote: Em 28-05-2012 07:46, Hans Verkuil escreveu: > From: Hans Verkuil

Re: cron job: media_tree daily build: ERRORS: help needed

2012-06-19 Thread Hans Verkuil
On Tue 19 June 2012 14:50:09 Ezequiel Garcia wrote: > Hi Hans, > > On Tue, Jun 19, 2012 at 3:34 AM, Hans Verkuil wrote: > > Hi all, > > > > Yesterday I upgraded the gcc version I use to compile the daily build to > > 4.7.1. > > > > This causes very strange errors when compiling 2.6.39 - 3.3: > >

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread halli manjunatha
Hi Mauro, Please take the Patch-set 7 which I submitted by removing my set_band implementation (as per Hans V suggestion). https://lkml.org/lkml/2012/5/21/294 Regards Manju On Tue, Jun 19, 2012 at 7:36 AM, Hans de Goede wrote: > Hi, > > > On 06/19/2012 01:09 PM, Mauro Carvalho Chehab wrote: >>

Re: cron job: media_tree daily build: ERRORS: help needed

2012-06-19 Thread Ezequiel Garcia
Hi Hans, On Tue, Jun 19, 2012 at 3:34 AM, Hans Verkuil wrote: > Hi all, > > Yesterday I upgraded the gcc version I use to compile the daily build to > 4.7.1. > > This causes very strange errors when compiling 2.6.39 - 3.3: > > FATAL: media_build/v4l/tuner: sizeof(struct i2c_device_id)=32 is not a

Re: [v4l-utils] Add configure option to allow qv4l2 disable

2012-06-19 Thread Ezequiel Garcia
Hi Mauro, On Mon, Jun 18, 2012 at 7:01 PM, Mauro Carvalho Chehab wrote: > Em 31-05-2012 13:29, Ezequiel Garcia escreveu: >> Hi Gregor, >> >> On Thu, May 31, 2012 at 4:07 AM, Gregor Jasny wrote: >>> Hello, >>> >>> >>> On 5/30/12 3:42 PM, Ezequiel Garcia wrote: This patch could ease the

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread Hans de Goede
Hi, On 06/19/2012 01:09 PM, Mauro Carvalho Chehab wrote: Em 19-06-2012 05:27, Hans de Goede escreveu: Hi, On 06/19/2012 02:47 AM, Mauro Carvalho Chehab wrote: Em 28-05-2012 07:46, Hans Verkuil escreveu: From: Hans Verkuil Signed-off-by: Hans Verkuil Acked-by: Hans de Goede --- includ

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread Mauro Carvalho Chehab
Em 19-06-2012 05:27, Hans de Goede escreveu: > Hi, > > On 06/19/2012 02:47 AM, Mauro Carvalho Chehab wrote: >> Em 28-05-2012 07:46, Hans Verkuil escreveu: >>> From: Hans Verkuil >>> >>> Signed-off-by: Hans Verkuil >>> Acked-by: Hans de Goede >>> --- >>>include/linux/videodev2.h | 19 +

Re: [RFCv2 PATCH 4/6] videodev2.h: add frequency band information.

2012-06-19 Thread Hans de Goede
Hi, On 06/19/2012 02:47 AM, Mauro Carvalho Chehab wrote: Em 28-05-2012 07:46, Hans Verkuil escreveu: From: Hans Verkuil Signed-off-by: Hans Verkuil Acked-by: Hans de Goede --- include/linux/videodev2.h | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff -