Re: [PATCH 2/2] V4L/DVB: Use custom I2C probing function mechanism

2010-04-05 Thread Jean Delvare
Hi Andy, On Sun, 04 Apr 2010 21:54:39 -0400, Andy Walls wrote: On Sun, 2010-04-04 at 16:14 +0200, Jean Delvare wrote: Now that i2c-core offers the possibility to provide custom probing function for I2C devices, let's make use of it. Signed-off-by: Jean Delvare kh...@linux-fr.org ---

Re: RFC: new V4L control framework

2010-04-05 Thread Hans Verkuil
On Monday 05 April 2010 04:58:02 Andy Walls wrote: On Sun, 2010-04-04 at 17:41 +0200, Hans Verkuil wrote: Hi all, The support in drivers for the V4L2 control API is currently very chaotic. Few if any drivers support the API correctly. Especially the support for the new extended

Re: update gspca driver in linux source tree

2010-04-05 Thread rath
The problem with all the trees (http://linuxtv.org/hg/v4l-dvb/ and http://linuxtv.org/hg/v4l-dvb/) are the used perl scripts to build the makefile. They use uname -r to get the kernel version and they use directories like /lib/modules as default. Now, I try to cross compile the tree on my

Re: STV6110 vs STV6110x

2010-04-05 Thread Manu Abraham
Hi Patrick, On Mon, Apr 5, 2010 at 5:21 PM, Patrick Boettcher pboettc...@kernellabs.com wrote: Hi Igor, hi Manu, I'm currently adding support for a device based on STV0903+STV6110 frontend combination. Early investigation have shown that for both devices there is a driver - now looking in

Re: RFC: new V4L control framework

2010-04-05 Thread Mauro Carvalho Chehab
Hans Verkuil wrote: On Monday 05 April 2010 04:58:02 Andy Walls wrote: On Sun, 2010-04-04 at 17:41 +0200, Hans Verkuil wrote: Hi all, The support in drivers for the V4L2 control API is currently very chaotic. Few if any drivers support the API correctly. Especially the support for the new

Re: RFC: new V4L control framework

2010-04-05 Thread Devin Heitmueller
On Sun, Apr 4, 2010 at 10:58 PM, Andy Walls awa...@md.metrocast.net wrote: I think I have 2 cases where that is undesriable: 1. cx18 volume control: av_core subdev has a volume control (which the bridge driver currently reports as it's volume control) and the cs5435 subdev has a volume

[PULL] an soc-camera fix for 2.6.34

2010-04-05 Thread Guennadi Liakhovetski
Hi Mauro as agreed on IRC, please add the following Acked-by: Sascha Hauer s.ha...@pengutronix.de (see also http://article.gmane.org/gmane.linux.drivers.video-input-infrastructure/17845 ) when pulling from: The following changes since commit a8f0df5fc2bc2e0aa0ead578bb93214915573efd:

Re: RFC: new V4L control framework

2010-04-05 Thread Hans Verkuil
On Monday 05 April 2010 17:41:47 Mauro Carvalho Chehab wrote: Hans Verkuil wrote: On Monday 05 April 2010 04:58:02 Andy Walls wrote: On Sun, 2010-04-04 at 17:41 +0200, Hans Verkuil wrote: Hi all, The support in drivers for the V4L2 control API is currently very chaotic. Few if any

Re: [PATCH 2/2] V4L/DVB: Use custom I2C probing function mechanism

2010-04-05 Thread Mauro Carvalho Chehab
Hi Jean, Jean Delvare wrote: Now that i2c-core offers the possibility to provide custom probing function for I2C devices, let's make use of it. Signed-off-by: Jean Delvare kh...@linux-fr.org --- I wasn't too sure where to put the custom probe function: in each driver, in the ir-common

Re: [PATCH 04/15] V4L/DVB: ir-core: Add logic to decode IR protocols at the IR core

2010-04-05 Thread Mauro Carvalho Chehab
Andy Walls wrote: 2. A common glitch filtering library function that can be used by all decoders, and that also can accept a decoder specified minimum acceptable pulse width. Seems a nice improvement. I doubt I'll have time for handling it right now, since there are still many things to do,

[PATCH 00/11] treewide: rename dev_info variables to something else

2010-04-05 Thread Joe Perches
There is a macro called dev_info that prints struct device specific information. Having variables with the same name can be confusing and prevents conversion of the macro to a function. Rename the existing dev_info variables to something else in preparation to converting the dev_info macro to a

[PATCH 09/11] pvrusb2-v4l2: Rename dev_info to pdi

2010-04-05 Thread Joe Perches
There is a macro called dev_info that prints struct device specific information. Having variables with the same name can be confusing and prevents conversion of the macro to a function. Rename the existing dev_info variables to something else in preparation to converting the dev_info macro to a

V4L2 and Media controller mini-summit in Helsinki 14.--16. June

2010-04-05 Thread Sakari Ailus
Hello everyone, I'm glad to announce Nokia will be hosting a V4L2 and Media controller mini-summit in Helsinki, Finland from 14th to 16th June --- that's from Monday to Wednesday. The event replaces the V4L2 Media Controller mini-summit in Oslo in April / May proposed by Hans Verkuil. Just the

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: WARNINGS

2010-04-05 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:Mon Apr 5 19:00:22 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14544:4ee1e97ba6ad git master:

Re: RFC: new V4L control framework

2010-04-05 Thread Hans Verkuil
On Monday 05 April 2010 20:11:13 Hans Verkuil wrote: Another option would be to set aside a range of IDs at the end of each control class that could be used as a 'remap' area. For example: the IDs for user class controls go from 0x98-0x98. Of which anything = 0x981000 is a private

Possible bug with FusionHDTV7 Dual Express

2010-04-05 Thread Timothy D. Lenz
For some time I have been having problems with VDR seemingly loosing control over one of the two tuners. It seems to be related to the atscepg plugin. It happened quicker after VDR had timer recorded a show. Removing the plugin seemed to stop it but also get no epg data. basicly, which ever

[GIT PULL] V4L2 file handles and event interface, take 2

2010-04-05 Thread Sakari Ailus
Hi Mauro, Hans Verkuil has provided the patches to support the V4L2 events on ivtv (thanks, Hans!). Those patches are part of this pull request. The documentation has been improved --- v4l2_fh is now clearly marked as optional interface. Rebased, too. Please pull. The following changes since

Re: [PATCH 00/15] ir-core: Several improvements to allow adding LIRC and decoder plugins

2010-04-05 Thread Jarod Wilson
On Fri, Apr 2, 2010 at 6:20 AM, David Härdeman da...@hardeman.nu wrote: On Thu, Apr 01, 2010 at 09:44:12PM -0400, Jon Smirl wrote: On Thu, Apr 1, 2010 at 1:56 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: This series of 15 patches improves support for IR, as discussed at the What are

Re: [PATCH 2/2] V4L/DVB: Use custom I2C probing function mechanism

2010-04-05 Thread Jean Delvare
Hi Mauro, On Mon, 05 Apr 2010 15:26:32 -0300, Mauro Carvalho Chehab wrote: Jean Delvare wrote: Now that i2c-core offers the possibility to provide custom probing function for I2C devices, let's make use of it. Signed-off-by: Jean Delvare kh...@linux-fr.org --- I wasn't too sure

RFC: exposing controls in sysfs

2010-04-05 Thread Hans Verkuil
Hi all, The new control framework makes it very easy to expose controls in sysfs. The way it is implemented now in the framework is that each device node will get a 'controls' subdirectory in sysfs. Below which are all the controls associated with that device node. So different device nodes can

Re: RFC: exposing controls in sysfs

2010-04-05 Thread Hans Verkuil
On Monday 05 April 2010 23:47:10 Hans Verkuil wrote: Hi all, The new control framework makes it very easy to expose controls in sysfs. The way it is implemented now in the framework is that each device node will get a 'controls' subdirectory in sysfs. Below which are all the controls

[PATCH] saa7134: add support for Avermedia M733A

2010-04-05 Thread Herton Ronaldo Krzesinski
This change adds support for Avermedia M733A. The original version for linux 2.6.31 was sent to me from Avermedia, original author is unknown. I ported it to current kernels, and modified for the two pci ids supported (1461:4155, 1461:4255). Signed-off-by: Herton Ronaldo Krzesinski

Re: RFC: new V4L control framework

2010-04-05 Thread Laurent Pinchart
Hi Hans, On Sunday 04 April 2010 17:41:51 Hans Verkuil wrote: Hi all, The support in drivers for the V4L2 control API is currently very chaotic. Few if any drivers support the API correctly. Especially the support for the new extended controls is very much hit and miss. Combine that with

Re: [RFC] Serialization flag example

2010-04-05 Thread Laurent Pinchart
On Sunday 04 April 2010 05:14:17 David Ellingsworth wrote: After looking at the proposed solution, I personally find the suggestion for a serialization flag to be quite ridiculous. As others have mentioned, the mere presence of the flag means that driver writers will gloss over any concurrency

Re: RFC: new V4L control framework

2010-04-05 Thread Andy Walls
On Mon, 2010-04-05 at 11:25 +0200, Hans Verkuil wrote: On Monday 05 April 2010 04:58:02 Andy Walls wrote: On Sun, 2010-04-04 at 17:41 +0200, Hans Verkuil wrote: 1. cx18 volume control: av_core subdev has a volume control (which the bridge driver currently reports as it's volume control)

[PATCH] Add support new TV cards

2010-04-05 Thread Dmitri Belimov
Hi Add support our new TV cards. diff -r 4ee1e97ba6ad linux/drivers/media/video/saa7134/saa7134-cards.c --- a/linux/drivers/media/video/saa7134/saa7134-cards.c Sun Apr 04 20:58:13 2010 -0400 +++ b/linux/drivers/media/video/saa7134/saa7134-cards.c Tue Apr 06 13:51:11 2010 +1000 @@ -5411,6

Re: [PATCH 04/15] V4L/DVB: ir-core: Add logic to decode IR protocols at the IR core

2010-04-05 Thread Mauro Carvalho Chehab
Mauro Carvalho Chehab wrote: Andy Walls wrote: I have an RC-5 decoder in cx23885-input.c that isn't as clean as the NEC protocol decoder I developed. The cx23885-input.c RC-5 decoder is not a very explicit state machine however (it is a bit hack-ish). The state machine seems to be working

Re: [PATCH 2/2] V4L/DVB: Use custom I2C probing function mechanism

2010-04-05 Thread Mauro Carvalho Chehab
Jean Delvare wrote: Hi Mauro, On Mon, 05 Apr 2010 15:26:32 -0300, Mauro Carvalho Chehab wrote: Jean Delvare wrote: Now that i2c-core offers the possibility to provide custom probing function for I2C devices, let's make use of it. Signed-off-by: Jean Delvare kh...@linux-fr.org --- I

Re: [RFC] Serialization flag example

2010-04-05 Thread Hans Verkuil
On Tuesday 06 April 2010 00:46:11 Laurent Pinchart wrote: On Sunday 04 April 2010 05:14:17 David Ellingsworth wrote: After looking at the proposed solution, I personally find the suggestion for a serialization flag to be quite ridiculous. As others have mentioned, the mere presence of the