[PATCH v2 0/10] V4L2 patches for Intel Moorestown Camera Imaging Drivers

2010-03-28 Thread Zhang, Xiaolin
Hi, Here is the second version of V4L2 camera sensors and ISP driver patch set to support the Intel Moorestown camera imaging subsystem. The Camera Imaging interface (CI) in Moorestown is responsible for still image and video capture which can handle demosaicing, color synthesis, filtering,

[PATCH v2 3/10] V4L2 patches for Intel Moorestown Camera Imaging Drivers

2010-03-28 Thread Zhang, Xiaolin
From 1fd72af8366c3cfb04520bbee7252a1991c878ba Mon Sep 17 00:00:00 2001 From: Xiaolin Zhang xiaolin.zh...@intel.com Date: Sun, 28 Mar 2010 13:57:52 +0800 Subject: [PATCH 03/10] This patch is the flash subdev driver for intel moorestown camera imaging. Signed-off-by: Xiaolin Zhang

[PATCH v2 5/10] V4L2 patches for Intel Moorestown Camera Imaging Drivers

2010-03-28 Thread Zhang, Xiaolin
From 51bb9c1b42f8c92a5b01cdd24141ac1117a4c076 Mon Sep 17 00:00:00 2001 From: Xiaolin Zhang xiaolin.zh...@intel.com Date: Sun, 28 Mar 2010 14:03:26 +0800 Subject: [PATCH 05/10] this patch is the 1.3mp camera (ov9665) sensor subdev driver fro interl moorestown camera imaging. Signed-off-by:

[PATCH v2 6/10] V4L2 patches for Intel Moorestown Camera Imaging Drivers

2010-03-28 Thread Zhang, Xiaolin
From 9b6d236769ebd30005c0160538df56f940b159b1 Mon Sep 17 00:00:00 2001 From: Xiaolin Zhang xiaolin.zh...@intel.com Date: Sun, 28 Mar 2010 14:08:04 +0800 Subject: [PATCH 06/10] this patch is the 5mp camera (ov5630) sensor subdev driver for intel moorestown imaging. Signed-off-by: Xiaolin Zhang

[PATCH v2 4/10] V4L2 patches for Intel Moorestown Camera Imaging Drivers

2010-03-28 Thread Zhang, Xiaolin
From f09b86fb073db95eaeefb1e9ffb4e448e6359bd3 Mon Sep 17 00:00:00 2001 From: Xiaolin Zhang xiaolin.zh...@intel.com Date: Sun, 28 Mar 2010 14:01:01 +0800 Subject: [PATCH 04/10] this patch is 2mp camera (ov2650) sensor subdev driver for intel moorestown camera imaging. Signed-off-by: Xiaolin Zhang

[PATCH v2 7/10] V4L2 patches for Intel Moorestown Camera Imaging Drivers

2010-03-28 Thread Zhang, Xiaolin
From ffd8b7e0f07391e9d44bd0c93390362fca0e6a2f Mon Sep 17 00:00:00 2001 From: Xiaolin Zhang xiaolin.zh...@intel.com Date: Sun, 28 Mar 2010 14:12:41 +0800 Subject: [PATCH 07/10] this patch is the 5mp camera (ov5630) sensor lens subdev driver for intel moorestown camera imaging. Signed-off-by:

[PATCH v2 8/10] V4L2 patches for Intel Moorestown Camera Imaging Drivers

2010-03-28 Thread Zhang, Xiaolin
From 7ecf6eb90a22901c6550a2392967d911c611690c Mon Sep 17 00:00:00 2001 From: Xiaolin Zhang xiaolin.zh...@intel.com Date: Sun, 28 Mar 2010 14:14:29 +0800 Subject: [PATCH 08/10] this patch is the 5mp camera (s5k4e1) sensor subdev driver for intel moorestown camera imaging. Signed-off-by: Xiaolin

[PATCH v2 10/10] V4L2 patches for Intel Moorestown Camera Imaging Drivers

2010-03-28 Thread Zhang, Xiaolin
From 166299cfa17bb5e16613eff962cce841d2c15f0f Mon Sep 17 00:00:00 2001 From: Xiaolin Zhang xiaolin.zh...@intel.com Date: Sun, 28 Mar 2010 14:19:12 +0800 Subject: [PATCH 10/10] this patch is the make/kconfig files changes to enable the camera drivers for intel moorestown platform. Signed-off-by:

Re: [PATCH v2 0/10] V4L2 patches for Intel Moorestown Camera Imaging Drivers

2010-03-28 Thread Hans Verkuil
Hi Xiaolin! Here are a few comments based on a first read-through. First of all, patch 2/10 did not seem to make it to the list for some reason. Because of that I'm deferring reviewing patches 1/10 and (of course) 2/10. The other patches for the i2c devices all have the same problems, so I will

Re: [PATCH v2 3/10] V4L2 patches for Intel Moorestown Camera Imaging Drivers

2010-03-28 Thread Hans Verkuil
Hi Xiaolin! I found a small memory leak in this flash driver: On Sunday 28 March 2010 09:47:21 Zhang, Xiaolin wrote: +static int flash_remove(struct i2c_client *client) +{ + struct v4l2_subdev *sd = i2c_get_clientdata(client); + + v4l2_device_unregister_subdev(sd); Missing

Re: [PATCH v2 4/10] V4L2 patches for Intel Moorestown Camera Imaging Drivers

2010-03-28 Thread Hans Verkuil
Hi Xiaolin! The comments I make here also apply to all the other subdev drivers you posted. On Sunday 28 March 2010 09:47:28 Zhang, Xiaolin wrote: From f09b86fb073db95eaeefb1e9ffb4e448e6359bd3 Mon Sep 17 00:00:00 2001 From: Xiaolin Zhang xiaolin.zh...@intel.com Date: Sun, 28 Mar 2010 14:01:01

[GIT PATCHES FOR 2.6.35] saa7134 empress improvements

2010-03-28 Thread Hans Verkuil
The following changes since commit 942ab4762505a51a7a433a7608ba5d3eed6e4f8b: Jean Delvare (1): V4L/DVB: saa7134: Fix IR support of some ASUS TV-FM 7135 variants are available in the git repository at: ssh://linuxtv.org/git/hverkuil/v4l-dvb.git saa6752hs Hans Verkuil (2):

What would be a good time to move subdev drivers to a subdev directory?

2010-03-28 Thread Hans Verkuil
Hi Mauro, Currently drivers/media/video is a mix of subdev drivers and bridge/platform drivers. I think it would be good to create a drivers/media/subdev directory where subdev drivers can go. We discussed in the past whether we should have categories for audio subdevs, video subdevs, etc. but I

Hauppauge WinTV HVR-900H

2010-03-28 Thread George Tellalov
Hello linux-media, I've recently bought an HVR-900H usb hybrid tuner (marketed as 900-without-h) and discovered that it's been unsupported for a while now. Nevertheless some work is being done there: http://www.mail-archive.com/linux-media@vger.kernel.org/msg16498.html I've tried the patch (with

[patch] video/au0828: off by one bug

2010-03-28 Thread Dan Carpenter
The AUVI_INPUT(tmp) macro uses tmp as an index of an array with AU0828_MAX_INPUT elements. Signed-off-by: Dan Carpenter erro...@gmail.com diff --git a/drivers/media/video/au0828/au0828-video.c b/drivers/media/video/au0828/au0828-video.c index dc67bc4..19a5773 100644 ---

[patch] video/s255drv: cleanup. remove uneeded NULL check

2010-03-28 Thread Dan Carpenter
dev can never be NULL there so there is no need to check it. Also I made a couple of white space changes to the declaration of dev. This eliminates a smatch warning about checking for NULL after a dereference. Signed-off-by: Dan Carpenter erro...@gmail.com diff --git

[patch] video/cx231xx: cleanup. remove unneed null checks

2010-03-28 Thread Dan Carpenter
dev is never NULL here so there is no need to check. Signed-off-by: Dan Carpenter erro...@gmail.com diff --git a/drivers/media/video/cx231xx/cx231xx-core.c b/drivers/media/video/cx231xx/cx231xx-core.c index 4a60dfb..866fb12 100644 --- a/drivers/media/video/cx231xx/cx231xx-core.c +++

RE: [PATCH v2 0/10] V4L2 patches for Intel Moorestown Camera Imaging Drivers

2010-03-28 Thread Zhang, Xiaolin
Hi Hans, Thank you comment. I will try to figure out why patch 2/10 is missing. maybe it is a little bit large. I will split it two more patches and resubmit again. BRs Xiaolin -Original Message- From: Hans Verkuil [mailto:hverk...@xs4all.nl] Sent: Sunday, March 28, 2010 4:31 PM To:

[patch] video/zc0301: improve error handling

2010-03-28 Thread Dan Carpenter
Return an error if the controller is not found. Signed-off-by: Dan Carpenter erro...@gmail.com diff --git a/drivers/media/video/zc0301/zc0301_core.c b/drivers/media/video/zc0301/zc0301_core.c index e44e4b5..bb51cfb 100644 --- a/drivers/media/video/zc0301/zc0301_core.c +++

[patch] video/et61x251: improve error handling

2010-03-28 Thread Dan Carpenter
The original code doesn't handle the situation where the controller is not found. Signed-off-by: Dan Carpenter erro...@gmail.com diff --git a/drivers/media/video/et61x251/et61x251_core.c b/drivers/media/video/et61x251/et61x251_core.c index e6c23d5..a5cfc76 100644 ---

[patch] video/sn9c102: improve error handling

2010-03-28 Thread Dan Carpenter
Return an error if the controller is not found. Signed-off-by: Dan Carpenter erro...@gmail.com diff --git a/drivers/media/video/sn9c102/sn9c102_core.c b/drivers/media/video/sn9c102/sn9c102_core.c index cbf8087..28e19da 100644 --- a/drivers/media/video/sn9c102/sn9c102_core.c +++

Re: Hauppauge WinTV HVR-900H

2010-03-28 Thread George Tellalov
On Sun, Mar 28, 2010 at 01:51:17PM +0200, Stefan Ringel wrote: In what for mode, analog or dvb-t? The test? It was in analog mode using tvtime. P.S. Sorry for the double reply, I forgot to reply to the list as well. -- To unsubscribe from this list: send the line unsubscribe linux-media in

Aw: Re: Hauppauge WinTV HVR-900H

2010-03-28 Thread Stefan Ringel
- Original Nachricht Von: George Tellalov gtella...@bigfoot.com An: Stefan Ringel stefan.rin...@arcor.de Datum: 28.03.2010 14:07 Betreff: Re: Hauppauge WinTV HVR-900H On Sun, Mar 28, 2010 at 01:51:17PM +0200, Stefan Ringel wrote: In what for mode, analog or dvb-t?

Re: Re: Hauppauge WinTV HVR-900H

2010-03-28 Thread George Tellalov
On Sun, Mar 28, 2010 at 02:12:10PM +0200, Stefan Ringel wrote: And the dmsg log (with debug info), so we can see what wrong is. What for options have you set in the .config file? Okay, I'm on my way to produce that log, but it will take a while. I'll have to recompile the driver and the

[PATCH RFC v2] DVB: add dvb_generic_nonseekable_open, dvb_generic_unlocked_ioctl, use in firedtv

2010-03-28 Thread Stefan Richter
In order to remove Big Kernel Lock usages from the DVB subsystem, we need to - provide .llseek file operations that do not grab the BKL (unlike fs/read_write.c::default_llseek) or mark files as not seekable, - provide .unlocked_ioctl file operations. Add two dvb_generic_ file operations

Re: [patch] video/sn9c102: improve error handling

2010-03-28 Thread Dan Carpenter
On Sun, Mar 28, 2010 at 05:09:48PM +0200, Christophe JAILLET wrote: Hi, this patch seems incomplete. You had an opening { wityhout the corresponding }. It must be an issue with the mail server on your end. :/ Here is a url you can download it from. http://lkml.org/lkml/2010/3/28/43

Re: What would be a good time to move subdev drivers to a subdev directory?

2010-03-28 Thread Mauro Carvalho Chehab
Hans Verkuil wrote: Hi Mauro, Currently drivers/media/video is a mix of subdev drivers and bridge/platform drivers. I think it would be good to create a drivers/media/subdev directory where subdev drivers can go. We discussed in the past whether we should have categories for audio

[GIT PATCHES FOR 2.6.35] videobuf refactoring

2010-03-28 Thread Hans Verkuil
The following changes since commit 975b06b6c01ba2da4d26a7ba6ea783d5f670aa7d: Jonathan Corbet (1): V4L/DVB: ov7670: silence some compiler warnings are available in the git repository at: git://linuxtv.org/hverkuil/v4l-dvb-videobuf.git videobuf Hans Verkuil (8): v4l videobuf:

Re: What would be a good time to move subdev drivers to a subdev directory?

2010-03-28 Thread Hans Verkuil
On Sunday 28 March 2010 17:38:31 Mauro Carvalho Chehab wrote: Hans Verkuil wrote: Hi Mauro, Currently drivers/media/video is a mix of subdev drivers and bridge/platform drivers. I think it would be good to create a drivers/media/subdev directory where subdev drivers can go. We

Aw: Re: Re: Hauppauge WinTV HVR-900H

2010-03-28 Thread Stefan Ringel
- Original Nachricht Von: George Tellalov gtella...@bigfoot.com An: Stefan Ringel stefan.rin...@arcor.de Datum: 28.03.2010 17:37 Betreff: Re: Re: Hauppauge WinTV HVR-900H On Sun, Mar 28, 2010 at 02:12:10PM +0200, Stefan Ringel wrote: - Original Nachricht

Re: Re: Re: Hauppauge WinTV HVR-900H

2010-03-28 Thread George Tellalov
I said debug, but I see no debug info for tm6000 is it modprobe tm6000 debug=1 debug_i2c=3. From what havew you debug activated? Have you a crash dump in the dmesg log? Can tvtime crash, and if tvtime crashed, then send it to tvtime project (ask Devin Heitmueller). Sorry that was only

Re: Hauppauge WinTV HVR-900H

2010-03-28 Thread Stefan Ringel
Am 28.03.2010 17:37, schrieb George Tellalov: On Sun, Mar 28, 2010 at 02:12:10PM +0200, Stefan Ringel wrote: - Original Nachricht Von: George Tellalov gtella...@bigfoot.com An: Stefan Ringel stefan.rin...@arcor.de Datum: 28.03.2010 14:07 Betreff: Re: Hauppauge

Re: Hauppauge WinTV HVR-900H

2010-03-28 Thread Stefan Ringel
Am 28.03.2010 19:57, schrieb George Tellalov: I said debug, but I see no debug info for tm6000 is it modprobe tm6000 debug=1 debug_i2c=3. From what havew you debug activated? Have you a crash dump in the dmesg log? Can tvtime crash, and if tvtime crashed, then send it to tvtime project (ask

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

2010-03-28 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 Mar 28 19:00:15 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14536:a539e5b68945 git master:

Re: [PATCH] V4L/DVB: mx1-camera: compile fix

2010-03-28 Thread Guennadi Liakhovetski
On Sat, 27 Mar 2010, Uwe Kleine-König wrote: This fixes a regression of 7d58289 (mx1: prefix SOC specific defines with MX1_ and deprecate old names) Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de Sascha, I need your ack to pull this via my tree. Thanks Guennadi

[PATCH] drivers/media/IR - improve keytable code

2010-03-28 Thread David Härdeman
The attached patch rewrites much of the keytable code in drivers/media/IR/ir-keytable.c. (applies to http://git.linuxtv.org/mchehab/ir.git) The scancodes are now inserted into the array in sorted order which allows for a binary search on lookup. The code has also been shrunk by about 150 lines.

Re: What would be a good time to move subdev drivers to a subdev directory?

2010-03-28 Thread Andy Walls
On Sun, 2010-03-28 at 18:03 +0200, Hans Verkuil wrote: On Sunday 28 March 2010 17:38:31 Mauro Carvalho Chehab wrote: Hans Verkuil wrote: So, let's get some feedback from developers about this again. Whatever decided, we should clearly document the used criteria, to avoid having drivers

Re: [RFC] What are the goals for the architecture of an in-kernel IR system?

2010-03-28 Thread Mauro Carvalho Chehab
Dmitry Torokhov wrote: On Fri, Mar 26, 2010 at 11:40:41AM -0300, Mauro Carvalho Chehab wrote: David Härdeman wrote: On Thu, Mar 25, 2010 at 11:42:33AM -0300, Mauro Carvalho Chehab wrote: 10) extend keycode table replacement to support big/variable sized scancodes; Pending.

Re: [RFC] What are the goals for the architecture of an in-kernel IR system?

2010-03-28 Thread Mauro Carvalho Chehab
Mauro Carvalho Chehab wrote: Dmitry Torokhov wrote: On Fri, Mar 26, 2010 at 11:40:41AM -0300, Mauro Carvalho Chehab wrote: David Härdeman wrote: On Thu, Mar 25, 2010 at 11:42:33AM -0300, Mauro Carvalho Chehab wrote: 10) extend keycode table replacement to support big/variable

MPEG2 encoder uPD61151 next...

2010-03-28 Thread Dmitri Belimov
Hi All. I have more questions now. Our card has DVB-T zl10353. Befor start encoder need set its out to Z-state. How to I can do it? This is my last big problem. Startup step by step: Call zarlink to set Z-state of a bus. Configure TS port of the saa7134 to PARALLEL_PS and config other regs