Re: [PATCH v2 3/6] SoC Camera: add driver for OV6650 sensor

2010-09-24 Thread Guennadi Liakhovetski
On Fri, 24 Sep 2010, Janusz Krzysztofik wrote: Thursday 23 September 2010 18:06:15 Guennadi Liakhovetski napisał(a): On Wed, 22 Sep 2010, Janusz Krzysztofik wrote: Wednesday 22 September 2010 11:12:46 Guennadi Liakhovetski napisał(a): On Sat, 11 Sep 2010, Janusz Krzysztofik wrote:

Re: [RESEND][PATCH v2 2/6] OMAP1: Add support for SoC camera interface

2010-09-24 Thread Guennadi Liakhovetski
On Thu, 23 Sep 2010, Tony Lindgren wrote: * Janusz Krzysztofik jkrzy...@tis.icnet.pl [100923 16:37]: Friday 24 September 2010 01:23:10 Tony Lindgren napisał(a): I think you can just move the OMAP1_CAMERA_IOSIZE to the devices.c or someplace like that? Tony, Not exactly. I use

Re: [PATCH v2 5/6] OMAP1: Amstrad Delta: add support for camera

2010-09-24 Thread Guennadi Liakhovetski
On Thu, 23 Sep 2010, Tony Lindgren wrote: * Janusz Krzysztofik jkrzy...@tis.icnet.pl [100923 16:52]: Friday 24 September 2010 01:26:17 Tony Lindgren napisał(a): * Tony Lindgren t...@atomide.com [100923 16:06]: * Janusz Krzysztofik jkrzy...@tis.icnet.pl [100910 18:20]: This patch

[PULL] soc-camera: for-2.6.37 #1

2010-09-24 Thread Guennadi Liakhovetski
Hi Mauro, Here's the first lot of soc-camera and related patches for 2.6.37. Please notice, that my patch V4L2: add a generic function to find the nearest discrete format to the required one has not reached a consensus in point of metrics used, but since there have been no definitive argument

Re: [RESEND][PATCH v2 2/6] OMAP1: Add support for SoC camera interface

2010-09-24 Thread Janusz Krzysztofik
Friday 24 September 2010 08:54:20 Guennadi Liakhovetski napisał(a): On Thu, 23 Sep 2010, Tony Lindgren wrote: * Janusz Krzysztofik jkrzy...@tis.icnet.pl [100923 16:37]: Friday 24 September 2010 01:23:10 Tony Lindgren napisał(a): I think you can just move the OMAP1_CAMERA_IOSIZE to the

Re: [PATCH v2 5/6] OMAP1: Amstrad Delta: add support for camera

2010-09-24 Thread Janusz Krzysztofik
Friday 24 September 2010 08:57:06 Guennadi Liakhovetski napisał(a): On Thu, 23 Sep 2010, Tony Lindgren wrote: * Janusz Krzysztofik jkrzy...@tis.icnet.pl [100923 16:52]: Friday 24 September 2010 01:26:17 Tony Lindgren napisał(a): * Tony Lindgren t...@atomide.com [100923 16:06]: *

Re: [PATCH v2 3/6] SoC Camera: add driver for OV6650 sensor

2010-09-24 Thread Janusz Krzysztofik
Friday 24 September 2010 08:52:32 Guennadi Liakhovetski napisał(a): On Fri, 24 Sep 2010, Janusz Krzysztofik wrote: Thursday 23 September 2010 18:06:15 Guennadi Liakhovetski napisał(a): On Wed, 22 Sep 2010, Janusz Krzysztofik wrote: Wednesday 22 September 2010 11:12:46 Guennadi

Re: [PATCH v2 3/6] SoC Camera: add driver for OV6650 sensor

2010-09-24 Thread Guennadi Liakhovetski
On Fri, 24 Sep 2010, Janusz Krzysztofik wrote: Friday 24 September 2010 08:52:32 Guennadi Liakhovetski napisał(a): On Fri, 24 Sep 2010, Janusz Krzysztofik wrote: Thursday 23 September 2010 18:06:15 Guennadi Liakhovetski napisał(a): On Wed, 22 Sep 2010, Janusz Krzysztofik wrote:

