[PATCH v2 0/3] radio: Add support for SAA7706H Car Radio DSP

2010-01-22 Thread Richard Röjfors
These sets of patches added support for the SAA7706H Car Radio DSP. Patch 2 is updated after feedback from Hans Verkuil. Thanks Hans! Patch 1: Add The saa7706h to the v4l2-chip-ident.h Patch 2: Add the actual source code Patch 3: Add the saa7706h to the Kconfig and Makefile --Richard -- To

[PATCH v2 3/3] radio: Add SAA7706H to Kconfig and Makefile

2010-01-22 Thread Richard Röjfors
This patch adds the SAA7706H to Kconfig and Makefile, it points out the source code added in the previous patch. Signed-off-by: Richard Röjfors richard.rojf...@pelagicore.com --- diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 3f40f37..1716e52 100644 ---

[PATCH v2 2/3] radio: Add support for SAA7706H Car Radio DSP

2010-01-22 Thread Richard Röjfors
This patch contains initial support for the SAA7706H Car Radio DSP. It is a I2C device and currently the mute control is supported. When the device is unmuted it is brought out of reset and initiated using the proposed intialisation sequence. When muted the DSP is brought into reset state.

Re: [linux-dvb] Initial Scan Data for DVB channel scan, How to get Initial DVB Scan data

2010-01-22 Thread Brice Dubost
dvbfreaky 007 wrote: Hi , Can anyone share the information, regarding How initial scan data will generate from dvb-apps-utils-scan, to scan for channels, i executed following command ./scan dvb-s/InSat4B-80.5E content of InSat4B-80.5E, 1 # Insat 4B-80.5E 2 # freq pol sr fec 3 S 1000

Re: gitorious.org/omap3camera: Falied attempt to migrate sensor driver to Zoom2/3 platform

2010-01-22 Thread Laurent Pinchart
Hi Sergio, On Friday 22 January 2010 10:49:17 Aguirre, Sergio wrote: Laurent, Sakari, While I was trying to adapt my Zoom2/3 sensor drivers into latest 'devel' branch with latest commit: commit 2e7d09ec5e09ee80462a611c9958e99866ee337c Author: Laurent Pinchart

[PATCH 0/2] radio: Add radio-timb

2010-01-22 Thread Richard Röjfors
On the intel russellville board there is a radio DSP, radio tuner and a RDS block. This umbrella driver uses two subdevs (DSP and tuner), and reads RDS data. Patch1: The actual code Patch2: Add the radio-timb to Kconfig and Makefile --Richard -- To unsubscribe from this list: send the line

[PATCH 1/2] radio: Add radio-timb

2010-01-22 Thread Richard Röjfors
This patch add supports for the radio system on the Intel Russellville board. It's a In-Vehicle Infotainment board with a radio tuner and DSP. This umbrella driver has the DSP and tuner as V4L2 subdevs and calls them when needed. The RDS support is done by I/O memory accesses. Signed-off-by:

[PATCH 2/2] radio: Add radio-timb to the Kconfig and Makefile

2010-01-22 Thread Richard Röjfors
This patch adds radio-timb to the Makefile and Kconfig. Signed-off-by: Richard Röjfors richard.rojf...@pelagicore.com --- diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 3f40f37..032ae2b 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig @@

Re: gitorious.org/omap3camera: Falied attempt to migrate sensor driver to Zoom2/3 platform

2010-01-22 Thread Sakari Ailus
Laurent Pinchart wrote: Hi Sergio, On Friday 22 January 2010 10:49:17 Aguirre, Sergio wrote: Laurent, Sakari, While I was trying to adapt my Zoom2/3 sensor drivers into latest 'devel' branch with latest commit: commit 2e7d09ec5e09ee80462a611c9958e99866ee337c Author: Laurent Pinchart

[PATCH 4/4] media: dvb/af9015, add hashes support

2010-01-22 Thread Jiri Slaby
So as a final patch, add support for hash and one hash entry for MSI digi vox mini II: iManufacturer 1 Afatech iProduct 2 DVB-T 2 iSerial 3 01010101061 It is now handled with proper IR and key map tables. Signed-off-by: Jiri Slaby jsl...@suse.cz Cc: Antti Palosaari cr...@iki.fi

[PATCH 2/4] media: dvb/af9015, factor out remote setting

2010-01-22 Thread Jiri Slaby
This is just a code shuffle without functional changes. For easier review of later changes, i.e. preparation. Signed-off-by: Jiri Slaby jsl...@suse.cz Cc: Antti Palosaari cr...@iki.fi Cc: Mauro Carvalho Chehab mche...@redhat.com Cc: linux-media@vger.kernel.org ---

[PATCH 3/4] media: dvb/af9015, refactor remote setting

2010-01-22 Thread Jiri Slaby
Add af9015_setup structure to hold (right now only remote) setup of distinct receivers. Add af9015_setup_match for matching ids against tables. This is for easier matching different kind of ids against tables to obtain setups. Currently module parameters and usb vendor ids are switched into and

Re: [PATCH 1/1] media: dvb-usb/af9015, add IR support for digivox mini II

2010-01-22 Thread Jiri Slaby
On 01/14/2010 08:09 PM, Antti Palosaari wrote: Device ID 15a4:9016 is reference design ID and it is used by vary many devices. Also manufacturer string Afatech is chipset default one. This leads MSI remote in question configured for many devices using default / reference values which I don't

[PATCH 1/4] media: dvb/af9015, implement eeprom hashing

2010-01-22 Thread Jiri Slaby
This will be useful for matching of IR tables later. We read the eeprom anyway for dumping. Switch the dumping to print_hex_dump_bytes and compute hash above that by hash = 0; for (u32 VAL) in (eeprom): hash *= GOLDEN_RATIO_PRIME_32 hash += VAL; // while preserving endinaness The computation

Re: Drivers for Eyetv hybrid

2010-01-22 Thread Morten Friesgaard
Actually I don't understand why this em28xx driver is the only one being patched, guess that reduces backward compability!? :-P Well, I haven't given up, but no one has given me any pointers but /dev/null If this em28xx module would be startable with the usb id 0fd9:0018, I could tryout the old

Re: Drivers for Eyetv hybrid

2010-01-22 Thread Devin Heitmueller
On Fri, Jan 22, 2010 at 11:18 AM, Morten Friesgaard friesga...@gmail.com wrote: Actually I don't understand why this em28xx driver is the only one being patched, guess that reduces backward compability!? :-P There are many drivers actively being developed. What I'm trying to say is that the

Re: [PATCH 1/2] radio: Add radio-timb

2010-01-22 Thread Hans Verkuil
On Friday 22 January 2010 13:38:28 Richard Röjfors wrote: This patch add supports for the radio system on the Intel Russellville board. It's a In-Vehicle Infotainment board with a radio tuner and DSP. This umbrella driver has the DSP and tuner as V4L2 subdevs and calls them when needed.

Re: About MPEG decoder interface

2010-01-22 Thread Hans Verkuil
On Friday 22 January 2010 04:00:53 Andy Walls wrote: On Fri, 2010-01-22 at 10:42 +0800, Michael Qiu wrote: Hi all, How can I export my MPEG decoder control interface to user space? Or in other words, which device file(/dev/xxx) should a proper driver for mpeg decoder provide?

Re: [RFC v2 1/7] V4L: File handles

2010-01-22 Thread Sakari Ailus
Hans Verkuil wrote: Hi Sakari, Hi Hans! I should have reviewed this weeks ago, but better late than never... No problem, and thanks for the review! On Tue, 22 Dec 2009, Sakari Ailus wrote: This patch adds a list of v4l2_fh structures to every video_device. It allows using file handle

[NOTICE] daily build server maintenance

2010-01-22 Thread Hans Verkuil
Hi all, This weekend I will be replacing harddisks and installing a new linux distro on the daily build server (and actually a bunch of other PCs as well). It should be up again on Monday if all goes well. Some time next week I also hope to implement the git build, but I first want to get this

Re: [RFC v2 4/7] V4L: Events: Add backend

