Re: [PATCH/RFC 7/9 v2] v4l: add an image-bus API for configuring v4l2 subdev pixel and frame formats

2009-11-12 Thread Guennadi Liakhovetski
Hi Hans Thanks for the review On Wed, 11 Nov 2009, Hans Verkuil wrote: Hi Guennadi, OK, I've looked at this again. See my comments below. On Friday 30 October 2009 15:01:27 Guennadi Liakhovetski wrote: Video subdevices, like cameras, decoders, connect to video bridges over

Re: [PATCH] v4l2-dbg: report fail reason to the user

2009-11-12 Thread Németh Márton
From: Márton Németh nm...@freemail.hu Report the fail reason to the user when writing a register even if the verbose mode is switched off. Remove duplicated code ioctl() call which may cause different ioctl() function call in case of verbose and non verbose if not handled carefully.

RE: [RFC] Global video buffers pool / Samsung SoC's

2009-11-12 Thread Marek Szyprowski
Hello, On Wednesday, November 11, 2009 8:13 AM Harald Welte wrote: Hi Guennadi and others, first of all sorry for breaking the thread, but I am new to this list and could not find the message-id of the original mails nor a .mbox format archive for the list :( As I was one of the people

[PATCH] V4L/DVB: pt1: remove duplicated #include

2009-11-12 Thread Huang Weiyi
Remove duplicated #include('s) in drivers/media/dvb/pt1/pt1.c Signed-off-by: Huang Weiyi weiyi.hu...@gmail.com --- drivers/media/dvb/pt1/pt1.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/pt1/pt1.c b/drivers/media/dvb/pt1/pt1.c index

Re: atmel v4l2 soc driver

2009-11-12 Thread Guennadi Liakhovetski
On Thu, 12 Nov 2009, Sedji Gaouaou wrote: Hi, Sorry to answer you so late about the driver. I have a working version which is based on 2.6.27. It is using the V4L2 API, but not the soc-video. I am not able to update it for the time being, even if it is something that we want to do. Are

Re: [PATCH 1/3 v3] Add camera support for A780 and A910 EZX phones

2009-11-12 Thread Antonio Ospite
On Wed, 11 Nov 2009 19:02:11 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Hi Antonio Still one more nitpick: Comments below. On Wed, 11 Nov 2009, Antonio Ospite wrote: [...] +/* camera */ +static int a780_camera_init(void) This function returns an error

[PATCH 1/3 v4] Add camera support for A780 and A910 EZX phones

2009-11-12 Thread Antonio Ospite
Signed-off-by: Bart Visscher ba...@thisnet.nl Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- Changes since v3: - Check {a780,a910}_camera_init() return value, and register camera conditionally. arch/arm/mach-pxa/ezx.c | 174 +- 1 files

Re: Tuner drivers

2009-11-12 Thread hermann pitton
Hi, Am Donnerstag, den 12.11.2009, 18:05 + schrieb Ruslan: Who is making or was making driver for Analog Aver Super 007 tuner? I wanted to ask why there is no sound? http://linuxtv.org/hg/v4l-dvb/annotate/d480cd6efe5b/linux/drivers/media/video/saa7134/saa7134.h#249 hg export 6072

Re: [PATCH 1/3 v4] Add camera support for A780 and A910 EZX phones

2009-11-12 Thread Guennadi Liakhovetski
On Thu, 12 Nov 2009, Antonio Ospite wrote: Signed-off-by: Bart Visscher ba...@thisnet.nl Signed-off-by: Antonio Ospite osp...@studenti.unina.it Acked-by: Guennadi Liakhovetski g.liakhovet...@gmx.de Thanks Guennadi --- Changes since v3: - Check {a780,a910}_camera_init() return value, and

DIB3000 DVB-USB device with Linux kernel 2.6.31

2009-11-12 Thread Matthias Niklas
Hello, my DVB-T device (a Twinhan / DIB3000 compatible device) was working fine till kernel 2.6.28. After upgrading to the new kernel this device is not working properly anymore. The device has been recognized by the kernel. The dmesg excerpt please find below: [ 13.159468] dvb-usb: found a

How can I create a patch?

2009-11-12 Thread xwang1976
Hi to all, I've a usb hybrid tuner which does not work with the main v4l driver. I've found a way to use it modifying some lines in the em28xx-dvb.c and em28xx-cards.c files (thanks to Dainius Ridzevicius). Can someone explain me how to create a diff between the main v4l driver and the patched

Re: How can I create a patch?

2009-11-12 Thread Devin Heitmueller
On Thu, Nov 12, 2009 at 5:24 PM, xwang1...@email.it wrote: Hi to all, I've a usb hybrid tuner which does not work with the main v4l driver. I've found a way to use it modifying some lines in the em28xx-dvb.c and em28xx-cards.c files (thanks to Dainius Ridzevicius). Can someone explain me how

Re: [PATCH 1/3] soc-camera: tw9910: modify V/H outpit pin setting to use VALID

2009-11-12 Thread Guennadi Liakhovetski
Hello Morimoto-san On Tue, 10 Nov 2009, Kuninori Morimoto wrote: tw9910 driver assume that V/H data is active high. This is controlled by OUTCTR1 register. When we use VALID data with active high, the setting will be VSP_LO/HSP_LO. This setting is correct, because this register setting is

Re: [XC3028] Terretec Cinergy T XS wrong firmware xc3028-v27.fw

2009-11-12 Thread Devin Heitmueller
On Thu, Nov 12, 2009 at 6:33 PM, Florent NOUVELLON flonouvel...@gmail.com wrote: Sorry about that mistake... That was an em28xx-new trick. So my question is simply : Do you know how to disable compiling some drivers on v4l-dvb for faster compiling ? Well, I typically disable firedtv because

Re: [linux-dvb] Most stable DVB-S2 PCI Card?

2009-11-12 Thread Jonas Kvinge
Manu Abraham wrote: On Fri, May 22, 2009 at 9:23 PM, Bob Ingraham b...@brin.com wrote: Hello, What is the most stable DVB-S2 PCI card? I've read through the wiki DVB-2 PCI section, but am not confident after reading this what the answer is. Running Fedora Core 10 at the moment, but am

Re: V4L/DVB (12859): go7007: semaphore - mutex conversion

2009-11-12 Thread Hans Verkuil
On Friday 13 November 2009 01:01:27 Stefan Lippers-Hollmann wrote: Hi On Friday 13 November 2009, Linux Kernel Mailing List wrote: Gitweb: http://git.kernel.org/linus/fd9a40da1db372833e1af6397d2f6c94ceff3dad Commit: fd9a40da1db372833e1af6397d2f6c94ceff3dad Parent:

Re: [PATCH v2] soc-camera: tw9910: modify V/H outpit pin setting to use VALID

2009-11-12 Thread Guennadi Liakhovetski
Hello Morimoto-san On Fri, 13 Nov 2009, Kuninori Morimoto wrote: Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- v1 - v2 o remove un-understandable explain. - tw9910_query_bus_param need not modify now o move OUTCTR1 setting to tw9910_set_bus_param

Re: [PATCH] soc-camera: sh_mobile_ceu_camera: remove unused label

2009-11-12 Thread Guennadi Liakhovetski
Hi Mauro here's one more patch for 2.6.32: On Tue, 10 Nov 2009, Kuninori Morimoto wrote: Signed-off-by: Kuninori Morimoto morimoto.kunin...@renesas.com --- Guennadi I'm very very very sorry. I forgot remove this label in sh_mobile_ceu_camera: call pm_runtime_disable Would it be