[PATCH v10 4/4] Documentation: v4l: Add hw_seek spacing and two TUNER_RDS_CAP flags.

2010-09-24 Thread Matti J. Aaltonen
Add a couple of words about the spacing field in the HW seek struct, also a few words about the new RDS tuner capability flags V4L2_TUNER_CAP_RDS_BLOCK-IO and V4L2_TUNER_CAP_RDS_CONTROLS. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- Documentation/DocBook/v4l/dev-rds.xml

[PATCH v10 2/4] MFD: WL1273 FM Radio: MFD driver for the FM radio.

2010-09-24 Thread Matti J. Aaltonen
This is a parent for two child drivers: a V4L2 driver and an ALSA codec driver. The MFD part implements I2C communication to the device and provides a couple of functions that are called from both children. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- drivers/mfd/wl1273-core.c

[PATCH v10 1/4] V4L2: Add seek spacing and RDS CAP bits.

2010-09-24 Thread Matti J. Aaltonen
Add spacing field to v4l2_hw_freq_seek. Add V4L2_TUNER_CAP_RDS_BLOCK_IO, which indicates that the tuner/ transmitter if capable of transmitting/receiving RDS blocks. Add V4L2_TUNER_CAP_RDS_CONTROLS capability, which indicates that the RDS data is handled as values of predefined controls like

[PATCH v10 0/4] WL1273 FM Radio driver.

2010-09-24 Thread Matti J. Aaltonen
Hello all. This is the tenth version of this patch set. Thank you for comments, especially to Mauro. I'll go through Mauro's comments one by one. Patch 1/4: + case V4L2_CID_FM_BAND: return FM Band; There's no need for a FM control, as there's already an ioctl pair that

[PATCH v10 3/4] V4L2: WL1273 FM Radio: Controls for the FM radio.

2010-09-24 Thread Matti J. Aaltonen
This driver implements V4L2 controls for the Texas Instruments WL1273 FM Radio. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- drivers/media/radio/Kconfig| 15 + drivers/media/radio/Makefile |1 + drivers/media/radio/radio-wl1273.c | 1859

Re: [PATCH v10 3/4] V4L2: WL1273 FM Radio: Controls for the FM radio.

2010-09-24 Thread Hans Verkuil
This driver implements V4L2 controls for the Texas Instruments WL1273 FM Radio. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- drivers/media/radio/Kconfig| 15 + drivers/media/radio/Makefile |1 + drivers/media/radio/radio-wl1273.c | 1859

Re: [PATCH v10 3/4] V4L2: WL1273 FM Radio: Controls for the FM radio.

2010-09-24 Thread Matti J. Aaltonen
On Fri, 2010-09-24 at 15:09 +0200, ext Hans Verkuil wrote: This driver implements V4L2 controls for the Texas Instruments WL1273 FM Radio. Signed-off-by: Matti J. Aaltonen matti.j.aalto...@nokia.com --- drivers/media/radio/Kconfig| 15 + drivers/media/radio/Makefile

Re: Webcam Driver Bug while using two Multilaser Cameras simultaneously

2010-09-24 Thread Mauro Carvalho Chehab
Em 23-09-2010 23:19, Daniel Moraes escreveu: Hi Mauro, thanks a lot for your help. I would only take a few more questions. 1. A computer can have more than one USB Bus? As far as I know the USB Bus is unique. Yes, it can have as many bus as designed by the manufacturer. You can also

[PATCH 00/16] Use modaliases to load I2C modules - please review

2010-09-24 Thread Laurent Pinchart
Hi everybody, Here's a bunch of patches (on top of staging/v2.6.37) that remove the module_name argument to the v4l2_i2c_new_subdev* functions. The module name is used by those functions to load the module corresponding to the I2C sub-device being instanciated. As the I2C modules now support

[PATCH 01/16] v4l: Load I2C modules based on modalias

2010-09-24 Thread Laurent Pinchart
When creating a new sub-device, The V4L I2C subdev API has historically required drivers to pass the name of the module that implements support for the I2C device. I2C modules can be loaded based on modaliases instead of the module name. As the I2C device type name is already available to the

