Re: [PATCH v2 1/2] v4l: Add new alpha component control

2011-12-08 Thread Sylwester Nawrocki
On 11/29/2011 07:58 PM, Laurent Pinchart wrote: On Tuesday 29 November 2011 19:30:25 Hans Verkuil wrote: On Tuesday, November 29, 2011 19:10:39 Laurent Pinchart wrote: On Tuesday 29 November 2011 17:40:10 Sylwester Nawrocki wrote: On 11/29/2011 12:08 PM, Hans Verkuil wrote: On Monday 28

Re: [PATCH 0/1] xc3028: force reload of DTV7 firmware in VHF band with Zarlink demodulator

2011-12-08 Thread Mauro Carvalho Chehab
Hi Christoph, On 07-12-2011 19:54, Christoph Pfister wrote: 2011/12/7 Mauro Carvalho Chehabmche...@redhat.com: snip Several channels in Italy are marked as if they are using 8MHz for VHF (the auto-Italy is the most weird one, as it defines all VHF frequencies with both 7MHz and 8MHz). Well,

Re: HVR-930C DVB-T mode report

2011-12-08 Thread Mauro Carvalho Chehab
On 08-12-2011 07:10, Eddi De Pieri wrote: I test again HVR930C without the patch for XC5000 that added regression to other tuners. Attached the results using scan (ubuntu) Actually HVR-930C seems one of the usb dvb-t tuner I own with best sensitivity. using w_scan: root@depieri1lnx:~# w_scan

[PATCH v3 1/2] [media] V4L: atmel-isi: add code to enable/disable ISI_MCK clock

2011-12-08 Thread Josh Wu
This patch - add ISI_MCK clock enable/disable code. - change field name in isi_platform_data structure Signed-off-by: Josh Wu josh...@atmel.com [g.liakhovet...@gmx.de: fix label names] Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de Acked-by: Nicolas Ferre nicolas.fe...@atmel.com ---

[PATCH v3 2/2] [media] V4L: atmel-isi: add clk_prepare()/clk_unprepare() functions

2011-12-08 Thread Josh Wu
Signed-off-by: Josh Wu josh...@atmel.com --- in v2 version, made the label name to be consistent drivers/media/video/atmel-isi.c | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/atmel-isi.c b/drivers/media/video/atmel-isi.c index

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

2011-12-08 Thread Laurent Pinchart
Hi Marek and Andrzej, Thanks for the patch. On Wednesday 07 December 2011 17:29:06 Marek Szyprowski wrote: From: Andrzej Pietrasiewicz andrze...@samsung.com This patch adds support for user pointer memory buffers to vmalloc videobuf2 allocator. Signed-off-by: Andrzej Pietrasiewicz

[PATCH v2] as3645a: Handle power on errors when registering the device

2011-12-08 Thread Laurent Pinchart
Return an error in the registered handler if the device can't be powered on. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/as3645a.c | 15 +-- 1 files changed, 13 insertions(+), 2 deletions(-) Hi everybody, This second version of the

Re: [PATCH v2 1/2] v4l: Add new alpha component control

2011-12-08 Thread Sylwester Nawrocki
Hi Laurent, On 12/08/2011 11:30 AM, Laurent Pinchart wrote: Another use case for control range update would be with an auto-exposure metering spot location controls. An available range for x and y coordinates would depend on selected pixel resolution. If we would have created two controls for

Re: [PATCH v3 2/2] MEM2MEM: Add support for eMMa-PrP mem2mem operations.

2011-12-08 Thread Mauro Carvalho Chehab
On 23-11-2011 13:13, Javier Martin wrote: Changes since v2: - Use devres to simplify error handling. - Remove unused structures. - Fix clock handling. - Other minor problems. This is a bad description. It makes no sense to add a changes since v2 at the merge. Please add a proper description

[PATCH 0/1] xc3028: fix center frequency calculation for DTV78 firmware

2011-12-08 Thread Gianluca Gennari
Hi all, this patch replaces the previous one proposed in the thread xc3028: force reload of DTV7 firmware in VHF band with Zarlink demodulator. The problem is that the firmware DTV78 works fine in UHF band (8 MHz bandwidth) but is not working at all in VHF band (7 MHz bandwidth). Reading the

Re: [PATCH v3 1/2] MX2: Add platform definitions for eMMa-PrP device.

2011-12-08 Thread Mauro Carvalho Chehab
On 23-11-2011 13:13, Javier Martin wrote: eMMa-PrP device included in Freescale i.MX2 chips can also be used separately to process memory buffers. This patch is just the arch glue to the driver, so it should be applied via the media tree, and likely as patch 2, in order to avoid breaking git

Re: [PATCH 1/1] xc3028: fix center frequency calculation for DTV78 firmware

2011-12-08 Thread Gianluca Gennari
Updated center frequency calculation to fix VHF band reception with firmware DTV78. The adjustment for DTV78 is not needed anymore with new firmwares, since the offset is not depending anymore on the bandwidth or the firmware version (at least for DTV7, DTV8, DTV78). Signed-off-by: Gianluca

Re: HVR-930C DVB-T mode report

