Re: [PATCH 2/3] mx27: add support for the CSI device

2010-05-21 Thread Sascha Hauer
On Thu, May 06, 2010 at 04:09:40PM +0300, Baruch Siach wrote: Signed-off-by: Baruch Siach bar...@tkos.co.il --- arch/arm/mach-mx2/clock_imx27.c |2 +- arch/arm/mach-mx2/devices.c | 31 +++ arch/arm/mach-mx2/devices.h |1 + 3 files changed, 33

Re: [PATCH 1/3] mx2_camera: Add soc_camera support for i.MX25/i.MX27

2010-05-21 Thread Sascha Hauer
On Thu, May 06, 2010 at 04:09:39PM +0300, Baruch Siach wrote: This is the soc_camera support developed by Sascha Hauer for the i.MX27. Alan Carvalho de Assis modified the original driver to get it working on more recent kernels. I modified it further to add support for i.MX25. This driver

Re: [PATCH 0/3] Driver for the i.MX2x CMOS Sensor Interface

2010-05-21 Thread Sascha Hauer
On Thu, May 06, 2010 at 04:09:38PM +0300, Baruch Siach wrote: This series contains a soc_camera driver for the i.MX25/i.MX27 CSI device, and platform code for the i.MX25 and i.MX27 chips. This driver is based on a driver for i.MX27 CSI from Sascha Hauer, that Alan Carvalho de Assis has

Re: [PATCH 0/3] Driver for the i.MX2x CMOS Sensor Interface

2010-05-21 Thread Baruch Siach
Hi Sascha, On Fri, May 21, 2010 at 09:20:45AM +0200, Sascha Hauer wrote: On Thu, May 06, 2010 at 04:09:38PM +0300, Baruch Siach wrote: This series contains a soc_camera driver for the i.MX25/i.MX27 CSI device, and platform code for the i.MX25 and i.MX27 chips. This driver is based on a

Re: [RFC] V4L2 Controls State Store/Restore File Format

2010-05-21 Thread Paulo Assis
Martin Hi, 2010/5/21 martin_ru...@logitech.com: Hi Paulo, I haven't looked into the details, but why not use an XML format? It's less concise, yes, but it's standard, more extensible, and you don't have to worry about parsing it too much - after all, we already use libxml in libwebcam.

bug in konicawc webcam driver

2010-05-21 Thread Patryk
I have a problem with usb camera driver. It's konicawc. It was working in previous kernels 2.4 for sure (I have an old installation of Slackware 2.4.26) and perhaps in 2.6. Now in the latest kernel it doesn't work. The file is /drivers/media/video/usbvideo/konicawc.c I couldn't find anyone in

New procedures for git - was Re: [GIT PATCHES FOR 2.6.35] Convert bw-qcam and c-qcam to V4L2

2010-05-21 Thread Mauro Carvalho Chehab
Hans Verkuil wrote: I had hoped to get hardware to test it with, but no such luck (yet). But there seems to be no sense in holding these patches back on the off-chance that I can get hardware. Gerard, you mentioned earlier that you actually had a c-qcam. It would be nice if you can test

Re: [PULL] http://udev.netup.ru/cgi-bin/hgwebdir.cgi/v4l-dvb-aospan-ci_init-fix

2010-05-21 Thread Mauro Carvalho Chehab
Abylai Ospan wrote: Mauro, Please pull follwing fix: http://udev.netup.ru/cgi-bin/hgwebdir.cgi/v4l-dvb-aospan-ci_init-fix Fix kernel Oops when number of NetUP Dual DVB-S2-CI cards more than DVB_MAX_ADAPTERS limit Thanks. The fix seems ok, but it is at the wrong place: if DVB bus

Re: [PULL] http://udev.netup.ru/cgi-bin/hgwebdir.cgi/v4l-dvb-aospan-ci_init-fix

2010-05-21 Thread Abylai Ospan
Hi Mauro, On Fri, 2010-05-21 at 11:45 -0300, Mauro Carvalho Chehab wrote: The fix seems ok, but it is at the wrong place: if DVB bus fails, it makes no sense on keep running any post-register initialization, like calling netup_get_card_info() and copying the mac address. The better is to

Re: New procedures for git - was Re: [GIT PATCHES FOR 2.6.35] Convert bw-qcam and c-qcam to V4L2

2010-05-21 Thread Laurent Pinchart
Hi Mauro, On Friday 21 May 2010 16:05:29 Mauro Carvalho Chehab wrote: Hans Verkuil wrote: I had hoped to get hardware to test it with, but no such luck (yet). But there seems to be no sense in holding these patches back on the off-chance that I can get hardware. Gerard, you mentioned

Re: New procedures for git - was Re: [GIT PATCHES FOR 2.6.35] Convert bw-qcam and c-qcam to V4L2

2010-05-21 Thread Mauro Carvalho Chehab
Laurent Pinchart wrote: Hi Mauro, On Friday 21 May 2010 16:05:29 Mauro Carvalho Chehab wrote: Hans Verkuil wrote: I had hoped to get hardware to test it with, but no such luck (yet). But there seems to be no sense in holding these patches back on the off-chance that I can get hardware.

Re: New procedures for git - was Re: [GIT PATCHES FOR 2.6.35] Convert bw-qcam and c-qcam to V4L2

2010-05-21 Thread Mauro Carvalho Chehab
Laurent Pinchart wrote: Hi Mauro, On Friday 21 May 2010 17:03:04 Mauro Carvalho Chehab wrote: Laurent Pinchart wrote: On Friday 21 May 2010 16:05:29 Mauro Carvalho Chehab wrote: Hans Verkuil wrote: I had hoped to get hardware to test it with, but no such luck (yet). But there seems to be

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2-patches

2010-05-21 Thread Mauro Carvalho Chehab
Mike Isely wrote: Please from http://linuxtv.org/hg/~mcisely/pvrusb2-patches for the following pvrusb2 driver fixes / improvements: - pvrusb2: Minor debug code fixup - pvrusb2: Fix Gotview hardware support - pvrusb2: Avoid using stack allocated buffers when performing USB I/O Your comment

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

2010-05-21 Thread Mauro Carvalho Chehab
Douglas Schilling Landgraf wrote: Hello, On Fri, May 14, 2010 at 12:54 AM, Douglas Schilling Landgraf dougsl...@gmail.com wrote: Hello Mauro, Please pull from http://linuxtv.org/hg/~dougsland/v4l-dvb for the following: - ir-core-priv.h: error: field 'rx_work' has incomplete type

Re: dvb-core: Fix ULE decapsulation bug when less than 4 bytes of ULE SNDU is packed into the remaining bytes of a MPEG2-TS frame

2010-05-21 Thread Jarod Wilson
On Fri, May 21, 2010 at 11:40:34AM +0800, Ang Way Chuang wrote: Hi Jarod, Thanks for the review. My answers are inlined. Jarod Wilson wrote: On Thu, May 06, 2010 at 02:52:22PM -, Ang Way Chuang wrote: ULE (Unidirectional Lightweight Encapsulation RFC 4326) decapsulation code has a

Re: [PATCH 0/3] Driver for the i.MX2x CMOS Sensor Interface

2010-05-21 Thread Guennadi Liakhovetski
On Fri, 21 May 2010, Baruch Siach wrote: Hi Sascha, On Fri, May 21, 2010 at 09:20:45AM +0200, Sascha Hauer wrote: On Thu, May 06, 2010 at 04:09:38PM +0300, Baruch Siach wrote: This series contains a soc_camera driver for the i.MX25/i.MX27 CSI device, and platform code for the

Warning when loading technisat driver (2.6.34)

2010-05-21 Thread David
I've just upgraded my media box, and get the following warning on startup. All seems well otherwise, so this is a FYI Cheers May 21 19:05:54 server kernel: [7.950291] [ cut here ] May 21 19:05:54 server kernel: [7.950296] WARNING: at fs/proc/generic.c:317

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2-patches

2010-05-21 Thread Mike Isely
Mauro: You are reading too much into that comment. I never said it was valid to do what had been done, only that for the longest time this is what the driver did and it never caused a problem that I was made aware of. What I said there was correct, that this is what the driver had been

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2-patches

2010-05-21 Thread Mauro Carvalho Chehab
Mike Isely wrote: Mauro: You are reading too much into that comment. I never said it was valid to do what had been done, only that for the longest time this is what the driver did and it never caused a problem that I was made aware of. What I said there was correct, that this is what

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2-patches

2010-05-21 Thread Mauro Carvalho Chehab
Mike Isely wrote: On Fri, 21 May 2010, Mauro Carvalho Chehab wrote: Mike Isely wrote: Mauro: You are reading too much into that comment. I never said it was valid to do what had been done, only that for the longest time this is what the driver did and it never caused a problem that I

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2-patches

2010-05-21 Thread Mike Isely
On Fri, 21 May 2010, Mauro Carvalho Chehab wrote: Mike Isely wrote: On Fri, 21 May 2010, Mauro Carvalho Chehab wrote: Mike Isely wrote: Mauro: You are reading too much into that comment. I never said it was valid to do what had been done, only that for the longest time this

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2-patches

2010-05-21 Thread Mauro Carvalho Chehab
Mike Isely wrote: On Fri, 21 May 2010, Mauro Carvalho Chehab wrote: Mike Isely wrote: On Fri, 21 May 2010, Mauro Carvalho Chehab wrote: Mike Isely wrote: Mauro: You are reading too much into that comment. I never said it was valid to do what had been done, only that for the longest

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2-patches

2010-05-21 Thread Mike Isely
On Fri, 21 May 2010, Mauro Carvalho Chehab wrote: Mike Isely wrote: [snip] The point when the kernel started complaining about the use of a stack based USB I/O buffers is the relevant point, which was not back in 2.6.12. I learned of this behavior (that is, receiving warnings about

Re: dvb-core: Fix ULE decapsulation bug when less than 4 bytes of ULE SNDU is packed into the remaining bytes of a MPEG2-TS frame

2010-05-21 Thread Ang Way Chuang
Jarod Wilson wrote: On Fri, May 21, 2010 at 11:40:34AM +0800, Ang Way Chuang wrote: Hi Jarod, Thanks for the review. My answers are inlined. Jarod Wilson wrote: On Thu, May 06, 2010 at 02:52:22PM -, Ang Way Chuang wrote: ULE (Unidirectional Lightweight Encapsulation RFC 4326)

Re: DViCo Dual Fusion Express (cx23885) remote control issue

2010-05-21 Thread Daniel O'Connor
On 23/04/2010, at 17:22, Timothy D. Lenz wrote: I haven't found any problems with tuners not working although I don't often fire them both up at once. [PATCH] FusionHDTV: Use quick reads for I2C IR device probing I finally found some time to look at this and found..