Re: Async/N_Block V4L2 ioctls for stop hw_seek, fetch preset list

2010-12-03 Thread Hans Verkuil
On Friday, December 03, 2010 06:46:40 Manjunatha halli wrote: Hi Mauro, Hans, V4L2 ioctl's up until seem to be set of synchronous calls where the application tends to expect the result of the ioctl when the ioctl ends. However this limits us from implementing a key feature such as

Re: [PATCH][Update_for_2.6.38] DM04/QQBOX Frontend attach change.

2010-12-03 Thread Mauro Carvalho Chehab
Em 27-11-2010 11:13, Malcolm Priestley escreveu: Driver Version v1.73 - Frontend attach change. To stop double rc registration in multi tuner environment or firmware change. Signed-off-by: Malcolm Priestley tvbox...@gmail.com diff --git a/drivers/media/dvb/dvb-usb/lmedm04.c

[RFC v6 0/9] FM V4L2 drivers for WL128x

2010-12-03 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Mauro and the list, This is the v6 version of the TI WL128x FM V4L2 drivers patchset. Texas Instrument's WL128x chipset packs BT, FM, GPS and WLAN in a single die with BT, FM and GPS being interfaced over a single UART. This driver works on top of

[RFC v6 3/9] drivers:staging: ti-st: fmdrv common header file

2010-12-03 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com These are common headers used in FM submodules (FM V4L2, FM common, FM Rx,and FM TX). Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/staging/ti-st/fmdrv.h | 239 + 1 files changed, 239

[RFC v6 2/9] Documentation:DocBook:v4l: Update the controls.xml for TI FM driver

2010-12-03 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Added entries for following 2 new CID's which are added for TI FM driver: - V4L2_CID_RSSI_THRESHOLD - V4L2_CID_TUNE_AF Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- Documentation/DocBook/v4l/controls.xml | 12 1 files

[RFC v6 7/9] drivers:staging: ti-st: FM driver TX sources

2010-12-03 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This has implementation for FM TX functionality. It communicates with FM V4l2 module and FM common module. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/staging/ti-st/fmdrv_tx.c | 420 ++

[RFC v6 1/9] include:linux: videodev2.h: FM Rx control class

2010-12-03 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Introduce V4L2_CTRL_CLASS_FM_RX for FM receivers similar to V4L2_CTRL_CLASS_FM_TX. Few controls such as RSSI threshold, Alternate Frequency are for now under this class. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com ---

[RFC v6 9/9] driver:staging:ti-st: Update TODO for FM V4L2 driver.

2010-12-03 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/staging/ti-st/TODO | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/drivers/staging/ti-st/TODO b/drivers/staging/ti-st/TODO index ebfd6bb..002635d

[RFC v6 8/9] drivers:staging: ti-st: Kconfig Makefile change

2010-12-03 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com Add new menu option in Kconfig and compilation option in Makefile for TI FM driver. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/staging/ti-st/Kconfig | 10 ++ drivers/staging/ti-st/Makefile |2 ++ 2 files

[RFC v6 4/9] drivers:staging: ti-st: fmdrv_v4l2 sources

2010-12-03 Thread manjunatha_halli
From: Manjunatha Halli manjunatha_ha...@ti.com This module interfaces V4L2 subsystem and FM common module. It registers itself with V4L2 as Radio module. Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com --- drivers/staging/ti-st/fmdrv_v4l2.c | 720

Re: [RFC v6 2/9] Documentation:DocBook:v4l: Update the controls.xml for TI FM driver

2010-12-03 Thread Mauro Carvalho Chehab
Em 03-12-2010 10:50, manjunatha_ha...@ti.com escreveu: From: Manjunatha Halli manjunatha_ha...@ti.com Added entries for following 2 new CID's which are added for TI FM driver: - V4L2_CID_RSSI_THRESHOLD - V4L2_CID_TUNE_AF Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com ---

Switzerland, Geneva DVB-T scan update

2010-12-03 Thread Thomas Kernen
Hi Christoph, A new MUX for a local TV station is now online and covering the Geneva region of Switzerland. Attached is the updated file for the ch-Geneva region. Regards, Thomas # Switzerland, Geneva region # Updated by tker...@deckpoint.ch on 2010/12/03 # T[2] freq bw fec_hi fec_lo mod tm

Re: PCI: make pci_restore_state return void

2010-12-03 Thread Mauro Carvalho Chehab
Em 30-11-2010 21:43, Jon Mason escreveu: pci_restore_state only ever returns 0, thus there is no benefit in having it return any value. Also, a large majority of the callers do not check the return code of pci_restore_state. Make the pci_restore_state a void return and avoid the overhead.

[PATCH FOR 2.6.37] v4l: Fix a use-before-set in the control framework

2010-12-03 Thread Laurent Pinchart
v4l2_queryctrl sets the step value based on the control type. That would be fine if it used the control type stored in the V4L2 kernel control object, not the one stored in the userspace ioctl structure that has just been memset to 0. Fix this. Signed-off-by: Laurent Pinchart

Re: [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-12-03 Thread Laurent Pinchart
Hi Hans, Adding by the original CC list which was dropped by mistake. On Friday 03 December 2010 13:06:18 Hans Verkuil wrote: On Friday, December 03, 2010 11:19:36 Laurent Pinchart wrote: On Sunday 28 November 2010 16:57:00 you wrote: On Sunday, November 28, 2010 13:34:45 Laurent Pinchart

Re: [RFC v6 2/9] Documentation:DocBook:v4l: Update the controls.xml for TI FM driver

2010-12-03 Thread Andy Walls
Em 03-12-2010 10:50, manjunatha_ha...@ti.com escreveu: From: Manjunatha Halli manjunatha_ha...@ti.com Added entries for following 2 new CID's which are added for TI FM driver: - V4L2_CID_RSSI_THRESHOLD - V4L2_CID_TUNE_AF Signed-off-by: Manjunatha Halli manjunatha_ha...@ti.com

Re: [PATCH FOR 2.6.37] v4l: Fix a use-before-set in the control framework

2010-12-03 Thread Hans Verkuil
On Friday, December 03, 2010 14:15:43 Laurent Pinchart wrote: v4l2_queryctrl sets the step value based on the control type. That would be fine if it used the control type stored in the V4L2 kernel control object, not the one stored in the userspace ioctl structure that has just been memset to

Re: [RFC v6 0/9] FM V4L2 drivers for WL128x

2010-12-03 Thread Ohad Ben-Cohen
On Fri, Dec 3, 2010 at 2:50 PM, manjunatha_ha...@ti.com wrote: ... Can you please also stage this version? Since the files are becoming big to be posted as patches? You should really CC Greg for staging requests... Thanks Regards, Manjunatha Halli Manjunatha Halli (9):  include:linux:

Re: [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-12-03 Thread Mark Brown
On Fri, Dec 03, 2010 at 02:50:58PM +0100, Laurent Pinchart wrote: On Friday 03 December 2010 13:06:18 Hans Verkuil wrote: Just to confirm thinks, Mark's proposal is to replace 'connected' by 'linked' and 'active' by 'connected'. Are we on the same page here ? Yes, but when I read it

[PATCH v17 0/2] WL1273 FM radio driver...

2010-12-03 Thread Matti J. Aaltonen
Hello, and thank you for the comments. On Fri, 2010-11-26 at 12:56 +0100, ext Samuel Ortiz wrote: +config WL1273_CORE + tristate + depends on I2C + select MFD_CORE + default n + You need to be a lot more verbose here. Nobody knows what this wl1273 core driver is

[PATCH v17 1/2] MFD: WL1273 FM Radio: MFD driver for the FM radio.

2010-12-03 Thread Matti J. Aaltonen
This is the core of the WL1273 FM radio driver, it connects the two child modules. The two child drivers are drivers/media/radio/radio-wl1273.c and sound/soc/codecs/wl1273.c. The radio-wl1273 driver implements the V4L2 interface and communicates with the device. The ALSA codec offers digital

Re: mx3_camera and DMA / double buffering

2010-12-03 Thread Markus Niebel
Hello, thank you for your answer. I think there is a problem, but I did not describe it correctly. See my comments On Thu, 2 Dec 2010, Markus Niebel wrote: Hello, we're working with a special cameraboard (CCD + Analog Frontend IC). Using the soc_camera stack on the i.MX35 (mx3_camera) the

[cron job] v4l-dvb daily build: WARNINGS

2010-12-03 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Fri Dec 3 19:00:15 CET 2010 git master: 59365d136d205cc20fe666ca7f89b1c5001b0d5a git media-master: gcc version:

Re: mx3_camera and DMA / double buffering

2010-12-03 Thread Guennadi Liakhovetski
On Fri, 3 Dec 2010, Markus Niebel wrote: Hello, thank you for your answer. I think there is a problem, but I did not describe it correctly. See my comments On Thu, 2 Dec 2010, Markus Niebel wrote: Hello, we're working with a special cameraboard (CCD + Analog Frontend IC).

Re: [PATCH][Update_for_2.6.38] DM04/QQBOX Frontend attach change.

2010-12-03 Thread Malcolm Priestley
On Fri, 2010-12-03 at 09:32 -0200, Mauro Carvalho Chehab wrote: Em 27-11-2010 11:13, Malcolm Priestley escreveu: Driver Version v1.73 - Frontend attach change. To stop double rc registration in multi tuner environment or firmware change. Signed-off-by: Malcolm Priestley

[PATCH 0/2] OmniVision OV9640 sensor driver cleanup and fix

2010-12-03 Thread David Cohen
Hi, These patches fix OV9640 driver's I2C remove function. Despite the patches are simple, they haven't been tested yet as I don't have the hw. Br, David Cohen --- David Cohen (2): ov9640: use macro to request OmniVision OV9640 sensor private data ov9640: fix OmniVision OV9640 sensor

[PATCH 1/2] ov9640: use macro to request OmniVision OV9640 sensor private data

2010-12-03 Thread David Cohen
This cleanup patch creates macro to request OmniVision OV9640 private data, which increases readability. Signed-off-by: David Cohen daco...@gmail.com --- drivers/media/video/ov9640.c | 13 + 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/drivers/media/video/ov9640.c

[PATCH 2/2] ov9640: fix OmniVision OV9640 sensor driver's I2C remove function

2010-12-03 Thread David Cohen
OmniVision OV9640 driver wasn't deallocating properly its private data as it was requesting the V4L2 subdev struct address instead of the priv struct's one. This patch fixes such problem. Signed-off-by: David Cohen daco...@gmail.com --- drivers/media/video/ov9640.c |3 ++- 1 files changed, 2

[PATCH][Update_for_2.6.38] DM04/QQBOX Frontend attach change - amended.

2010-12-03 Thread Malcolm Priestley
On Fri, 2010-12-03 at 09:32 -0200, Mauro Carvalho Chehab wrote: Em 27-11-2010 11:13, Malcolm Priestley escreveu: Driver Version v1.73 - Frontend attach change. To stop double rc registration in multi tuner environment or firmware change. Signed-off-by: Malcolm Priestley