[PATCH 04/16] go7007: Fix the TW2804 I2C type name

2010-09-24 Thread Laurent Pinchart
The TW2804 I2C sub-device type name was incorrectly set to wis_twTW2804 for the adlink mpg24 board. Rename it to wis_tw2804. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/staging/go7007/go7007-usb.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[PATCH 05/16] go7007: Don't use module names to load I2C modules

2010-09-24 Thread Laurent Pinchart
With the v4l2_i2c_new_subdev* functions now supporting loading modules based on modaliases, replace the hardcoded module name passed to those functions by NULL. All corresponding I2C modules have been checked, and all of them include a module aliases table with names corresponding to what the

[PATCH 02/16] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*

2010-09-24 Thread Laurent Pinchart
With the v4l2_i2c_new_subdev* functions now supporting loading modules based on modaliases, replace the hardcoded module name passed to those functions by NULL. All corresponding I2C modules have been checked, and all of them include a module aliases table with names corresponding to what the

[PATCH 03/16] go7007: Add MODULE_DEVICE_TABLE to the go7007 I2C modules

2010-09-24 Thread Laurent Pinchart
The device table is required to load modules based on modaliases. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/staging/go7007/wis-ov7640.c |1 + drivers/staging/go7007/wis-saa7113.c|1 + drivers/staging/go7007/wis-saa7115.c|1 +

[PATCH 06/16] zoran: Don't use module names to load I2C modules

2010-09-24 Thread Laurent Pinchart
With the v4l2_i2c_new_subdev* functions now supporting loading modules based on modaliases, replace the hardcoded module name passed to those functions by NULL. All corresponding I2C modules have been checked, and all of them include a module aliases table with names corresponding to what the

[PATCH 09/16] radio-si4713: Don't use module names to load I2C modules

2010-09-24 Thread Laurent Pinchart
With the v4l2_i2c_new_subdev* functions now supporting loading modules based on modaliases, replace the hardcoded module name passed to those functions by NULL. As no board seems to use this driver, no platform data has been checked. Signed-off-by: Laurent Pinchart

[PATCH 15/16] cx18: Don't use module names to load I2C modules

2010-09-24 Thread Laurent Pinchart
With the v4l2_i2c_new_subdev* functions now supporting loading modules based on modaliases, replace the hardcoded module name passed to those functions by NULL. The sub-devices without a listed module name don't result in and I2C sub-device being created, as they either are IR devices or don't

[PATCH 16/16] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functions

2010-09-24 Thread Laurent Pinchart
The argument isn't used anymore by the functions, remote it. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/radio/radio-si4713.c|2 +- drivers/media/video/au0828/au0828-cards.c |4 ++-- drivers/media/video/bt8xx/bttv-cards.c|

[PATCH 13/16] vpif_capture: Don't use module names to load I2C modules

2010-09-24 Thread Laurent Pinchart
With the v4l2_i2c_new_subdev* functions now supporting loading modules based on modaliases, don't use the module names hardcoded in platform data by passing a NULL module name to those functions. The only platform using the VPIF capture device (DM646x EVM) hardcodes the module names to invalid

[PATCH 12/16] vpif_display: Don't use module names to load I2C modules

2010-09-24 Thread Laurent Pinchart
With the v4l2_i2c_new_subdev* functions now supporting loading modules based on modaliases, don't use the module names hardcoded in platform data by passing a NULL module name to those functions. All corresponding I2C modules have been checked, and all of them include a module aliases table with

[PATCH 11/16] vpfe_capture: Don't use module names to load I2C modules

2010-09-24 Thread Laurent Pinchart
With the v4l2_i2c_new_subdev* functions now supporting loading modules based on modaliases, don't use the module names hardcoded in platform data by passing a NULL module name to those functions. All corresponding I2C modules have been checked, and all of them include a module aliases table with

[PATCH 10/16] soc_camera: Don't use module names to load I2C modules

