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

2010-04-25 Thread Sakari Ailus
Mauro Carvalho Chehab wrote: > Sakari Ailus wrote: >> 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 int

Re: tuner XC5000 race condition??

2010-04-25 Thread Andy Walls
On Mon, 2010-04-26 at 10:44 +1000, Dmitri Belimov wrote: > Hi > > Sometimes tuner XC5000 crashed on boot. This PC is dual-core. > It can be race condition or multi-core depend problem. > > Add mutex for solve this problem is correct? Dmitri, This problem may be related to the firmware loading r

tuner XC5000 race condition??

2010-04-25 Thread Dmitri Belimov
Hi Sometimes tuner XC5000 crashed on boot. This PC is dual-core. It can be race condition or multi-core depend problem. Add mutex for solve this problem is correct? Crash boot dmesg [ 11.430108] Linux video capture interface: v2.00 [ 11.503411] saa7130/34: v4l2 driver version 0.2.15 loaded

Re: [PATCH] tm6000 fix i2c

2010-04-25 Thread Dmitri Belimov
Hi Rework last I2C patch. Set correct limit for I2C packet. Use different method for the tm5600/tm6000 and tm6010 to read word. Try this patch. diff -r 7c0b887911cf linux/drivers/staging/tm6000/tm6000-i2c.c --- a/linux/drivers/staging/tm6000/tm6000-i2c.c Mon Apr 05 22:56:43 2010 -0400 +++ b/lin

Re: [PATCH] tm6000 fix i2c

2010-04-25 Thread Dmitri Belimov
Hi It's my error. This code good only for tm6010. Now I rework my patch. With my best regards, Dmitry. > Am 23.04.2010 02:48, schrieb Dmitri Belimov: > > Hi > > > > Rework I2C for read word from connected devices, now it works well. > > Add new functions for read/write blocks. > > > > diff -r 7c

Re: [PATCH] tm6000 fix i2c

2010-04-25 Thread Dmitri Belimov
Hi It's my error. This code good only for tm6010. Now I rework my patch. With my best regards, Dmitry. > I am still able to watch tv after applying the patch but the return > code is bad and is causing unnecessary reloading of the same > firmwares. > > [ 2482.599040] usb 1-1: firmware: requesti

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

2010-04-25 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:Sun Apr 25 19:00:28 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14592:b438301e588f git master:

[no subject]

2010-04-25 Thread Patrick Byrne
http://capitolbird.org/index.html -- Patrick Byrne -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

faulty pac3711

2010-04-25 Thread skjelnes
Hi! I'd have an Exibel snakescope TF2808 which dont make any picure on Linux. It worked ok on windows, but I do not have windows installed any longer. I do not think there have happened something to the camera meanwhile, I'd think the camera is OK. The driver seems to be ok too: (part of m

Re: av7110 and budget_av are broken!

2010-04-25 Thread VDR User
On Wed, Apr 21, 2010 at 2:44 AM, Oliver Endriss wrote: >> It's merged in Mauro's fixes tree, but I don't think those pending patches >> have been pushed upstream yet. Mauro, can you verify this? They should be >> pushed to 2.6.34! > > What about the HG driver? > The v4l-dvb HG repository is broken

Re: Xawtv sparc 64bit fix

2010-04-25 Thread Mauro Carvalho Chehab
Guy Martin wrote: > > Hi, > > Here is an old patch of mine which I tried to submit in 2006 but never > got it. I didn't really know who was xawtv's maintainer at that time. > > > > The calculation to compute the 64bit alignement in struct-dump.c is > plain wrong. The alignment has to be comput

Re: [PATCH 1/2] media: Add timberdale video-in driver

2010-04-25 Thread Richard Röjfors
On 04/25/2010 05:24 PM, Mauro Carvalho Chehab wrote: Richard Röjfors wrote: This patch adds the timberdale video-in driver. The video IP of timberdale delivers the video data via DMA. The driver uses the DMA api to handle DMA transfers, and make use of the V4L2 videobuffers to handle buffers ag

Re: [PATCH 1/2] media: Add timberdale video-in driver

2010-04-25 Thread Mauro Carvalho Chehab
Richard Röjfors wrote: > On 04/25/2010 05:24 PM, Mauro Carvalho Chehab wrote: >> Richard Röjfors wrote: >>> This patch adds the timberdale video-in driver. >>> >>> The video IP of timberdale delivers the video data via DMA. >>> The driver uses the DMA api to handle DMA transfers, and make use >>> o

Re: [PULL] http://linuxtv.org/hg/~endriss/ngene

2010-04-25 Thread Mauro Carvalho Chehab
Oliver Endriss wrote: > On Sunday 25 April 2010 15:42:54 Mauro Carvalho Chehab wrote: >> Oliver Endriss wrote: >>> On Sunday 21 March 2010 21:15:01 Oliver Endriss wrote: Mauro, Please pull from http://linuxtv.org/hg/~endriss/ngene for the following changeset: 01/0

Re: [PULL] http://linuxtv.org/hg/~endriss/ngene

2010-04-25 Thread Oliver Endriss
On Sunday 25 April 2010 15:42:54 Mauro Carvalho Chehab wrote: > Oliver Endriss wrote: > > On Sunday 21 March 2010 21:15:01 Oliver Endriss wrote: > >> Mauro, > >> > >> Please pull from http://linuxtv.org/hg/~endriss/ngene > >> > >> for the following changeset: > >> > >> 01/01: ngene: Workaround for

Re: Problem with cx25840 and Terratec Grabster AV400

2010-04-25 Thread Sven Barth
Hi! On 25.04.2010 02:59, Andy Walls wrote: On Sat, 2010-04-24 at 22:54 +0200, Sven Barth wrote: It would be interesting to know why the v4l devs disabled the audio routing for cx2583x chips and whether it was intended that a cx25837 chip gets the same treatment as a e.g. cx25836. And those "i

Re: [PATCH 0/2] media, mfd: Add timberdale video-in driver

2010-04-25 Thread Mauro Carvalho Chehab
Samuel Ortiz wrote: > Hi Richard, > > On Fri, Apr 16, 2010 at 06:27:54PM +0200, Richard Röjfors wrote: >> To follow are two patches. >> >> The first one adds the timberdale video-in driver to the media tree. >> >> The second one adds it to the timberdale MFD driver. >> >> The Kconfig of the media

Re: [PATCH 1/2] media: Add timberdale video-in driver

2010-04-25 Thread Mauro Carvalho Chehab
Richard Röjfors wrote: > This patch adds the timberdale video-in driver. > > The video IP of timberdale delivers the video data via DMA. > The driver uses the DMA api to handle DMA transfers, and make use > of the V4L2 videobuffers to handle buffers against user space. > Due to some timing constra

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

2010-04-25 Thread Mauro Carvalho Chehab
Sakari Ailus wrote: > 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 pu

Re: [PULL] http://linuxtv.org/hg/~endriss/ngene

2010-04-25 Thread Mauro Carvalho Chehab
Oliver Endriss wrote: > On Sunday 21 March 2010 21:15:01 Oliver Endriss wrote: >> Mauro, >> >> Please pull from http://linuxtv.org/hg/~endriss/ngene >> >> for the following changeset: >> >> 01/01: ngene: Workaround for stuck DiSEqC pin >> http://linuxtv.org/hg/~endriss/ngene?cmd=changeset;node=1dc5

Re: [GIT PATCHES FOR 2.6.35] videobuf refactoring

2010-04-25 Thread Mauro Carvalho Chehab
Hans Verkuil wrote: > On Friday 23 April 2010 08:08:01 Mauro Carvalho Chehab wrote: >> Hans Verkuil wrote: >>> The following changes since commit 975b06b6c01ba2da4d26a7ba6ea783d5f670aa7d: >>> Jonathan Corbet (1): >>> V4L/DVB: ov7670: silence some compiler warnings >>> >>> are available in