2011-12-08 Thread Fredrik Lingvall
On 12/08/11 11:12, Mauro Carvalho Chehab wrote: -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ Scanning 7MHz frequencies... 177500: (time: 00:00) 184500: (time: 00:03) [...] 834000: (time: 02:46) (time: 02:48) 842000: (time: 02:50) 85: (time: 02:52) (time: 02:55) 858000: (time: 02:56)

Re: [PATCH v2] as3645a: Handle power on errors when registering the device

2011-12-08 Thread Sakari Ailus
Hi, Laurent! On Thu, Dec 08, 2011 at 12:00:52PM +0100, Laurent Pinchart wrote: Return an error in the registered handler if the device can't be powered on. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com Looks good to me. Acked-by: Sakari Ailus sakari.ai...@iki.fi --

Re: Hauppauge HVR-930C problems

2011-12-08 Thread Mauro Carvalho Chehab
On 08-12-2011 06:31, Fredrik Lingvall wrote: On 12/07/11 15:54, Mauro Carvalho Chehab wrote: lin-tv ~ # lsusb | grep Bus 002 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 008: ID 2040:1605 Hauppauge There's nothing at the DVB core returning -ENOSPC. Try to

Re: HVR-930C DVB-T mode report

2011-12-08 Thread Mauro Carvalho Chehab
On 08-12-2011 12:00, Fredrik Lingvall wrote: On 12/08/11 11:12, Mauro Carvalho Chehab wrote: -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ Scanning 7MHz frequencies... 177500: (time: 00:00) 184500: (time: 00:03) [...] 834000: (time: 02:46) (time: 02:48) 842000: (time: 02:50) 85: (time:

[PATCH] s5p-fimc: Fix camera input configuration in subdev operations

2011-12-08 Thread Sylwester Nawrocki
When using only subdev user-space operations the camera interface input was not configured properly. Fix this by updating the corresponding data structure in set_fmt operation. Signed-off-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

cron job: media_tree daily build: ERRORS

2011-12-08 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:Thu Dec 8 19:00:19 CET 2011 git hash:2bf936290baff2507763a2540cd9029e70ae39e2 gcc version: i686-linux-gcc

Re: Omap3 ISP + Gstreamer v4l2src

2011-12-08 Thread Sakari Ailus
Hi Adam, On Wed, Dec 07, 2011 at 08:02:42AM +, Adam Pledger wrote: Hi Laurent, Firstly, please accept my apologies, for what is very probably a naive question. I'm new to V4L2 and am just getting to grips with how things work. I'm using a tvp5151 in bt656 mode with the Omap3 ISP, as

Re: [Linaro-mm-sig] [RFC v2 1/2] dma-buf: Introduce dma buffer sharing mechanism

2011-12-08 Thread Daniel Vetter
On Wed, Dec 7, 2011 at 14:40, Arnd Bergmann a...@arndb.de wrote: On Wednesday 07 December 2011, Semwal, Sumit wrote: Thanks for the excellent discussion - it indeed is very good learning for the relatively-inexperienced me :) So, for the purpose of dma-buf framework, could I summarize the

Initial tuning file update for fi-sonera

2011-12-08 Thread Mikko Autio
Update for fi-sonera Mikko -- diff -r bec11f78be51 util/scan/dvb-c/fi-sonera --- a/util/scan/dvb-c/fi-sonera Wed Dec 07 15:26:50 2011 +0100 +++ b/util/scan/dvb-c/fi-sonera Thu Dec 08 23:51:13 2011 +0200 @@ -5,8 +5,19 @@ C 15400 690 NONE QAM128 C 16200 690 NONE QAM128 C

Re: [RFC PATCH v1 5/7] media: v4l2: introduce two IOCTLs for face detection

2011-12-08 Thread Sylwester Nawrocki
On 12/08/2011 04:42 AM, Ming Lei wrote: +/** + * struct v4l2_obj_detection + * @buf_index: entry, index of v4l2_buffer for face detection I would prefer having the frame sequence number here. It will be more future proof IMHO. If for instance we decide to use such an ioctl on a v4l2

Re: [RFC PATCH v1 6/7] media: video: introduce face detection driver module

2011-12-08 Thread Sylwester Nawrocki
On 12/07/2011 02:40 PM, Ming Lei wrote: I understand the API you mentioned here should belong to kernel internal API, correct me if it is wrong. Yes, I meant the in kernel design, i.e. generic face detection kernel module and an OMAP4 FDIF driver. It makes lots of sense to separate common

Re: HVR-930C DVB-T mode report

2011-12-08 Thread Eddi De Pieri
Hi Mauro... I applied your patch... the patch seems good using scan, but still some issue with w_scan: tune to: 17750:INVERSION_AUTO:BANDWIDTH_7_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE 0x 0x0d49: pmt_pid 0x0102 RAI -- Rai 1 (running) 0x

Re: [RFC PATCH v1 5/7] media: v4l2: introduce two IOCTLs for face detection

2011-12-08 Thread Ming Lei
Hi, On Fri, Dec 9, 2011 at 6:27 AM, Sylwester Nawrocki snj...@gmail.com wrote: On 12/08/2011 04:42 AM, Ming Lei wrote: +/** + * struct v4l2_obj_detection + * @buf_index:       entry, index of v4l2_buffer for face detection I would prefer having the frame sequence number here. It will be