2010-09-24 Thread Laurent Pinchart
With the v4l2_i2c_new_subdev* functions now supporting loading modules based on modaliases, remove the module names hardcoded in platform data and pass a NULL module name to those functions. All corresponding I2C modules have been checked, and all of them include a module aliases table with names

[PATCH 08/16] sh_vou: Don't use module names to load I2C modules

2010-09-24 Thread Laurent Pinchart
With the v4l2_i2c_new_subdev* functions now supporting loading modules based on modaliases, remove the module names hardcoded in platform data and pass a NULL module name to those functions. All corresponding I2C modules have been checked, and all of them include a module aliases table with names

[PATCH 07/16] pvrusb2: Don't use module names to load I2C modules

2010-09-24 Thread Laurent Pinchart
With the v4l2_i2c_new_subdev* functions now supporting loading modules based on modaliases, replace the hardcoded module name passed to those functions by NULL. All corresponding I2C modules have been checked, and all of them include a module aliases table with names corresponding to what the

[PATCH 14/16] ivtv: Don't use module names to load I2C modules

2010-09-24 Thread Laurent Pinchart
With the v4l2_i2c_new_subdev* functions now supporting loading modules based on modaliases, replace the hardcoded module name passed to those functions by NULL. The sub-devices without a listed module name don't result in and I2C sub-device being created, as they either are IR devices or don't

[PATCH 4/4] cafe_ccic: Implement VIDIOC_ENUM_FRAMEINTERVALS and ENUM_FRAMESIZES

2010-09-24 Thread Daniel Drake
This allows GStreamer to pick appropriate framerates and resolutions based on desired capture parameters. Signed-off-by: Daniel Drake d...@laptop.org --- drivers/media/video/cafe_ccic.c | 26 ++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git

Re: [RESEND][PATCH v2 2/6] OMAP1: Add support for SoC camera interface

2010-09-24 Thread Tony Lindgren
* Janusz Krzysztofik jkrzy...@tis.icnet.pl [100924 03:20]: Friday 24 September 2010 08:54:20 Guennadi Liakhovetski napisał(a): On Thu, 23 Sep 2010, Tony Lindgren wrote: * Janusz Krzysztofik jkrzy...@tis.icnet.pl [100923 16:37]: Friday 24 September 2010 01:23:10 Tony Lindgren napisał(a):

[PATCH 1/4] cafe_ccic: Fix hang in command write processing

2010-09-24 Thread Daniel Drake
This patch, which basically reverts 6d77444ac, fixes an occasional on-boot or on-capture hang on the XO-1 laptop. It seems like the cafe hardware is flakier than we thought and that in some cases, the commands get executed but are never reported as completed (even if we substantially increase the

[PATCH 2/4] ov7670: implement VIDIOC_ENUM_FRAMEINTERVALS

2010-09-24 Thread Daniel Drake
From: Jonathan Corbet cor...@lwn.net Inquiring minds (and gstreamer) want to know. Signed-off-by: Jonathan Corbet cor...@lwn.net Signed-off-by: Daniel Drake d...@laptop.org --- drivers/media/video/ov7670.c | 21 ++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff

[PATCH 3/4] ov7670: implement VIDIOC_ENUM_FRAMESIZES

2010-09-24 Thread Daniel Drake
GStreamer uses this. Signed-off-by: Daniel Drake d...@laptop.org --- drivers/media/video/ov7670.c | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/ov7670.c b/drivers/media/video/ov7670.c index f551f63..214cebf 100644 ---

Re: [PATCH 00/16] Use modaliases to load I2C modules - please review

2010-09-24 Thread Guennadi Liakhovetski
Hi Laurent On Fri, 24 Sep 2010, Laurent Pinchart wrote: Hi everybody, Here's a bunch of patches (on top of staging/v2.6.37) that remove the module_name argument to the v4l2_i2c_new_subdev* functions. Something seems to be wrong with them. On arch/arm/mach-mx3/mach-pcm037.c without your

[cron job] v4l-dvb daily build 2.6.26 and up: ERRORS

2010-09-24 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 Sep 24 19:00:10 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 15164:1da5fed5c8b2 git master: