Ci+ CAM support

2010-12-31 Thread Hans von Marwijk
Hi Which hardware does have a CI+ CAM ? Does Linux support CI+ CAM or will it be implemented in the future ? Thanks Hans -- 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

Re: [PATCH 11/15]drivers:media:video:cx18:cx23418.h Typo change diable to disable.

2010-12-31 Thread Mauro Carvalho Chehab
Em 30-12-2010 21:08, Justin P. Mattock escreveu: The below patch fixes a typo diable to disable. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com Acked-by: Mauro Carvalho Chehab mche...@redhat.com ---

Re: [PATCH 14/15]include:media:davinci:vpss.h Typo change diable to disable.

2010-12-31 Thread Mauro Carvalho Chehab
Em 30-12-2010 21:08, Justin P. Mattock escreveu: The below patch fixes a typo diable to disable. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com Acked-by: Mauro Carvalho Chehab mche...@redhat.com PS.: Next time, please c/c linux-media

Re: [PATVH] media, dvb, IX2505V: Remember to free allocated memory in failure path (ix2505v_attach()).

2010-12-31 Thread Mauro Carvalho Chehab
Em 30-12-2010 21:11, Jesper Juhl escreveu: Hi, We may leak the storage allocated to 'state' in drivers/media/dvb/frontends/ix2505v.c::ix2505v_attach() on error. This patch makes sure we free the allocated memory in the failure case. Signed-off-by: Jesper Juhl j...@chaosbits.net ---

Re: [PATCH 01/15]arch:m68k:ifpsp060:src:fpsp.S Typo change diable to disable.

2010-12-31 Thread Geert Uytterhoeven
On Fri, Dec 31, 2010 at 00:07, Justin P. Mattock justinmatt...@gmail.com wrote: The below patch fixes a typo diable to disable. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattock justinmatt...@gmail.com Acked-by: Geert Uytterhoeven ge...@linux-m68k.org ---  

Re: [PATCH 01/18] Altera FPGA firmware download module.

2010-12-31 Thread Mauro Carvalho Chehab
Em 31-12-2010 03:26, Igor M. Liplianin escreveu: It uses STAPL files and programs Altera FPGA through JTAG. Interface to JTAG must be provided from main device module, for example through cx23885 GPIO. Signed-off-by: Igor M. Liplianin liplia...@netup.ru There's something wrong with the way

Re: [PATCH 00/10] [RFC] Prio handling and v4l2_device release callback

2010-12-31 Thread Mauro Carvalho Chehab
Em 29-12-2010 19:43, Hans Verkuil escreveu: This patch series adds two new features to the V4L2 framework. The first 5 patches add support for VIDIOC_G/S_PRIORITY. All prio handling will be done in the core for any driver that either uses struct v4l2_fh (ivtv only at the moment) or has no

Re: [PATCH 00/10] [RFC] Prio handling and v4l2_device release callback

2010-12-31 Thread Hans Verkuil
On Friday, December 31, 2010 12:01:17 Mauro Carvalho Chehab wrote: Em 29-12-2010 19:43, Hans Verkuil escreveu: This patch series adds two new features to the V4L2 framework. The first 5 patches add support for VIDIOC_G/S_PRIORITY. All prio handling will be done in the core for any driver

Re: [PATCH 01/18] Altera FPGA firmware download module.

2010-12-31 Thread Laurent Pinchart
Hi Mauro, On Friday 31 December 2010 12:27:38 Mauro Carvalho Chehab wrote: Em 31-12-2010 09:12, Laurent Pinchart escreveu: Hi Igor, On Friday 31 December 2010 06:26:31 Igor M. Liplianin wrote: It uses STAPL files and programs Altera FPGA through JTAG. Interface to JTAG must be

Re: [PATCH 00/10] [RFC] Prio handling and v4l2_device release callback

2010-12-31 Thread Mauro Carvalho Chehab
Em 31-12-2010 09:25, Hans Verkuil escreveu: On Friday, December 31, 2010 12:01:17 Mauro Carvalho Chehab wrote: Em 29-12-2010 19:43, Hans Verkuil escreveu: This patch series adds two new features to the V4L2 framework. The first 5 patches add support for VIDIOC_G/S_PRIORITY. All prio handling

Re: [PATCH 01/18] Altera FPGA firmware download module.

2010-12-31 Thread Mauro Carvalho Chehab
Em 31-12-2010 09:30, Laurent Pinchart escreveu: Hi Mauro, On Friday 31 December 2010 12:27:38 Mauro Carvalho Chehab wrote: Em 31-12-2010 09:12, Laurent Pinchart escreveu: Hi Igor, On Friday 31 December 2010 06:26:31 Igor M. Liplianin wrote: It uses STAPL files and programs Altera FPGA

Summary of the pending patches up to Dec, 31 (26 patches)

2010-12-31 Thread Mauro Carvalho Chehab
Dear Developers, I'm enclosing the current list of patches that I have on my queue. I did an effort to apply a large amount of patches during the past two weeks, in order to be ready for the 2.6.38 merge window, expected to be after the end year's holiday. I lost about one month of emails from

[GIT PATCHES FOR 2.6.38] Use the control framework in various subdevs

2010-12-31 Thread Hans Verkuil
This is a pull request for a subset of the RFC patch series I posted almost three weeks ago. The only change is cx18 where Andy Walls pointed out some bugs. The same bugs were introduced in cx25840 and Andy's fixes for those had to be applied as well in cx18 for the AV core. I dropped tvaudio,

