Re: [RFC] White Balance control for digital camera

2009-04-15 Thread Dongsoo, Nathaniel Kim
Hello Hans, On Tue, Apr 14, 2009 at 11:50 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Tuesday 14 April 2009 13:54:02 Mauro Carvalho Chehab wrote: On Fri, 10 Apr 2009 06:50:32 +0900 Dongsoo, Nathaniel Kim dongsoo@gmail.com wrote: Hello everyone, I'm posting this RFC one more time

Re: [RFC] White Balance control for digital camera

2009-04-15 Thread Hans Verkuil
On Wednesday 15 April 2009 08:10:58 Dongsoo, Nathaniel Kim wrote: Hello Hans, On Tue, Apr 14, 2009 at 11:50 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Tuesday 14 April 2009 13:54:02 Mauro Carvalho Chehab wrote: On Fri, 10 Apr 2009 06:50:32 +0900 Dongsoo, Nathaniel Kim

Re: [RFC] White Balance control for digital camera

2009-04-15 Thread Dongsoo, Nathaniel Kim
Thank you Hans. I'll see how to use V4L2_CTRL_FLAG_UPDATE and _INACTIVE. Cheers, Nate On Wed, Apr 15, 2009 at 3:24 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Wednesday 15 April 2009 08:10:58 Dongsoo, Nathaniel Kim wrote: Hello Hans, On Tue, Apr 14, 2009 at 11:50 PM, Hans Verkuil

[PATCH] uvc: Add Microsoft VX 500 webcam

2009-04-15 Thread Douglas Schilling Landgraf
Hello Laurent, Attached patch for the following: Added Microsoft VX 500 webcam to uvc driver. Signed-off-by: Douglas Schilling Landgraf dougsl...@redhat.com Thanks, Douglas uvc-microsoft-vx500.diff Description: Binary data

Re: [PATCH] uvc: Add Microsoft VX 500 webcam

2009-04-15 Thread Laurent Pinchart
Hi Douglas, On Wednesday 15 April 2009 09:03:45 Douglas Schilling Landgraf wrote: Hello Laurent, Attached patch for the following: Added Microsoft VX 500 webcam to uvc driver. Signed-off-by: Douglas Schilling Landgraf dougsl...@redhat.com Could you please send me the output of

Re: [linux-dvb] technisat skystar usb 2.0

2009-04-15 Thread nizar
Dominik Sito wrote: Monday 13 April 2009 17:31:29 nizar napisał(a): Please help needed. I have skystar usb 2.0 (13d0:2282) i have also the log of usbsnoop (300 Mo) . What are steps to : 1- know if a firmware is needed. 2- if yes how to extract it. thank you Nizar

Bug fix for drivers/media/dvb/dvb-usb/cxusb.c

2009-04-15 Thread Lindsay Harris
Hi! I'm new to the list, mostly joining to report a bug (with fix) for the DViCO dual digital card, using the XC3028 tuner. I'm using suse kernels, which is currently 2.6.27.21. I downloaded the 2.6.29.1 kernel, and the relevant pieces of code have not changed. This driver worked

[PATCH 0/5] soc-camera: convert to platform device

2009-04-15 Thread Guennadi Liakhovetski
This patch series is a preparation for the v4l2-subdev conversion. Please, review and test. My current patch-stack in the form of a (manually-created) quilt-series is at http://www.open-technology.de/download/20090415/ based on linux-next history branch, commit ID in -base file. Don't

[PATCH 1/5] soc-camera: add a free_bus method to struct soc_camera_link

2009-04-15 Thread Guennadi Liakhovetski
Currently pcm990 camera bus-width management functions request a GPIO and never free it again. With this approach the GPIO extender driver cannot be unloaded once camera drivers have been loaded, also unloading theb i2c-pxa bus driver produces errors, because the GPIO extender driver cannot

[PATCH 2/5] soc-camera: host-driver cleanup

2009-04-15 Thread Guennadi Liakhovetski
Embed struct soc_camera_host in platform-specific per host instance objects instead of allocating them statically in drivers, use platform_[gs]et_drvdata consistently, use resource_size(). Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- drivers/media/video/mx1_camera.c |

[PATCH 3/5] soc-camera: remove an extra device generation from struct soc_camera_host

2009-04-15 Thread Guennadi Liakhovetski
Make camera devices direct children of host platform devices, move the inheritance management into the soc_camera.c core driver. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- drivers/media/video/mx1_camera.c | 35 +- drivers/media/video/mx3_camera.c

[PATCH 4/5] soc-camera: simplify register access routines in multiple sensor drivers

2009-04-15 Thread Guennadi Liakhovetski
Register access routines only need the I2C client, not the soc-camera device context. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- drivers/media/video/mt9m001.c | 105 +--- drivers/media/video/mt9m111.c | 73 --

RE: [PATCH 3/3] V4L2 Driver for OMAP3/3 DSS.

2009-04-15 Thread Shah, Hardik
-Original Message- From: Hans Verkuil [mailto:hverk...@xs4all.nl] Sent: Monday, April 06, 2009 8:27 PM To: Shah, Hardik Cc: linux-media@vger.kernel.org; linux-o...@vger.kernel.org; Jadav, Brijesh R; Hiremath, Vaibhav Subject: RE: [PATCH 3/3] V4L2 Driver for OMAP3/3 DSS. Hi

RE: [PATCH 3/3] V4L2 Driver for OMAP3/3 DSS.

