Re: Hauppauge WinTV-NOVA-T-500 support

2010-09-21 Thread Thomas Kernen
So I've tested a WinTV-NOVA-T-500 model 283 (SL-283-V2.0-GER) which according to the wiki isn't suppose to work: http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-T-500 Anyhow, the revision I own, (WinTV-NOVA-T-500, 99101 LF, Rev D8B5) I seem to have no issues with support, no

Asus MyCinema P7131 Dual support

2010-09-21 Thread Dejan Rodiger
Hi, I am using Ubuntu linux 10.10 with the latest kernel 2.6.35-22-generic on x86_64. I have installed nonfree firmware which should support this card, but to be sure, can somebody confirm that my TV card is supported in Analog or DVB mode? sudo lspci -vnn 01:06.0 Multimedia controller [0480]:

[PATCHv2 0/2] Si4713 fix and regulator fw support

2010-09-21 Thread Jarkko Nikula
Hi Repost of these two patches. I added Eduardo's ack to 1st and moved regulator management in 2nd to single place only as suggested by Eduardo. My first version was separating them to radio-si4713.c and si4713-i2c.c and indeed then there is a risk that vio is missed if si4713-i2c.c is reused in

[PATCHv2 2/2] V4L/DVB: radio-si4713: Add regulator framework support

2010-09-21 Thread Jarkko Nikula
Convert the driver to use regulator framework instead of set_power callback. This with gpio_reset platform data provide cleaner way to manage chip VIO, VDD and reset signal inside the driver. Signed-off-by: Jarkko Nikula jhnik...@gmail.com Cc: Eduardo Valentin eduardo.valen...@nokia.com --- v2: I

Re: [RFC PATCHES] First version of the V4L2 core locking patches

2010-09-21 Thread Mauro Carvalho Chehab
Em 20-09-2010 18:37, Hans Verkuil escreveu: Hi all, I've made a first version of the core locking patches available here: http://git.linuxtv.org/hverkuil/v4l-dvb.git?a=shortlog;h=refs/heads/test I'm actually surprised how trivial the patches are. Which makes me wonder if I am

Re: [RFC PATCHES] First version of the V4L2 core locking patches

2010-09-21 Thread Hans Verkuil
Hi Mauro, Em 20-09-2010 18:37, Hans Verkuil escreveu: Hi all, I've made a first version of the core locking patches available here: http://git.linuxtv.org/hverkuil/v4l-dvb.git?a=shortlog;h=refs/heads/test I'm actually surprised how trivial the patches are. Which makes me wonder if I am

Re: [RFCv5 7/9] mm: vcm: Virtual Contiguous Memory framework added

2010-09-21 Thread Konrad Rzeszutek Wilk
+* The Virtual Contiguous Memory Manager + +The VCMM was built to solve the system-wide memory mapping issues that +occur when many bus-masters have IOMMUs. + +An IOMMU maps device addresses to physical addresses. It also +insulates the system from spurious or malicious device bus

Re: [RFC PATCHES] First version of the V4L2 core locking patches

2010-09-21 Thread Mauro Carvalho Chehab
Em Tue, 21 Sep 2010 15:50:13 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: Hi Mauro, Em 20-09-2010 18:37, Hans Verkuil escreveu: ... /* * Need to sleep in order to wait for videobufs to complete. * It is not a good idea to sleep while waiting for an event with the

Re: Remaining BKL users, what to do

2010-09-21 Thread Petr Vandrovec
I'll try to come up with something for ncpfs. Trivial lock replacement will open deadlock possibility when someone reads to page which is also mmaped from the same filesystem (like grep likes to do). BKL with its automated release on sleep helped (or papered over) a lot here. Petr Arnd

Re: [PATCH v2] tm6000+audio

2010-09-21 Thread Mauro Carvalho Chehab
Em 21-09-2010 16:56, Dmitri Belimov escreveu: Hi Mauro Hi Dmitri, Em 20-09-2010 17:07, Dmitri Belimov escreveu: Hi I rework my last patch for audio and now audio works well. This patch can be submited to GIT tree Quality of audio now is good for SECAM-DK. For other standard I set some

Re: [RFC PATCHES] First version of the V4L2 core locking patches

2010-09-21 Thread Hans Verkuil
On Tuesday, September 21, 2010 19:14:07 Mauro Carvalho Chehab wrote: Em Tue, 21 Sep 2010 15:50:13 +0200 Hans Verkuil hverk...@xs4all.nl escreveu: Hi Mauro, Em 20-09-2010 18:37, Hans Verkuil escreveu: ... /* * Need to sleep in order to wait for videobufs to complete. *

Webcam Driver Bug while using two Multilaser Cameras simultaneously

2010-09-21 Thread Daniel Moraes
I'm using Ubuntu 10.04 and I need to get images from two Multilaser Cameras simultaneously. First I tried to do that using OpenCV, but I got an error. So, I entered the OpenCV Mailing List to report that and I discovered that's a driver problem. To ensure that, I used mplayer to get imagens from

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

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

Re: Webcam Driver Bug while using two Multilaser Cameras simultaneously

2010-09-21 Thread Mauro Carvalho Chehab
Hi Daniel, Em 21-09-2010 16:05, Daniel Moraes escreveu: I'm using Ubuntu 10.04 and I need to get images from two Multilaser Cameras simultaneously. First I tried to do that using OpenCV, but I got an error. So, I entered the OpenCV Mailing List to report that and I discovered that's a driver

Re: Remaining BKL users, what to do

2010-09-21 Thread Arnd Bergmann
On Saturday 18 September 2010 01:21:41 Petr Vandrovec wrote: I'll try to come up with something for ncpfs. Ok, good. Trivial lock replacement will open deadlock possibility when someone reads to page which is also mmaped from the same filesystem (like grep likes to do). BKL with its

Re: [PATCH v2] tm6000+audio

2010-09-21 Thread Mauro Carvalho Chehab
Em 20-09-2010 17:07, Dmitri Belimov escreveu: Hi I rework my last patch for audio and now audio works well. This patch can be submited to GIT tree Quality of audio now is good for SECAM-DK. For other standard I set some value from datasheet need some tests. 1. Fix pcm buffer overflow

Re: [linux-dvb] Asus MyCinema P7131 Dual support

2010-09-21 Thread hermann pitton
Hi Dejan, Am Dienstag, den 21.09.2010, 10:07 +0200 schrieb Dejan Rodiger: Hi, I am using Ubuntu linux 10.10 with the latest kernel 2.6.35-22-generic on x86_64. I have installed nonfree firmware which should support this card, but to be sure, can somebody confirm that my TV card is

Re: [PATCH v2 1/6] SoC Camera: add driver for OMAP1 camera interface

2010-09-21 Thread hermann pitton
Hi, Am Mittwoch, den 22.09.2010, 01:23 +0200 schrieb Guennadi Liakhovetski: On Sat, 11 Sep 2010, Janusz Krzysztofik wrote: This is a V4L2 driver for TI OMAP1 SoC camera interface. [snip] + + } else { + dev_warn(dev, %s: unhandled camera interrupt, status == +