2010-01-22 Thread Sakari Ailus
Hans Verkuil wrote: Hi Sakari, Hi, Hans! The code looks good, but I'm not so sure about the use of kmem_cache_*. It seems serious overkill to me. Most of the time there will only be a handful of event messages pending. So setting up a kmem_cache for this seems unnecessary to me. A much

Re: About MPEG decoder interface

2010-01-22 Thread Manu Abraham
On Fri, Jan 22, 2010 at 8:42 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Friday 22 January 2010 04:00:53 Andy Walls wrote: On Fri, 2010-01-22 at 10:42 +0800, Michael Qiu wrote: Hi all,   How can I export my MPEG decoder control interface to user space?   Or in other words, which device

Re: About MPEG decoder interface

2010-01-22 Thread Andy Walls
On Fri, 2010-01-22 at 17:42 +0100, Hans Verkuil wrote: On Friday 22 January 2010 04:00:53 Andy Walls wrote: On Fri, 2010-01-22 at 10:42 +0800, Michael Qiu wrote: Hi all, How can I export my MPEG decoder control interface to user space? Or in other words, which device

Re: About MPEG decoder interface

2010-01-22 Thread Hans Verkuil
On Friday 22 January 2010 18:11:48 Manu Abraham wrote: On Fri, Jan 22, 2010 at 8:42 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Friday 22 January 2010 04:00:53 Andy Walls wrote: On Fri, 2010-01-22 at 10:42 +0800, Michael Qiu wrote: Hi all,   How can I export my MPEG decoder control

Re: [PULL] http://udev.netup.ru/hg/v4l-dvb-aospan-22fix

2010-01-22 Thread Mauro Carvalho Chehab
Abylai Ospan wrote: On Sat, 2010-01-16 at 11:18 -0200, Mauro Carvalho Chehab wrote: Abylai Ospan wrote: Mauro, Please pulll change: http://udev.netup.ru/cgi-bin/hgwebdir.cgi/v4l-dvb-aospan-22fix/rev/fc3e44f30da3 22-kHz set_tone fix for NetUP Dual DVB-S2-CI card. 22kHz logic controlled

RE: gitorious.org/omap3camera: Falied attempt to migrate sensor driver to Zoom2/3 platform

2010-01-22 Thread Aguirre, Sergio
Hi Laurent, -Original Message- From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Friday, January 22, 2010 5:46 AM To: Aguirre, Sergio Cc: Sakari Ailus; linux-media@vger.kernel.org Subject: Re: gitorious.org/omap3camera: Falied attempt to migrate sensor driver

Re: PULL http://jusst.de/hg/stv090x

2010-01-22 Thread Mauro Carvalho Chehab
Manu Abraham wrote: On Sat, Jan 16, 2010 at 5:14 PM, Mauro Carvalho Chehab mche...@infradead.org wrote: Hi Andreas, Andreas Regel wrote: you don't have to look at stv090x_i2c_gate_ctrl alone. stv090x driver contains code like this: if (stv090x_i2c_gate_ctrl(fe, 1) 0) goto

Re: PULL http://jusst.de/hg/stv090x

2010-01-22 Thread Mauro Carvalho Chehab
Oliver Endriss wrote: Hi, Mauro Carvalho Chehab wrote: Hi Andreas, Andreas Regel wrote: you don't have to look at stv090x_i2c_gate_ctrl alone. stv090x driver contains code like this: if (stv090x_i2c_gate_ctrl(fe, 1) 0) goto err; tuner access if

Re: PULL http://jusst.de/hg/stv090x

2010-01-22 Thread Devin Heitmueller
On Fri, Jan 22, 2010 at 12:48 PM, Mauro Carvalho Chehab mche...@infradead.org wrote:     if (stv090x_i2c_gate_ctrl(fe, 1) 0)         goto err;     tuner access     if (stv090x_i2c_gate_ctrl(fe, 0) 0)         goto err; Ok. It is very unusual to have a lock internally like the above, since

Re: About MPEG decoder interface