2009-04-15 Thread Hans Verkuil
-Original Message- From: Hans Verkuil [mailto:hverk...@xs4all.nl] Sent: Monday, April 06, 2009 8:27 PM To: Shah, Hardik Cc: linux-media@vger.kernel.org; linux-o...@vger.kernel.org; Jadav, Brijesh R; Hiremath, Vaibhav Subject: RE: [PATCH 3/3] V4L2 Driver for OMAP3/3 DSS. Hi

Re: [PATCH] uvc: Add Microsoft VX 500 webcam

2009-04-15 Thread Douglas Schilling Landgraf
Hello Laurent, On Wed, 15 Apr 2009 11:46:52 +0200 Laurent Pinchart laurent.pinch...@skynet.be wrote: Hi Douglas, On Wednesday 15 April 2009 09:03:45 Douglas Schilling Landgraf wrote: Hello Laurent, Attached patch for the following: Added Microsoft VX 500 webcam to uvc

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

2009-04-15 Thread Erik Andrén
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jean-Francois, Please pull http://linuxtv.org/hg/~eandren/v4l-dvb/ for updates to be added to the next major kernel release. Regards, Erik -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux)

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

2009-04-15 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 Apr 15 19:00:03 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11516:6ce311bdeee0 gcc version: gcc

Re: [PATCH 4/5] soc-camera: simplify register access routines in multiple sensor drivers

2009-04-15 Thread Robert Jarzmik
Guennadi Liakhovetski g.liakhovet...@gmx.de writes: Register access routines only need the I2C client, not the soc-camera device context. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de For mt9m111.c : Acked-by: Robert Jarzmik robert.jarz...@free.fr Cheers. -- Robert -- To

Re: [PATCH 0/5] soc-camera: convert to platform device

2009-04-15 Thread Robert Jarzmik
Guennadi Liakhovetski g.liakhovet...@gmx.de writes: This patch series is a preparation for the v4l2-subdev conversion. Please, review and test. My current patch-stack in the form of a (manually-created) quilt-series is at http://www.open-technology.de/download/20090415/ based on linux-next

Re: [PATCH 5/5] soc-camera: Convert to a platform driver

2009-04-15 Thread Robert Jarzmik
Guennadi Liakhovetski g.liakhovet...@gmx.de writes: Convert soc-camera core to a platform driver. With this approach I2C devices are no longer statically registered in platform code, instead they are registered dynamically by the soc-camera core, when a match with a host driver is found. With

Re: Kernel 2.6.29 breaks DVB-T ASUSTeK Tiger LNA Hybrid Capture Device

2009-04-15 Thread hermann pitton
Hi, just a short update. Am Dienstag, den 14.04.2009, 23:33 +0200 schrieb hermann pitton: Hi, Am Dienstag, den 14.04.2009, 17:30 +0800 schrieb David Wong: On Tue, Apr 14, 2009 at 11:23 AM, Mauro Carvalho Chehab mche...@infradead.org wrote: On Sun, 05 Apr 2009 20:22:33 +0200 hermann

[PULL] http://linuxtv.org/hg/~awalls/cx18-perf

2009-04-15 Thread Andy Walls
Mauro, Please pull from: http://linuxtv.org/hg/~awalls/cx18-perf for the following: cx18: Increment version due to significant buffer handling changes cx18: Simplify the work handler for outgoing mailbox commands cx18: Convert per stream mutex locks to per queue spin locks cx18: Set up to wait

Some questions about mr97310 controls (continuing previous thread on mr97310a.c)

2009-04-15 Thread Theodore Kilgore
Thomas, A few questions in the text below. On Thu, 5 Mar 2009, Thomas Kaiser wrote: Hello Theodore kilg...@banach.math.auburn.edu wrote: On Wed, 4 Mar 2009, Thomas Kaiser wrote: As to the actual contents of the header, as you describe things, 0. Do you have any idea how to account for

Re: [linux-dvb] DVB-T USB dib0700 device recomendations?

2009-04-15 Thread hermann pitton
Hi Heinrich, Am Mittwoch, den 15.04.2009, 12:06 +0200 schrieb Heinrich Langos: Hi Lars, On Tue, Apr 14, 2009 at 05:49:14PM +0200, Lars Buerding wrote: Hello Hendrik, out in the street and buying the first dib0700 device I'd like to know if there are any devices that are

[RFC] Making Samsung S3C64XX camera interface driver in SoC camera subsystem

2009-04-15 Thread Dongsoo, Nathaniel Kim
Hello, I'm planing to make a new camera interface driver for S3C64XX from Samsung. Even if it already has a driver, it seems to be re-designed for some reasons. If you are interested in, take a look at following repository

Re: [PATCH 1/5] soc-camera: add a free_bus method to struct soc_camera_link

2009-04-15 Thread Eric Miao
On Wed, Apr 15, 2009 at 8:17 PM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Currently pcm990 camera bus-width management functions request a GPIO and never free it again. With this approach the GPIO extender driver cannot be unloaded once camera drivers have been loaded, also

Re: RFC on proposed patches to mr97310a.c for gspca and v4l

2009-04-15 Thread Kyle Guinn
On Wednesday 04 March 2009 02:41:05 Thomas Kaiser wrote: Hello Theodore kilg...@banach.math.auburn.edu wrote: Also, after the byte indicator for the compression algorithm there are some more bytes, and these almost definitely contain information which could be valuable while doing image