Re: [PATCH for 3.2 URGENT] gspca: Fix bulk mode cameras no longer working (regression fix)

2012-01-02 Thread Hans de Goede
Hi, On 12/31/2011 08:08 PM, Theodore Kilgore wrote: snip Jean-Francois, Hans, Without addressing finer points, please let me add the following: 1. I figured out what was holding me back from getting 3.2 to work (it was a config error, apparently originating between keyboard and chair). 2.

Re: [PULL] soc-camera for 3.3

2012-01-02 Thread javier Martin
Hi Guennadi, On 29 December 2011 09:38, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Hi Mauro Please pull a couple of soc-camera patches for 3.3. This is going to be a _much_ quieter pull, than the previous one:-) I didn't have time to continue the work on the soc-camera Media

Re: [PULL] soc-camera for 3.3

2012-01-02 Thread Guennadi Liakhovetski
Hi Javier On Mon, 2 Jan 2012, javier Martin wrote: Hi Guennadi, On 29 December 2011 09:38, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Hi Mauro Please pull a couple of soc-camera patches for 3.3. This is going to be a _much_ quieter pull, than the previous one:-) I didn't

[PATCH] media i.MX27 camera: properly detect frame loss.

2012-01-02 Thread Javier Martin
As V4L2 specification states, frame_count must also regard lost frames so that the user can handle that case properly. This patch adds a mechanism to increment the frame counter even when a video buffer is not available and a discard buffer is used. Signed-off-by: Javier Martin

Re: [PATCH v4 0/2] Add support form eMMa-PrP in i.MX2 chips as a mem2mem device.

2012-01-02 Thread javier Martin
Hi, do you have any more concerns or comments on this patch? I can't find it in media_tree. Has it been merged somewhere else? Thank you. -- Javier Martin Vista Silicon S.L. CDTUC - FASE C - Oficina S-345 Avda de los Castros s/n 39005- Santander. Cantabria. Spain +34 942 25 32 60

Re: [RFC PATCH 1/4] v4l: Add V4L2_CID_PRESET_WHITE_BALANCE menu control

2012-01-02 Thread Sylwester Nawrocki
Hi, On 12/28/2011 02:35 PM, Sylwester Nawrocki wrote: On 12/28/2011 07:23 AM, HeungJun, Kim wrote: It adds the new CID for setting White Balance Preset. This CID is provided as menu type using the following items: How about adding V4L2_WHITE_BALANCE_PRESET_NONE or

Re: MEM2MEM devices: how to handle sequence number?

2012-01-02 Thread javier Martin
Hi, i've just arrived the office after holidays and it seems you have agreed some solution to the sequence number issue. As I understand, for a case where there is 1:1 correspondence between input and output (which is my case) I should do the following: - keep an internal frame counter

Re: [PATCH] media: vb2: vmalloc-based allocator user pointer handling

2012-01-02 Thread javier Martin
Hi, what is the status of this patch? Did you finally merge it in any tree? I am willing to extend it so that it can support pfn mappings as soon as it's ready. Thank you. -- Javier Martin Vista Silicon S.L. CDTUC - FASE C - Oficina S-345 Avda de los Castros s/n 39005- Santander. Cantabria.

RE: [PATCH] media: vb2: vmalloc-based allocator user pointer handling

2012-01-02 Thread Marek Szyprowski
Hello Javier, On Monday, January 02, 2012 11:45 AM You wrote: what is the status of this patch? Did you finally merge it in any tree? I am willing to extend it so that it can support pfn mappings as soon as it's ready. This patch has been merged to media-next kernel branch. You can

Re: [PATCH 0/9] dvb_frontend: Don't rely on drivers filling ops-info.type

2012-01-02 Thread Mauro Carvalho Chehab
On 02-01-2012 05:31, Manu Abraham wrote: On Mon, Jan 2, 2012 at 1:41 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: This is likely the last patch series from my series of DVB cleanups. I still intend to work on DRX-K frontend merge patch, but this will need to wait until my return to my