2010-01-22 Thread Manu Abraham
On Fri, Jan 22, 2010 at 9:33 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Friday 22 January 2010 18:11:48 Manu Abraham wrote: On Fri, Jan 22, 2010 at 8:42 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Friday 22 January 2010 04:00:53 Andy Walls wrote: On Fri, 2010-01-22 at 10:42 +0800,

Re: PULL http://jusst.de/hg/stv090x

2010-01-22 Thread Manu Abraham
On Fri, Jan 22, 2010 at 9:48 PM, Mauro Carvalho Chehab mche...@infradead.org wrote: Manu Abraham wrote: On Sat, Jan 16, 2010 at 5:14 PM, Mauro Carvalho Chehab mche...@infradead.org wrote: Hi Andreas, Andreas Regel wrote: you don't have to look at stv090x_i2c_gate_ctrl alone. stv090x driver

Re: PULL http://jusst.de/hg/stv090x

2010-01-22 Thread Manu Abraham
On Fri, Jan 22, 2010 at 9:56 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Fri, Jan 22, 2010 at 12:48 PM, Mauro Carvalho Chehab mche...@infradead.org wrote:     if (stv090x_i2c_gate_ctrl(fe, 1) 0)         goto err;     tuner access     if (stv090x_i2c_gate_ctrl(fe, 0) 0)  

RE: gitorious.org/omap3camera: Falied attempt to migrate sensor driver to Zoom2/3 platform

2010-01-22 Thread Aguirre, Sergio
Laurent, From: Aguirre, Sergio Sent: Friday, January 22, 2010 11:46 AM Hi Laurent, From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] Sent: Friday, January 22, 2010 5:46 AM Hi Sergio, On Friday 22 January 2010 10:49:17 Aguirre, Sergio wrote: Laurent, Sakari,

Re: PULL http://jusst.de/hg/stv090x

2010-01-22 Thread Devin Heitmueller
On Fri, Jan 22, 2010 at 1:23 PM, Manu Abraham abraham.m...@gmail.com wrote: The point there is that it is a dual demod which implements a FSM for it's tuner flow control and hence. The demodulators in the tree are generally single/standalone and don't need such a FSM to handle that. Even if

Re: [PULL] http://udev.netup.ru/hg/v4l-dvb-aospan-22fix

2010-01-22 Thread Abylai Ospan
Hello, On Fri, 2010-01-22 at 15:34 -0200, Mauro Carvalho Chehab wrote: You forgot to sign it. You can simply reply to this email with your SOB, as I'll need to add Olvier's ack on it also. fixed. http://udev.netup.ru/cgi-bin/hgwebdir.cgi/v4l-dvb-aospan-22fix/rev/058d68daed91 -- Abylai

Re: PULL http://jusst.de/hg/stv090x

2010-01-22 Thread Manu Abraham
On Fri, Jan 22, 2010 at 10:43 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Fri, Jan 22, 2010 at 1:23 PM, Manu Abraham abraham.m...@gmail.com wrote: The point there is that it is a dual demod which implements a FSM for it's tuner flow control and hence. The demodulators in the

Re: [PULL] http://udev.netup.ru/hg/v4l-dvb-aospan-22fix

2010-01-22 Thread Mauro Carvalho Chehab
Abylai Ospan wrote: Hello, On Fri, 2010-01-22 at 15:34 -0200, Mauro Carvalho Chehab wrote: You forgot to sign it. You can simply reply to this email with your SOB, as I'll need to add Olvier's ack on it also. fixed.

Re: [PULL] http://udev.netup.ru/hg/v4l-dvb-aospan-22fix

2010-01-22 Thread Abylai Ospan
On Fri, 2010-01-22 at 17:31 -0200, Mauro Carvalho Chehab wrote: Abylai Ospan wrote: Hello, On Fri, 2010-01-22 at 15:34 -0200, Mauro Carvalho Chehab wrote: You forgot to sign it. You can simply reply to this email with your SOB, as I'll need to add Olvier's ack on it also.

Re: [PATCH 1/2] radio: Add radio-timb

