get_dvb_firmware patch + c88x board tuner question

2009-04-04 Thread joseba
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, its my first post, and my first patch, my first try, so probably iḿ going to make big mistakes. Dont be cruel. I corrected urls in get_dvb_firmware, from linux-source-2.6.29, so iḿ going to suggest a patch Trying to configure the NPG REAL DVB-T

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-04 Thread Hans Verkuil
On Sunday 05 April 2009 01:05:39 Jean Delvare wrote: > Hi Mike, > > On Sat, 4 Apr 2009 10:51:01 -0500 (CDT), Mike Isely wrote: > > Nacked-by: Mike Isely > > > > This will interfere with the alternative use of LIRC drivers (which > > work in more cases that ir-kbd). > > Why then is ir-kbd in the ke

RE: HVR-1500 tuner s eems to be recognize d, but wont turn on. ‏

2009-04-04 Thread Thomas Nicolai
Finally found more time to work on this. When i try sudo modprobe tuner-xc2028 no_poweroff=1 It returns: tuner_xc2028: Unknown parameter `no_poweroff' any thoughts? Nick > Date: Tue, 17 Feb 2009 15:56:00 -0500 > Subject: Re: HVR-1500 tuner seem

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-04 Thread Andy Walls
On Sun, 2009-04-05 at 00:51 +0200, Jean Delvare wrote: > Hi Andy, > > On Sat, 04 Apr 2009 09:42:09 -0400, Andy Walls wrote: > > On Sat, 2009-04-04 at 14:28 +0200, Jean Delvare wrote: > > > Let card drivers probe for IR receiver devices and instantiate them if > > > found. Ultimately it would be be

[PATCH 1/4] tm6000: Remove reference to em28xx from error message.

2009-04-04 Thread Kevin Wells
# HG changeset patch # User Kevin Wells # Date 1238839620 -46800 # Node ID a293d5babca03bb5a7f21ecb659d55e447194e49 # Parent 3d58b6531a818aafdacde895c34e4517a4dc4104 Remove reference to em28xx from error message. From: Kevin Wells Priority: normal Signed-off-by: Kevin Wells diff -r 3d58b65

[PATCH 1/4] tm6000: Remove reference to em28xx from error message.

2009-04-04 Thread Kevin Wells
# HG changeset patch # User Kevin Wells # Date 1238839620 -46800 # Node ID a293d5babca03bb5a7f21ecb659d55e447194e49 # Parent 3d58b6531a818aafdacde895c34e4517a4dc4104 Remove reference to em28xx from error message. From: Kevin Wells Priority: normal Signed-off-by: Kevin Wells diff -r 3d58b65

[PATCH 3/4] tm6000: Use mask when getting XFERTYPE from bmAttributes

2009-04-04 Thread Kevin Wells
# HG changeset patch # User Kevin Wells # Date 1238885144 -43200 # Node ID 02d3a231b99e1eef922679f1381eecd0b9990d23 # Parent 3140e621a17b536eb1487f8f9ad5b7b6a8ff8341 Use mask when getting XFERTYPE from bmAttributes From: Kevin Wells Priority: normal Signed-off-by: Kevin Wells diff -r 3140e

[PATCH 4/4] tm6000: Clear bit in tm6000_devused when board is disconnected.

2009-04-04 Thread Kevin Wells
# HG changeset patch # User Kevin Wells # Date 1238885821 -43200 # Node ID ca10a33f275b6fefa15ef651df9b657834a28bb0 # Parent 02d3a231b99e1eef922679f1381eecd0b9990d23 Clear bit in tm6000_devused when board is disconnected. From: Kevin Wells Priority: normal Signed-off-by: Kevin Wells diff -

[PATCH 0/4 ] tm6000

2009-04-04 Thread Kevin Wells
Hi all, Patches to fix minor issues found when reviewing tm6000-cards.c from: http://linuxtv.org/hg/~mchehab/tm6010/ based on changeset 3d58b6531a81. Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More ma

[PATCH 2/4] tm6000: More robust error handling in tm6000_usb_probe()

2009-04-04 Thread Kevin Wells
# HG changeset patch # User Kevin Wells # Date 1238841558 -46800 # Node ID 3140e621a17b536eb1487f8f9ad5b7b6a8ff8341 # Parent a293d5babca03bb5a7f21ecb659d55e447194e49 More robust error handling in tm6000_usb_probe() From: Kevin Wells Priority: normal Signed-off-by: Kevin Wells diff -r a293d

Re: tm6010 development repository

2009-04-04 Thread Kevin Wells
Steven Toth wrote: Kevin Wells wrote: I've started trying to understand the code in the following repository: http://www.linuxtv.org/hg/~mchehab/tm6010/ I have a few patches I would like to apply. How should I do this? Submit the patches to the list and I'll try to get some time to create

Re: [PATCH] pvrusb2: Drop client_register/unregister stubs

2009-04-04 Thread Mike Isely
Acked-by: Mike Isely On Sat, 4 Apr 2009, Jean Delvare wrote: > The client_register and client_unregister methods are optional so > there is no point in defining stub ones. Especially when these methods > are likely to be removed soon. > > Signed-off-by: Jean Delvare > --- > linux/drivers/med

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-04 Thread Mike Isely
On Sun, 5 Apr 2009, Jean Delvare wrote: > Hi Mike, > > On Sat, 4 Apr 2009 10:51:01 -0500 (CDT), Mike Isely wrote: > > > > Nacked-by: Mike Isely > > > > This will interfere with the alternative use of LIRC drivers (which work > > in more cases that ir-kbd). > > Why then is ir-kbd in the kerne

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-04 Thread Jean Delvare
Hi Mike, On Sat, 4 Apr 2009 10:51:01 -0500 (CDT), Mike Isely wrote: > > Nacked-by: Mike Isely > > This will interfere with the alternative use of LIRC drivers (which work > in more cases that ir-kbd). Why then is ir-kbd in the kernel tree and not LIRC drivers? > It will thus break some peopl

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-04 Thread Jean Delvare
Hi Andy, On Sat, 04 Apr 2009 09:42:09 -0400, Andy Walls wrote: > On Sat, 2009-04-04 at 14:28 +0200, Jean Delvare wrote: > > Let card drivers probe for IR receiver devices and instantiate them if > > found. Ultimately it would be better if we could stop probing > > completely, but I suspect this wo

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-04 Thread Andy Walls
On Sat, 2009-04-04 at 18:25 -0400, Andy Walls wrote: > On Sat, 2009-04-04 at 11:05 -0500, Mike Isely wrote: > So my rough outline of an idea (which probably runs slightly afoul of > Hans' media_controller device, but we don't have it yet): > > 1. Add a function to the v4l2 framework to iterate ov

Re: [PATCH 1/6] cx18: Fix the handling of i2c bus registration error

2009-04-04 Thread Andy Walls
On Sat, 2009-04-04 at 16:23 +0200, Jean Delvare wrote: > Hi Andy, > > Thanks for the fast review. > > On Sat, 04 Apr 2009 08:46:00 -0400, Andy Walls wrote: > > Correct, actually my initial attempt looked like this. But then patch > 3/6 adds code, which makes "your" solution 2 lines bigger, whil

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-04 Thread Andy Walls
On Sat, 2009-04-04 at 11:05 -0500, Mike Isely wrote: > On Sat, 4 Apr 2009, Andy Walls wrote: > >[...] > > > > > I have an I2C related question. If the cx18 or ivtv driver autoloads > > "ir-kbd-i2c" and registers an I2C client on the bus, does that preclude > > lirc_i2c, lirc_pvr150 or lirc_

Driver for STK7700D?

2009-04-04 Thread ankostis
Hi (Matthias?), i have also a STK7700D tv-tuner card. Can anybody inform me with any updates regarding the letter to Microtune for Linux support? (i know that it is 2 years since Matthias sent the letter and probably he is not on the list any more, but its never bad to try...) Has anyone else an

Re: Broken ioctls for the mpeg encoder on the HVR-1800

2009-04-04 Thread Joseph Yasi
On Thu, Apr 2, 2009 at 9:31 AM, Steven Toth wrote: > Most of the ioctls I tested were against the preview device, although some > do work on the encoder device itself (bitrate etc). Changing the bitrate doesn't work anymore either. The video_ioctl2 hook got dropped from the cx23885-417 driver wh

libv4l: Possibility of changing the current pixelformat on the fly

2009-04-04 Thread Erik Andrén
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, While trying to get hflip and vflip working for the stv06xx webcam bridge coupled to the vv6410 sensor I've come across the following problem. When flipping the image horizontally, vertically or both, the sensor pixel ordering changes. In the m56

[PATCH] pvrusb2: Drop client_register/unregister stubs

2009-04-04 Thread Jean Delvare
The client_register and client_unregister methods are optional so there is no point in defining stub ones. Especially when these methods are likely to be removed soon. Signed-off-by: Jean Delvare --- linux/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c | 12 1 file changed, 12 del

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

2009-04-04 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:Sat Apr 4 19:00:04 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11346:4cd17f5a20cc gcc version: gcc

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-04 Thread Mike Isely
On Sat, 4 Apr 2009, Andy Walls wrote: [...] > > I have an I2C related question. If the cx18 or ivtv driver autoloads > "ir-kbd-i2c" and registers an I2C client on the bus, does that preclude > lirc_i2c, lirc_pvr150 or lirc_zilog from using the device? LIRC users > may notice, if it does. >

Re: [PATCH 0/6] ir-kbd-i2c conversion to the new i2c binding model

2009-04-04 Thread Mike Isely
Jean: I understand what you're trying to do but how is LIRC expected to still work if all drivers now force the user over to ir-kbd? -Mike On Sat, 4 Apr 2009, Jean Delvare wrote: > Hi all, > > Here finally comes my conversion of ir-kbd-i2c to the new i2c binding > model. I've split it int

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-04 Thread Mike Isely
Nacked-by: Mike Isely This will interfere with the alternative use of LIRC drivers (which work in more cases that ir-kbd). It will thus break some peoples' use of the driver. Also we have better information on what i2c addresses needed to be probed based on the model of the device - and som

Re: [PATCH 1/6] cx18: Fix the handling of i2c bus registration error

2009-04-04 Thread Jean Delvare
Hi Andy, Thanks for the fast review. On Sat, 04 Apr 2009 08:46:00 -0400, Andy Walls wrote: > On Sat, 2009-04-04 at 14:26 +0200, Jean Delvare wrote: > > * Return actual error values as returned by the i2c subsystem, rather > > than 0 or 1. > > * If the registration of the second bus fails, unreg

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-04 Thread Andy Walls
On Sat, 2009-04-04 at 14:28 +0200, Jean Delvare wrote: > Let card drivers probe for IR receiver devices and instantiate them if > found. Ultimately it would be better if we could stop probing > completely, but I suspect this won't be possible for all card types. > > There's certainly room for clea

Re: [PATCH 1/6] cx18: Fix the handling of i2c bus registration error

2009-04-04 Thread Andy Walls
On Sat, 2009-04-04 at 14:26 +0200, Jean Delvare wrote: > * Return actual error values as returned by the i2c subsystem, rather > than 0 or 1. > * If the registration of the second bus fails, unregister the first one > before exiting, otherwise we are leaking resources. > > Signed-off-by: Jean

Re: [PATCH - RECALL] siano: smsendian & smsdvb - binding the smsendian to smsdvb

2009-04-04 Thread Uri Shkolnik
--- On Sat, 4/4/09, Mauro Carvalho Chehab wrote: > From: Mauro Carvalho Chehab > Subject: Re: [PATCH - RECALL] siano: smsendian & smsdvb - binding the > smsendian to smsdvb > To: "Uri Shkolnik" > Cc: linux-media@vger.kernel.org > Date: Saturday, April 4, 2009, 12:14 AM > On Fri, 3 Apr 2009

[PATCH 6/6] saa7134: Simplify handling of IR on AVerMedia Cardbus

2009-04-04 Thread Jean Delvare
Now that we instantiate I2C IR devices explicitly, we can skip probing altogether on boards where the I2C IR device address is known. The AVerMedia Cardbus are two of these boards. Signed-off-by: Jean Delvare --- linux/drivers/media/video/saa7134/saa7134-input.c | 35 +++-- 1 f

[PATCH 5/6] saa7134: Simplify handling of IR on MSI t...@nywhere Plus

2009-04-04 Thread Jean Delvare
Now that we instantiate I2C IR devices explicitly, we can skip probing altogether on boards where the I2C IR device address is known. The MSI t...@nywhere Plus is one of these boards. Signed-off-by: Jean Delvare --- linux/drivers/media/video/saa7134/saa7134-input.c | 27 +

[PATCH 4/6] ir-kbd-i2c: Use initialization data

2009-04-04 Thread Jean Delvare
For specific boards, pass initialization data to ir-kbd-i2c instead of modifying the settings after the device is initialized. This is more efficient and easier to read. Signed-off-by: Jean Delvare --- linux/drivers/media/video/cx231xx/cx231xx-cards.c | 14 --- linux/drivers/media/video/cx231x

[PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-04 Thread Jean Delvare
Let card drivers probe for IR receiver devices and instantiate them if found. Ultimately it would be better if we could stop probing completely, but I suspect this won't be possible for all card types. There's certainly room for cleanups. For example, some drivers are sharing I2C adapter IDs, so t

[PATCH 2/6] ir-kbd-i2c: Don't use i2c_client.name for our own needs

2009-04-04 Thread Jean Delvare
In the standard device driver binding model, the name field of struct i2c_client is used to match devices to their drivers, so we must stop using it for internal purposes. Define a separate field in struct IR_i2c as a replacement, and use it. Signed-off-by: Jean Delvare --- linux/drivers/media/v

[PATCH 1/6] cx18: Fix the handling of i2c bus registration error

2009-04-04 Thread Jean Delvare
* Return actual error values as returned by the i2c subsystem, rather than 0 or 1. * If the registration of the second bus fails, unregister the first one before exiting, otherwise we are leaking resources. Signed-off-by: Jean Delvare Cc: Hans Verkuil Cc: Andy Walls --- linux/drivers/media

[PATCH 0/6] ir-kbd-i2c conversion to the new i2c binding model

2009-04-04 Thread Jean Delvare
Hi all, Here finally comes my conversion of ir-kbd-i2c to the new i2c binding model. I've split it into 6 pieces for easier review. Firstly there are 2 preliminary patches: media-video-01-cx18-fix-i2c-error-handling.patch media-video-02-ir-kbd-i2c-dont-abuse-client-name.patch Then 2 patches doin

Re: [PATCH 0/3] FM Transmitter driver

2009-04-04 Thread Heino Goldenstein
Hello, Am Freitag, 3. April 2009 12:12 schrieb Eduardo Valentin: > On Thu, Apr 02, 2009 at 06:36:37PM +0200, ext Hans Verkuil wrote: > > On Thursday 02 April 2009 14:02:11 Eduardo Valentin wrote: > > > Hi Hans, > > > > > > On Thu, Apr 02, 2009 at 09:47:11AM +0200, ext Hans Verkuil wrote: > > > > On

Re: When is a wake_up() not a wake up?

2009-04-04 Thread Trent Piepho
On Fri, 3 Apr 2009, Andy Walls wrote: > 1. A work queue thread or read() call needs to send a command to the > CX23418 using the cx18_api_call() function > 2. It fills out a mailbox with a command for the CX23418 > 3. It prepares to wait, just in case a wait is needed > 4. A SW1 interrupt is sent t

Re: gpsca kernel BUG when disconnecting camera while streaming with mmap (2.6.29-rc8)

2009-04-04 Thread Stian Skjelstad
> > >You did not tell which version of gspca you use. If it is the one of a > > >kernel older than 2.6.30, you should update. Also, may this problem > > >be reproduced? > 2.6.29 isn't good enough, you need the patch at > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff