[PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2009-03-11 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the following: - radio: remove uaccess include - omap24xxcam: don't set vfl_type. This should fix the daily build (for probably 10 seconds :-) ). Thanks, Hans diffstat: radio/radio-aimslab.c|1 -

frequency file for dvb-t/it-Verona-Sommacampagna

2009-03-11 Thread Stefano Danzi
frequency file for dvb-t/it-Verona-Sommacampagna it-Verona-Sommacampagna Description: Binary data

demux device not gettting registered:(

2009-03-11 Thread Lakshmi Vallathol
hello, We have a problem in our demux device getting detected.. we have writen a program code in c++ in linux. the error that it shows while compiling is that the demux device does not get detected nor does the streams. please do help us with this.. and reply immediately . thank you ,

Re: [hg:v4l-dvb] cx88: Prevent general protection fault on rmmod

2009-03-11 Thread Jean Delvare
On Wed, 11 Mar 2009 04:55:19 +0100, Patch from Jean Delvare wrote: The patch number 10935 was added via Mauro Carvalho Chehab mche...@redhat.com to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel patches in this development tree may be modified to be backward compatible with

atmel v4l2 soc driver

2009-03-11 Thread Sedji Gaouaou
Hi, I am currently porting an atmel isi driver to the soc layer, and I encounter some problems. I have based my driver on pax-camera. and sh_mobile_ceu_camera.c. The point is I can't see any video entry in /dev when I do ls dev/ on my board... So I wonder when is soc_camera_video_start(which

Re: atmel v4l2 soc driver

2009-03-11 Thread Guennadi Liakhovetski
On Wed, 11 Mar 2009, Sedji Gaouaou wrote: I am currently porting an atmel isi driver to the soc layer, This is good! and I encounter some problems. I have based my driver on pax-camera. and sh_mobile_ceu_camera.c. The point is I can't see any video entry in /dev when I do ls dev/ on my

[PATCH 4/4] mt9v022: allow setting of bus width from board code

2009-03-11 Thread Sascha Hauer
This patch removes the phytec specific setting of the bus width and switches to the more generic query_bus_param/set_bus_param hooks Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- drivers/media/video/Kconfig |7 --- drivers/media/video/mt9v022.c | 97

Re: [PULL] http://linuxtv.org/hg/~mkrufky/sms1xxx-gpio

2009-03-11 Thread Uri Shkolnik
--- On Mon, 3/9/09, Mauro Carvalho Chehab mche...@infradead.org wrote: From: Mauro Carvalho Chehab mche...@infradead.org Subject: Re: [PULL] http://linuxtv.org/hg/~mkrufky/sms1xxx-gpio To: Michael Krufky mkru...@linuxtv.org, Uri Shkolnik uri...@yahoo.com Cc: linux-media@vger.kernel.org

Re: [PATCH 4/4] mt9v022: allow setting of bus width from board code

2009-03-11 Thread Hans Verkuil
This patch removes the phytec specific setting of the bus width and switches to the more generic query_bus_param/set_bus_param hooks Signed-off-by: Sascha Hauer s.ha...@pengutronix.de --- drivers/media/video/Kconfig |7 --- drivers/media/video/mt9v022.c | 97

Re: [PATCH] ov772x: Add extra setting method

2009-03-11 Thread Guennadi Liakhovetski
On Tue, 3 Mar 2009, morimoto.kunin...@renesas.com wrote: can be. For instance, maybe there are only two variants like lens-configuration-A and lens-configuration-B? Then I would just add respective flags to platform data. If there are really many variants, maybe we can let user-space

Re: Improve DKMS build of v4l-dvb?

2009-03-11 Thread Alain Kalker
Op woensdag 11-03-2009 om 12:36 uur [tijdzone +0100], schreef Alain Kalker: Very true. I'm quite dissatisfied with the sad state that Kbuild support for building external modules in the mainline kernel is in. I'm actually considering asking the linux-kbuild list how this can be improved, When

Re: [PATCH] pxa_camera: Redesign DMA handling

2009-03-11 Thread Guennadi Liakhovetski
Hi Robert, On Wed, 4 Mar 2009, Robert Jarzmik wrote: Guennadi Liakhovetski g.liakhovet...@gmx.de writes: (moved to the new v4l list) The DMA transfers in pxa_camera showed some weaknesses in multiple queued buffers context : - poll/select problem The order between list

Re: [PULL] http://linuxtv.org/hg/~mkrufky/sms1xxx-gpio

2009-03-11 Thread Michael Krufky
Uri Shkolnik wrote: --- On Mon, 3/9/09, Mauro Carvalho Chehab mche...@infradead.org wrote: From: Mauro Carvalho Chehab mche...@infradead.org Subject: Re: [PULL] http://linuxtv.org/hg/~mkrufky/sms1xxx-gpio To: Michael Krufky mkru...@linuxtv.org, Uri Shkolnik uri...@yahoo.com Cc:

Re: [PATCH] libv4lconvert support for SQ905C decompression (revised)

2009-03-11 Thread Hans de Goede
kilg...@banach.math.auburn.edu wrote: Hans, From an abundance of caution, I thought I had better run the v4lconvert patch which supports the SQ905C compressed format through the checkpatch.pl process, too. The result of that process appears here, below the signed-off-by line. Theodore

Re: [PATCH] pxa_camera: Redesign DMA handling

2009-03-11 Thread robert . jarzmik
- Mail Original - De: Guennadi Liakhovetski g.liakhovet...@gmx.de À: Robert Jarzmik robert.jarz...@free.fr Cc: osp...@studenti.unina.it, m...@compulab.co.il, Linux Media Mailing List linux-media@vger.kernel.org Envoyé: Mercredi 11 Mars 2009 13h22:19 GMT +01:00 Amsterdam / Berlin / Berne /

Re: [hg:v4l-dvb] cx88: Prevent general protection fault on rmmod

2009-03-11 Thread Mauro Carvalho Chehab
On Wed, 11 Mar 2009 10:19:52 +0100 Jean Delvare kh...@linux-fr.org wrote: On Wed, 11 Mar 2009 04:55:19 +0100, Patch from Jean Delvare wrote: The patch number 10935 was added via Mauro Carvalho Chehab mche...@redhat.com to http://linuxtv.org/hg/v4l-dvb master development tree. Kernel

Re: [PULL] http://linuxtv.org/hg/~mkrufky/sms1xxx-gpio

2009-03-11 Thread Uri Shkolnik
--- On Wed, 3/11/09, Michael Krufky mkru...@linuxtv.org wrote: From: Michael Krufky mkru...@linuxtv.org Subject: Re: [PULL] http://linuxtv.org/hg/~mkrufky/sms1xxx-gpio To: Uri Shkolnik uri...@yahoo.com Cc: Mauro Carvalho Chehab mche...@infradead.org, linux-media@vger.kernel.org Date:

Re: Topro 6800 driver

2009-03-11 Thread Anders Blomdell
Thomas Kaiser wrote: Hello Anders Anders Blomdell wrote: Thomas Kaiser wrote: Hello Anders Anders Blomdell wrote: Thomas Kaiser wrote: which indicates that both DQT and Huffman is present in the stream. It is _not_ present in the stream. Then I don't understand where it comes from...

[PULL] http://linuxtv.org/hg/~dheitmueller/hvr950q-analog2

2009-03-11 Thread Devin Heitmueller
Hello Mauro, Please pull from: http://linuxtv.org/hg/~dheitmueller/hvr950q-analog2 for the following: xc5000: fix bug for hybrid xc5000 devices with IF other than 5380 au8522: rename the au8522.c source file au8522: move shared state and common functions into a separate header files au8522:

Re: [PULL] http://linuxtv.org/hg/~mkrufky/sms1xxx-gpio

2009-03-11 Thread Uri Shkolnik
--- On Wed, 3/11/09, Uri Shkolnik uri...@yahoo.com wrote: From: Uri Shkolnik uri...@yahoo.com Subject: Re: [PULL] http://linuxtv.org/hg/~mkrufky/sms1xxx-gpio To: Devin Heitmueller devin.heitmuel...@gmail.com Cc: Michael Krufky mkru...@linuxtv.org, Mauro Carvalho Chehab

Re: S4 hang with uvcvideo causing Unlink after no-IRQ? Controller is probably using the wrong IRQ.

2009-03-11 Thread Brandon Philips
On 11:30 Wed 11 Mar 2009, Alan Stern wrote: On Tue, 10 Mar 2009, Brandon Philips wrote: First observation: I can't reproduce this bug with console=ttyS0,115200 console=tty0. Everything works great actually. Is writing to the serial port causing just enough delay to hide the bug? Maybe it

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

2009-03-11 Thread Douglas Schilling Landgraf
Hello, On Sun, 08 Mar 2009 01:45:36 +0100 hermann pitton hermann-pit...@arcor.de wrote: Hi! Am Samstag, den 07.03.2009, 19:19 -0500 schrieb Andy Walls: On Sat, 2009-03-07 at 19:06 -0500, Andy Walls wrote: On Sat, 2009-03-07 at 18:26 -0500, Devin Heitmueller wrote: On Sat, Mar 7,

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

2009-03-11 Thread Devin Heitmueller
On Wed, Mar 11, 2009 at 2:05 PM, Douglas Schilling Landgraf dougsl...@gmail.com wrote: I have forgot to say this:    - Added backup feature to the script.      Before any update of eeprom the script will make backup of current      eeprom and dmesg. IMO, the current version will cover those

Re: linux-next: Tree for March 11 (staging/multimedia)

2009-03-11 Thread Greg KH
On Wed, Mar 11, 2009 at 10:12:39AM -0700, Randy Dunlap wrote: Stephen Rothwell wrote: Hi all, Changes since 20090310: drivers/staging/go7007/go7007-v4l2.c:1830: error: 'VID_TYPE_CAPTURE' undeclared here (not in a function) Odd, nothing has changed in this driver, is this a v4l api

Re: linux-next: Tree for March 11 (staging/multimedia)

2009-03-11 Thread Randy Dunlap
Greg KH wrote: On Wed, Mar 11, 2009 at 10:12:39AM -0700, Randy Dunlap wrote: Stephen Rothwell wrote: Hi all, Changes since 20090310: drivers/staging/go7007/go7007-v4l2.c:1830: error: 'VID_TYPE_CAPTURE' undeclared here (not in a function) Odd, nothing has changed in this driver, is this

Re: [PATCH 2/4] pxa_camera: Redesign DMA handling

2009-03-11 Thread Guennadi Liakhovetski
On Tue, 10 Mar 2009, Robert Jarzmik wrote: The DMA transfers in pxa_camera showed some weaknesses in multiple queued buffers context : - poll/select problem The order between list pcdev-capture and DMA chain was not the same. This creates a discrepancy between video buffers marked

Re: linux-next: Tree for March 11 (staging/multimedia)

2009-03-11 Thread Greg KH
On Wed, Mar 11, 2009 at 11:21:52AM -0700, Randy Dunlap wrote: Greg KH wrote: On Wed, Mar 11, 2009 at 10:12:39AM -0700, Randy Dunlap wrote: Stephen Rothwell wrote: Hi all, Changes since 20090310: drivers/staging/go7007/go7007-v4l2.c:1830: error: 'VID_TYPE_CAPTURE' undeclared here

Re: linux-next: Tree for March 11 (staging/multimedia)

2009-03-11 Thread Hans Verkuil
On Wednesday 11 March 2009 19:21:52 Randy Dunlap wrote: Greg KH wrote: On Wed, Mar 11, 2009 at 10:12:39AM -0700, Randy Dunlap wrote: Stephen Rothwell wrote: Hi all, Changes since 20090310: drivers/staging/go7007/go7007-v4l2.c:1830: error: 'VID_TYPE_CAPTURE' undeclared here (not in

Re: [PATCH 4/4] pxa_camera: Fix overrun condition on last buffer

2009-03-11 Thread Guennadi Liakhovetski
On Thu, 5 Mar 2009, Robert Jarzmik wrote: The last buffer queued will often overrun, as the DMA chain is finished, and the time the dma irq handler is activated, the QIF fifos are filled by the sensor. The fix is to ignore the overrun condition on the last queued buffer, and restart the

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

2009-03-11 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:Wed Mar 11 19:00:04 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 10949:77be978d5e59 gcc version: gcc

Re: [PULL] http://linuxtv.org/hg/~dheitmueller/hvr950q-analog2

2009-03-11 Thread Andy Walls
On Wed, 2009-03-11 at 11:25 -0400, Devin Heitmueller wrote: Hello Mauro, Please pull from: http://linuxtv.org/hg/~dheitmueller/hvr950q-analog2 for the following: [snip] au0828: Convert to use v4l2_device/subdev framework + /* Create the v4l2_device */ +

Re: S4 hang with uvcvideo causing Unlink after no-IRQ? Controller is probably using the wrong IRQ.

2009-03-11 Thread Alan Stern
On Wed, 11 Mar 2009, Brandon Philips wrote: It still locks up with Unlink after no-IRQ with -rc7 + greg's patches and test in /sys/power/disk. One of the times when I booted up this new Kernel I got some errors out of ehci_hcd/khubd: http://ifup.org/~philips/467317/khubd.timeout It only

Re: [PULL] http://linuxtv.org/hg/~dheitmueller/hvr950q-analog2

2009-03-11 Thread Devin Heitmueller
On Wed, Mar 11, 2009 at 3:44 PM, Andy Walls awa...@radix.net wrote: +       /* Create the v4l2_device */ +       snprintf(dev-v4l2_dev.name, sizeof(dev-v4l2_dev.name), %s-%03d, +                au0828, 0); +       retval = v4l2_device_register(dev-usbdev-dev, dev-v4l2_dev); If you're not

Re: [PATCH 2/4] pxa_camera: Redesign DMA handling

2009-03-11 Thread Robert Jarzmik
Robert Jarzmik robert.jarz...@free.fr writes: Guennadi Liakhovetski g.liakhovet...@gmx.de writes: + for (i = 0; i pcdev-channels; i++) { + pcdev-sg_tail[i] = buf-dmas[i].sg_cpu + buf-dmas[i].sglen; + pcdev-sg_tail[i]-ddadr = DDADR_STOP; This function is now called

[PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb

2009-03-11 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the following: - radio: remove uaccess include - omap24xxcam: don't set vfl_type. - radio-terratec: remove linux/delay.h which hadn't been used. - fired-avc: fix printk formatting warning. - ir-kbd-i2c: fix compat for

Re: S4 hang with uvcvideo causing Unlink after no-IRQ? Controller is probably using the wrong IRQ.

2009-03-11 Thread Brandon Philips
On 15:46 Wed 11 Mar 2009, Alan Stern wrote: On Wed, 11 Mar 2009, Brandon Philips wrote: Okay, here's a diagnostic patch meant to apply on top of gregkh-all-2.6.29-rc7. Let's see what it says... Here is the log: http://ifup.org/~philips/467317/pearl-alan-debug.log default:

Re: [PATCH] ov772x: Add extra setting method

2009-03-11 Thread morimoto . kuninori
Dear Guennadi Thank you for comment Ok, this is indeed a lot, still, we should do this properly. After a discussion with Hans on IRC the general conclusion was noone outside of the device driver shall even know device registers. I think, we shall split this huge array in at least 3

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

2009-03-11 Thread hermann pitton
Hi, Am Mittwoch, den 11.03.2009, 14:44 -0300 schrieb Douglas Schilling Landgraf: Hello, On Sun, 08 Mar 2009 01:45:36 +0100 hermann pitton hermann-pit...@arcor.de wrote: Hi! Am Samstag, den 07.03.2009, 19:19 -0500 schrieb Andy Walls: On Sat, 2009-03-07 at 19:06 -0500, Andy Walls

[PULL] http://linuxtv.org/hg/~dheitmueller/hvr950q-analog2

2009-03-11 Thread Devin Heitmueller
Hello Mauro, Please apply one additional patch for the series I sent this morning: - au0828: make sure v4l2_device name is unique Thanks, Devin -- Devin J. Heitmueller http://www.devinheitmueller.com AIM: devinheitmueller -- To unsubscribe from this list: send the line unsubscribe

Re: [linuxtv-commits] [hg:v4l-dvb] Fix I2C bridge error in zl10353

2009-03-11 Thread Dmitri Belimov
Hi Antti Antti Palosaari wrote: Dmitri Belimov wrote: Could one of you please do such patchset? I haven't a lot expirience with kernel programming. If Antti can it is good. I'll check it on our board. OK, I will do. For the first phase and as a bug fix I will do that (disable