2010-01-22 Thread Richard Röjfors
Hans Verkuil wrote: On Friday 22 January 2010 13:38:28 Richard Röjfors wrote: This patch add supports for the radio system on the Intel Russellville board. It's a In-Vehicle Infotainment board with a radio tuner and DSP. This umbrella driver has the DSP and tuner as V4L2 subdevs and calls

Re: PULL http://jusst.de/hg/stv090x

2010-01-22 Thread Devin Heitmueller
On Fri, Jan 22, 2010 at 2:11 PM, Manu Abraham abraham.m...@gmail.com wrote: I think you understood incorrectly. Generally most demodulators have an option to detect the I2C stop bit, thereby automatically disabling the gate, while some don't. In those cases, you don't even need a

Re: PULL http://jusst.de/hg/stv090x

2010-01-22 Thread Manu Abraham
On Fri, Jan 22, 2010 at 11:40 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Fri, Jan 22, 2010 at 2:11 PM, Manu Abraham abraham.m...@gmail.com wrote: I think you understood incorrectly. Generally most demodulators have an option to detect the I2C stop bit, thereby automatically

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

2010-01-22 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 Jan 22 19:00:07 CET 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14014:e4429a1b736c gcc version: gcc

Re: [PULL] http://kernellabs.com/hg/~dheitmueller/xc3028-regression

2010-01-22 Thread Mauro Carvalho Chehab
Devin Heitmueller wrote: Hello Mauro, Please PULL from http://kernellabs.com/hg/~dheitmueller/xc3028-regression for the following: xc3028: fix regression in firmware loading time This is a fix for a regression you introduced into the tuner-xc2028 driver in rev 12824. Devin Applied

Re: PULL http://jusst.de/hg/stv090x

2010-01-22 Thread Manu Abraham
On Fri, Jan 22, 2010 at 11:40 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: Also, the dvb_frontend.c makes calls to i2c_gate_ctrl() at various points, so you would need to ensure that none of those occur before calling into your driver as there could potentially be a deadlock there

Re: [PATCH] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2010-01-22 Thread Mauro Carvalho Chehab
Igor M. Liplianin wrote: Mauro, Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits for the following 5 changesets: 01/05: Add Support for DVBWorld DVB-S2 PCI 2004D card http://mercurial.intuxication.org/hg/v4l-dvb-commits?cmd=changeset;node=199213295c11 02/05:

Re: PULL http://jusst.de/hg/stv090x

2010-01-22 Thread Devin Heitmueller
On Fri, Jan 22, 2010 at 3:22 PM, Manu Abraham abraham.m...@gmail.com wrote: On Fri, Jan 22, 2010 at 11:40 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: Also, the dvb_frontend.c makes calls to i2c_gate_ctrl() at various points, so you would need to ensure that none of those occur