Re: Summary of the pending patches up to Dec, 31 (26 patches)

2010-12-31 Thread Guennadi Liakhovetski
On Fri, 31 Dec 2010, Mauro Carvalho Chehab wrote: == Soc_camera waiting for Guennadi Liakhovetski g.liakhovet...@gmx.de review == Aug, 3 2010: [04/11] mt9m111: added new bit offset defines http://patchwork.kernel.org/patch/116721 Michael Grzeschik

Re: [PATCH 14/15]include:media:davinci:vpss.h Typo change diable to disable.

2010-12-31 Thread Justin P. Mattock
On 12/31/2010 02:27 AM, Mauro Carvalho Chehab wrote: Em 30-12-2010 21:08, Justin P. Mattock escreveu: The below patch fixes a typo diable to disable. Please let me know if this is correct or not. Signed-off-by: Justin P. Mattockjustinmatt...@gmail.com Acked-by: Mauro Carvalho

Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.

2010-12-31 Thread Justin P. Mattock
On 12/31/2010 01:11 AM, Dan Carpenter wrote: On Thu, Dec 30, 2010 at 10:52:30PM -0800, Justin P. Mattock wrote: On 12/30/2010 10:45 PM, Grant Likely wrote: On Thu, Dec 30, 2010 at 03:07:51PM -0800, Justin P. Mattock wrote: The below patch fixes a typo diable to disable. Please let me know if

Re: nasty bug at qv4l2

2010-12-31 Thread Hans de Goede
Hi, Hans V. I've tested your patch for avoiding the double conversion problem, and I can report it fixes the issue seen with webcameras which need 90 degrees rotation. While testing I found a bug in gspca, which gets triggered by qv4l2 which makes it impossible to switch between userptr and

Re: [PATCH 01/18] Altera FPGA firmware download module.

2010-12-31 Thread Ben Gamari
On Fri, 31 Dec 2010 09:47:41 -0200, Mauro Carvalho Chehab mche...@infradead.org wrote: I understand this. However, a complete JTAG state machine in the kernel, plus an Altera firmware parser, seems to be a lot of code that could live in userspace. Moving it to userspace would mean a

Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.

2010-12-31 Thread James Bottomley
On Fri, 2010-12-31 at 06:17 -0800, Justin P. Mattock wrote: On 12/31/2010 01:11 AM, Dan Carpenter wrote: On Thu, Dec 30, 2010 at 10:52:30PM -0800, Justin P. Mattock wrote: On 12/30/2010 10:45 PM, Grant Likely wrote: On Thu, Dec 30, 2010 at 03:07:51PM -0800, Justin P. Mattock wrote: The

Re: nasty bug at qv4l2

2010-12-31 Thread Mauro Carvalho Chehab
Em 31-12-2010 13:08, Hans Verkuil escreveu: On Friday, December 31, 2010 16:02:10 Hans de Goede wrote: Hi, Hans V. I've tested your patch for avoiding the double conversion problem, and I can report it fixes the issue seen with webcameras which need 90 degrees rotation. While testing I

Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.

2010-12-31 Thread Dan Carpenter
On Fri, Dec 31, 2010 at 06:17:58AM -0800, Justin P. Mattock wrote: Wrong: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable. Right: [PATCH 02/15] spi/dw_spi: Typo change diable to disable regards, dan carpenter alright.. so having the backlash is alright for the

[cron job] v4l-dvb daily build: WARNINGS

2010-12-31 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:Fri Dec 31 19:00:30 CET 2010 git master: 59365d136d205cc20fe666ca7f89b1c5001b0d5a git media-master: gcc version:

Re: [PATVH] media, dvb, IX2505V: Remember to free allocated memory in failure path (ix2505v_attach()).

2010-12-31 Thread Malcolm Priestley
On Fri, 2010-12-31 at 15:51 +0100, Jesper Juhl wrote: On Fri, 31 Dec 2010, Malcolm Priestley wrote: On Fri, 2010-12-31 at 00:11 +0100, Jesper Juhl wrote: Hi, We may leak the storage allocated to 'state' in drivers/media/dvb/frontends/ix2505v.c::ix2505v_attach() on error. This

DVB driver for TerraTec H7 - how do I install them?

2010-12-31 Thread Torfinn Ingolfsen
Ok, I downloaded drivers for the TerraTec H7 from here: http://linux.terratec.de/ This file to be exact: http://linux.terratec.de/files/TERRATEC_H7_Linux.tar.gz Which supposedly contains drivers for the H7. I am running Xubuntu 10.04: ti...@kg-htpc:~$ lsb_release -a No LSB modules are available.

Adaptec AVC-2410 remote codes

2010-12-31 Thread Andy Walls
Mauro, Here is the lirc config file for the Adaptec AVC-2410: http://lirc.git.sourceforge.net/git/gitweb.cgi?p=lirc/lirc;a=blob;f=remotes/adaptec/lircd.conf.AVC-2410;h=3f6c5f08c8fef187d6015f4c1abe930464aa0d78;hb=HEAD The 16 bit button codes are obviously in a command:command' data payload like

[REGRESSION: wm8775, ivtv] Please revert commit fcb9757333df37cf4a7feccef7ef6f5300643864

2010-12-31 Thread Andy Walls
Mauro, Please revert at least the wm8775.c portion of commit fcb9757333df37cf4a7feccef7ef6f5300643864: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=fcb9757333df37cf4a7feccef7ef6f5300643864 It completely trashes baseband line-in audio for PVR-150 cards, and