Re: [PATCH] media: tvp5150: Add mbus_fmt callbacks.

2012-01-02 Thread javier Martin
Hi Mauro, any more comments on this? Will you please merge the last version which includes the fixes you requested? Thank you. -- Javier Martin Vista Silicon S.L. CDTUC - FASE C - Oficina S-345 Avda de los Castros s/n 39005- Santander. Cantabria. Spain +34 942 25 32 60 www.vista-silicon.com --

Re: MEM2MEM devices: how to handle sequence number?

2012-01-02 Thread Laurent Pinchart
Hi Javier, On Monday 02 January 2012 11:22:54 javier Martin wrote: Hi, i've just arrived the office after holidays and it seems you have agreed some solution to the sequence number issue. As I understand, for a case where there is 1:1 correspondence between input and output (which is my

Re: [RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

2012-01-02 Thread Laurent Pinchart
Hi Sylwester, On Sunday 01 January 2012 17:49:11 Sylwester Nawrocki wrote: On 12/31/2011 01:00 PM, Sakari Ailus wrote: On Sat, Dec 10, 2011 at 03:42:41PM +0100, Sylwester Nawrocki wrote: On 12/10/2011 11:33 AM, Sakari Ailus wrote: On Sun, Dec 04, 2011 at 04:16:12PM +0100, Sylwester

Re: [PATCH 2/2] v4l2: add new pixel formats supported on dm365

2012-01-02 Thread Laurent Pinchart
Hi Sakari, On Wednesday 28 December 2011 12:16:27 Sakari Ailus wrote: On Wed, Dec 21, 2011 at 11:23:26PM +0100, Laurent Pinchart wrote: On Wednesday 21 December 2011 14:56:36 Hadli, Manjunath wrote: On Wed, Dec 21, 2011 at 05:32:08, Laurent Pinchart wrote: On Friday 16 December 2011

Re: [PATCH 0/9] dvb_frontend: Don't rely on drivers filling ops-info.type

2012-01-02 Thread Mauro Carvalho Chehab
On 02-01-2012 08:55, Mauro Carvalho Chehab wrote: On 02-01-2012 05:31, Manu Abraham wrote: On Mon, Jan 2, 2012 at 1:41 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: This is likely the last patch series from my series of DVB cleanups. I still intend to work on DRX-K frontend merge patch,

Re: MEM2MEM devices: how to handle sequence number?

2012-01-02 Thread javier Martin
Just one more question about this. The v4l2 encoder, which is the last element in my processing chain, is an H.264 encoder that has to know about previous frames to encode. For these kind of devices it is very useful to know whether a frame has been lost to introduce a skip frame and improve the

Re: [PATCH 0/9] dvb_frontend: Don't rely on drivers filling ops-info.type

2012-01-02 Thread Manu Abraham
On Mon, Jan 2, 2012 at 4:25 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: On 02-01-2012 05:31, Manu Abraham wrote: On Mon, Jan 2, 2012 at 1:41 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: This is likely the last patch series from my series of DVB cleanups. I still intend to work

[PATCH] s5p-g2d: fixed a bug in controls setting function

2012-01-02 Thread Kamil Debski
Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/s5p-g2d/g2d.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/s5p-g2d/g2d.c b/drivers/media/video/s5p-g2d/g2d.c index

[PATCH 1/2] media: vb2: support userptr for PFN mappings.

2012-01-02 Thread Javier Martin
Some video devices need to use contiguous memory which is not backed by pages as it happens with vmalloc. This patch provides userptr handling for those devices. Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- drivers/media/video/videobuf2-vmalloc.c | 66

[PATCH 2/2] uvcvideo: Allow userptr IO mode.

2012-01-02 Thread Javier Martin
Userptr can be very useful if a UVC camera is requested to use video buffers allocated by another processing device. So that buffers don't need to be copied. Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- drivers/media/video/uvc/uvc_queue.c |2 +- 1 files changed, 1

Re: [PATCH 0/9] dvb_frontend: Don't rely on drivers filling ops-info.type

2012-01-02 Thread Manu Abraham
On Mon, Jan 2, 2012 at 8:03 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: On 02-01-2012 09:48, Manu Abraham wrote: On Mon, Jan 2, 2012 at 4:25 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: On 02-01-2012 05:31, Manu Abraham wrote: On Mon, Jan 2, 2012 at 1:41 AM, Mauro Carvalho

Re: [PATCH 0/9] dvb_frontend: Don't rely on drivers filling ops-info.type

2012-01-02 Thread Manu Abraham
On Mon, Jan 2, 2012 at 8:03 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: On 02-01-2012 09:48, Manu Abraham wrote: On Mon, Jan 2, 2012 at 4:25 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: On 02-01-2012 05:31, Manu Abraham wrote: On Mon, Jan 2, 2012 at 1:41 AM, Mauro Carvalho

[PATCH] [BUG] it913x ver 1.20. PID filter problems.

2012-01-02 Thread Malcolm Priestley
Fixes issues with PID filter Stalling of some channels when PID is on. PID filter not turning off fully. PID filter can now turn on and off each index. Removed PID_RST from it913x_pid_filter_ctrl. Replaced with PID_EN removed from it913x_pid_filter Signed-off-by: Malcolm Priestley

cron job: media_tree daily build: ERRORS

2012-01-02 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 Jan 2 19:00:16 CET 2012 git hash:1e73fa5d56333230854ae9460579eb2fcee8af02 gcc version: i686-linux-gcc

[PATCH][BUG] it913x ver 1.21 Fixed for issue with 9006 and warm boot.

2012-01-02 Thread Malcolm Priestley
Some channels appear weak signal after warm boot. Because tuner id is not present in eprom 0x38 is assigned. 9006 devices are now always assigned 0x60. Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- drivers/media/dvb/dvb-usb/it913x.c |7 --- 1 files changed, 4 insertions(+),

Re: V4L2 subdevice query

2012-01-02 Thread Sakari Ailus
Hi Vinay, On Mon, Dec 19, 2011 at 12:08:31PM -0800, vka...@codeaurora.org wrote: Hi I am trying to implement a video encoder v4l2 device and need your help to find answers to some of the questions. There is one hardware core which can do multiple sessions (multiple file handles) of encode

Re: [PATCH 2/2] uvcvideo: Allow userptr IO mode.

2012-01-02 Thread Laurent Pinchart
Hi Javier, Thanks for the patch. On Monday 02 January 2012 15:12:23 Javier Martin wrote: Userptr can be very useful if a UVC camera is requested to use video buffers allocated by another processing device. So that buffers don't need to be copied. Signed-off-by: Javier Martin

[resend][patch] em28xx: Add Plextor ConvertX PX-AV100U to em28xx-cards.c

2012-01-02 Thread Don Kramer
This a followup to my already submitted patch 9280, which has the right margins truncated (therefore I am resubmitting from my Comcast account configured with a POP3 client, instead of Gmail's web interface). This adds support for the Plextor ConvertX PX-AV100U, which uses the eMPIA EM2820 chip.

[PATCH] libv4l: add hflip quirk for dealextreme cam sku #44507

2012-01-02 Thread Vasily Khoruzhick
Signed-off-by: Vasily Khoruzhick anars...@gmail.com --- lib/libv4lconvert/control/libv4lcontrol.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/libv4lconvert/control/libv4lcontrol.c b/lib/libv4lconvert/control/libv4lcontrol.c index 12fa874..a9908ac 100644 ---

Re: [RFC/PATCH 1/5] v4l: Convert V4L2_CID_FOCUS_AUTO control to a menu control

2012-01-02 Thread Sylwester Nawrocki
Hi Laurent, On 01/02/2012 12:16 PM, Laurent Pinchart wrote: * controls for starting/stopping auto focusing (V4L2_CID_FOCUS_AUTO == false) V4L2_CID_START_AUTO_FOCUS (button) - start auto focusing, V4L2_CID_STOP_AUTO_FOCUS (button) - stop auto focusing (might be also

Re: em28xx: new board id [eb1a:5051]

2012-01-02 Thread Gareth Williams
On Sun, 2012-01-01 at 20:40 -0800, okonomiyaki...@my180.net wrote: On Sat, 2011-12-31 at 17:01 -0800, Reuben Stokes wrote: On Saturday 31 December 2011 01:51:45 Gareth Williams wrote: On Fri, 2011-12-30 at 15:16 -0800, Reuben Stokes wrote: On Friday 30 December 2011 14:27:57 Gareth

Re: [PATCH v4 0/2] Add support form eMMa-PrP in i.MX2 chips as a mem2mem device.

2012-01-02 Thread Sylwester Nawrocki
Hi Javier, On 01/02/2012 10:31 AM, javier Martin wrote: Hi, do you have any more concerns or comments on this patch? I can't find it in media_tree. Has it been merged somewhere else? If you think your driver is good enough for merging, if you didn't do so already, you should normally send

Re: [RFC PATCH 1/4] v4l: Add V4L2_CID_PRESET_WHITE_BALANCE menu control

2012-01-02 Thread Sylwester Nawrocki
Hi HeungJun, On 01/02/2012 05:38 AM, Kim, Heungjun wrote: On 2011년 12월 30일 19:30, Sylwester Nawrocki wrote: On 12/29/2011 06:08 AM, HeungJun, Kim wrote: I guess the WBP menu controls of pwc driver is probably defined in the other headers, for users being well known the PWC hardware. So it

Re: [PATCH] s5p-mfc: Fix volatile controls setup

2012-01-02 Thread Laurent Pinchart
Hi Kamil, On Tuesday 27 December 2011 15:07:24 Kamil Debski wrote: Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/media/video/s5p-mfc/s5p_mfc_dec.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: Multiple channel capture support in V4l2 layer

2012-01-02 Thread Laurent Pinchart
Hi Dilip, On Friday 23 December 2011 19:57:22 Dilip Mannil wrote: Hi, I am trying to implement v4l2 slave driver for ML86V76654 digital video decoder that converts NTSC, PAL, SECAM analog video signals into the YCbCr standard digital format. This codec takes 4 analog inputs(2 analog camera

Re: em28xx: new board id [eb1a:5051]

2012-01-02 Thread Reuben Stokes
On Monday 02 January 2012 13:04:01 Gareth Williams wrote: On Sun, 2012-01-01 at 20:40 -0800, okonomiyaki...@my180.net wrote: On Sat, 2011-12-31 at 17:01 -0800, Reuben Stokes wrote: On Saturday 31 December 2011 01:51:45 Gareth Williams wrote: On Fri, 2011-12-30 at 15:16 -0800, Reuben

Re: [PATCH v4 0/2] Add support form eMMa-PrP in i.MX2 chips as a mem2mem device.

2012-01-02 Thread javier Martin
On 2 January 2012 22:12, Sylwester Nawrocki snj...@gmail.com wrote: Hi Javier, On 01/02/2012 10:31 AM, javier Martin wrote: Hi, do you have any more concerns or comments on this patch? I can't find it in media_tree. Has it been merged somewhere else? If you think your driver is good enough

Re: [PATCH 1/2] media: vb2: support userptr for PFN mappings.

2012-01-02 Thread javier Martin
Hi Laurent, thank you for your review. On 2 January 2012 20:00, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Javier, Thanks for the patch. On Monday 02 January 2012 15:12:22 Javier Martin wrote: Some video devices need to use contiguous memory which is not backed by pages

Re: [PATCHv2 00/94] Only use DVBv5 internally on frontend drivers

2012-01-02 Thread Sylwester Nawrocki
On 01/01/2012 09:12 PM, Mauro Carvalho Chehab wrote: On 01-01-2012 13:23, Sylwester Nawrocki wrote: On 12/30/2011 05:45 PM, Mauro Carvalho Chehab wrote: On 30-12-2011 14:36, Sylwester Nawrocki wrote: On 12/30/2011 04:06 PM, Mauro Carvalho Chehab wrote: This patch series comes after the