Re: [PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2010-01-22 Thread Mauro Carvalho Chehab
Jean-Francois Moine wrote: Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 9 changesets: 01/09: gspca - zc3xx: Change the resolutions of some sensors. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=b2c81ce31b88 02/09: gspca -

Re: PULL http://jusst.de/hg/stv090x

2010-01-22 Thread Manu Abraham
On Sat, Jan 23, 2010 at 12:42 AM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Fri, Jan 22, 2010 at 3:22 PM, Manu Abraham abraham.m...@gmail.com wrote: On Fri, Jan 22, 2010 at 11:40 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: Also, the dvb_frontend.c makes calls to

Re: PULL http://jusst.de/hg/stv090x

2010-01-22 Thread Mauro Carvalho Chehab
Devin Heitmueller wrote: On Fri, Jan 22, 2010 at 1:23 PM, Manu Abraham abraham.m...@gmail.com wrote: The point there is that it is a dual demod which implements a FSM for it's tuner flow control and hence. The demodulators in the tree are generally single/standalone and don't need such a FSM

Re: PULL http://jusst.de/hg/stv090x

2010-01-22 Thread Devin Heitmueller
On Fri, Jan 22, 2010 at 3:59 PM, Manu Abraham abraham.m...@gmail.com wrote: No,  rather on frontend shutdown, demodulator sleep() is called instead. demodulator sleep() shuts down the tuner, AFAIR. This is the original and correct behaviour for dvb frontend. Both the tuner and frontend are

Re: PULL http://jusst.de/hg/stv090x

2010-01-22 Thread Mauro Carvalho Chehab
Devin Heitmueller wrote: On Fri, Jan 22, 2010 at 3:22 PM, Manu Abraham abraham.m...@gmail.com wrote: On Fri, Jan 22, 2010 at 11:40 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: Also, the dvb_frontend.c makes calls to i2c_gate_ctrl() at various points, so you would need to ensure

Re: PULL http://jusst.de/hg/stv090x

2010-01-22 Thread Manu Abraham
On Sat, Jan 23, 2010 at 1:14 AM, Mauro Carvalho Chehab mche...@infradead.org wrote: Devin Heitmueller wrote: On Fri, Jan 22, 2010 at 3:22 PM, Manu Abraham abraham.m...@gmail.com wrote: On Fri, Jan 22, 2010 at 11:40 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: Also, the

log

2010-01-22 Thread Bachir Amghar
Jan 22 21:58:02 gengis-laptop kernel: [18661.984093] usb 1-1: new high speed USB device using ehci_hcd and address 4 Jan 22 21:58:02 gengis-laptop kernel: [18662.120107] usb 1-1: configuration #1 chosen from 1 choice Jan 22 21:58:02 gengis-laptop kernel: [18662.267422] em28xx: New device USB

Re: [PULL] http://kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-3

2010-01-22 Thread Mauro Carvalho Chehab
Devin Heitmueller wrote: Hello Mauro, Please PULL from http://kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-3 for the following: cx18-alsa: Fix the rates definition and move some buffer freeing code. cx18: address possible passing of NULL to snd_card_free cx18-alsa: codingstyle cleanup

Re: [PULL] http://kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-3

2010-01-22 Thread Devin Heitmueller
On Fri, Jan 22, 2010 at 4:32 PM, Mauro Carvalho Chehab mche...@infradead.org wrote: There is one remaining checkpatch warning: WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable #45: FILE: drivers/media/video/cx18/cx18-driver.c:52: +EXPORT_SYMBOL(cx18_ext_init);

First -git merges

2010-01-22 Thread Mauro Carvalho Chehab
As already announced, the patches are now being committed first on -git tree and then backported to -hg. In order to allow people to follow the patches that are being added at -git, I added a git hook that will send announcement emails when a patch is committed at:

Re: First -git merges

2010-01-22 Thread Mauro Carvalho Chehab
Mauro Carvalho Chehab wrote: As already announced, the patches are now being committed first on -git tree and then backported to -hg. In order to allow people to follow the patches that are being added at -git, I added a git hook that will send announcement emails when a patch is committed

Re: First -git merges

2010-01-22 Thread Devin Heitmueller
On Fri, Jan 22, 2010 at 4:55 PM, Mauro Carvalho Chehab mauroche...@gmail.com wrote: Ah, I forgot to mention: if you're interested on seeing the commits, you need to subscribe linuxtv-comm...@linuxtv.org. In addition to the -hg commits that were available there since the beginning of the -hg

Re: First -git merges

2010-01-22 Thread Devin Heitmueller
On Fri, Jan 22, 2010 at 5:03 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: I'm actually on linuxtv-commits, but I didn't get any of the notifications.  Am I missing something? Nevermind. I didn't see your note about the first few having been missed. Cheers, Devin -- Devin J.

Re: [PULL] http://kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-3

2010-01-22 Thread Mauro Carvalho Chehab
Devin Heitmueller wrote: On Fri, Jan 22, 2010 at 4:32 PM, Mauro Carvalho Chehab mche...@infradead.org wrote: There is one remaining checkpatch warning: WARNING: EXPORT_SYMBOL(foo); should immediately follow its function/variable #45: FILE: drivers/media/video/cx18/cx18-driver.c:52:

Re: CI USB

2010-01-22 Thread Manu Abraham
On Sun, Jan 10, 2010 at 9:21 PM, Ian Wilkinson n...@sgtwilko.f9.co.uk wrote: HoP wrote: I don't know the details into the USB device, but each of those CAM's have bandwidth limits on them and they vary from one CAM to the other. Also, there is a limit on the number of simultaneous PID's that

Re: PULL http://jusst.de/hg/stv090x

2010-01-22 Thread hermann pitton
Hi. Am Samstag, den 23.01.2010, 01:23 +0400 schrieb Manu Abraham: On Sat, Jan 23, 2010 at 1:14 AM, Mauro Carvalho Chehab mche...@infradead.org wrote: Devin Heitmueller wrote: On Fri, Jan 22, 2010 at 3:22 PM, Manu Abraham abraham.m...@gmail.com wrote: On Fri, Jan 22, 2010 at 11:40 PM,

Re: [PULL] http://kernellabs.com/hg/~dheitmueller/xc3028-regression

2010-01-22 Thread Douglas Schilling Landgraf
Hello Devin Mauro, On Fri, Jan 22, 2010 at 6:16 PM, Mauro Carvalho Chehab mche...@infradead.org wrote: Devin Heitmueller wrote: Hello Mauro, Please PULL from http://kernellabs.com/hg/~dheitmueller/xc3028-regression for the following: xc3028: fix regression in firmware loading time This

Re: [PULL] http://kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-3

2010-01-22 Thread Douglas Schilling Landgraf
Hello, On Fri, Jan 22, 2010 at 7:32 PM, Mauro Carvalho Chehab mche...@infradead.org wrote: Devin Heitmueller wrote: Hello Mauro, Please PULL from http://kernellabs.com/hg/~dheitmueller/hvr-1600-alsa-3 for the following: cx18-alsa: Fix the rates definition and move some buffer freeing

Re: [PULL] http://udev.netup.ru/hg/v4l-dvb-aospan-22fix

2010-01-22 Thread Douglas Schilling Landgraf
Hello, On Fri, Jan 22, 2010 at 5:31 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Abylai Ospan wrote: Hello, On Fri, 2010-01-22 at 15:34 -0200, Mauro Carvalho Chehab wrote: You forgot to sign it. You can simply reply to this email with your SOB, as I'll need to add Olvier's ack on

Re: [PULL] http://linuxtv.org/hg/~awalls/v4l-dvb-bugfix

2010-01-22 Thread Douglas Schilling Landgraf
On Fri, Jan 22, 2010 at 6:24 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Andy Walls wrote: Mauro, Please pull from http://linuxtv.org/hg/~awalls/v4l-dvb-bugfix for the following 3 changesets: 01/03: ivtv: Fix race condition for queued udma transfers

Re: [PATCH] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2010-01-22 Thread Douglas Schilling Landgraf
Hello, On Fri, Jan 22, 2010 at 6:33 PM, Mauro Carvalho Chehab mche...@infradead.org wrote: Igor M. Liplianin wrote: Mauro, Please pull from http://mercurial.intuxication.org/hg/v4l-dvb-commits for the following 5 changesets: 01/05: Add Support for DVBWorld DVB-S2 PCI 2004D card

Re: PULL http://jusst.de/hg/stv090x

2010-01-22 Thread Oliver Endriss
Manu Abraham wrote: On Fri, Jan 22, 2010 at 11:40 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: Also, the dvb_frontend.c makes calls to i2c_gate_ctrl() at various points, so you would need to ensure that none of those occur before calling into your driver as there could

[PATCH] zoran: match parameter signedness of g_input_status

2010-01-22 Thread Németh Márton
From: Márton Németh nm...@freemail.hu The second parameter of g_input_status operation in media/v4l2-subdev.h is unsigned so also call it with unsigned paramter. This will remove the following sparse warning (see make C=1): * incorrect type in argument 2 (different signedness) expected

Re: [PULL] http://linuxtv.org/hg/~jfrancois/v4l-dvb/

2010-01-22 Thread Jean-Francois Moine
On Fri, 22 Jan 2010 18:54:46 -0200 Mauro Carvalho Chehab mche...@infradead.org wrote: Huh? -static int reg_w_buf(struct gspca_dev *gspca_dev, +static void reg_w_buf(struct gspca_dev *gspca_dev, __u8 index, const char *buffer, int len) { int ret;