Re: Problems with Hauppauge HVR 1600 and cx18 driver

2009-04-24 Thread Andy Walls
On Fri, 2009-04-24 at 08:28 -0400, Brandon Jenkins wrote: > On Mon, Apr 13, 2009 at 11:26 PM, Andy Walls wrote: > > On Tue, 2009-03-31 at 06:02 -0400, Brandon Jenkins wrote: > > Brandon and Corey, > > > > I have a series of changes to improve performance of the cx18 driver in > > delivering incom

TV-8532A/ICM532B compression and modes

2009-04-24 Thread kirin_e
Hi, a couple of months ago i did some hacking on the tv8532 gspca driver for my TV-8532A/ICM532B based webcam, to the point where i got decompression and most modes working. But i've kind of lost interest at this point, so haven't bothered to clean everything up for a real patch(also noticed it do

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

2009-04-24 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 Apr 24 19:00:05 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11603:b40d628f830d gcc version: gcc

[PATCH 8/8] SH: convert migor to the new platform-device soc-camera interface

2009-04-24 Thread Guennadi Liakhovetski
Signed-off-by: Guennadi Liakhovetski --- For review __ONLY__ for now - will re-submit after I have pushed 1/8 arch/sh/boards/mach-migor/setup.c | 79 - 1 files changed, 52 insertions(+), 27 deletions(-) diff --git a/arch/sh/boards/mach-migor/setup.c b/arc

[PATCH 7/8] SH: convert ap325rxa to the new platform-device soc-camera interface

2009-04-24 Thread Guennadi Liakhovetski
Signed-off-by: Guennadi Liakhovetski --- For review __ONLY__ for now - will re-submit after I have pushed 1/8 arch/sh/boards/board-ap325rxa.c | 50 +-- 1 files changed, 32 insertions(+), 18 deletions(-) diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/s

[PATCH 6/8] soc-camera: unify i2c device platform data to point to struct soc_camera_link

2009-04-24 Thread Guennadi Liakhovetski
Needed for a smooth transition to soc-camera as a platform driver. Signed-off-by: Guennadi Liakhovetski --- Ok, this one will be a bit more difficult - it does touch two boards and two drivers. But changes are minimal, so, I hope we manage it to push it this way. Of course, I could replace it

[PATCH 5/8] ARM: convert mioa701 to the new platform-device soc-camera interface

2009-04-24 Thread Guennadi Liakhovetski
Signed-off-by: Guennadi Liakhovetski --- For review __ONLY__ for now - will re-submit after I have pushed 1/8 arch/arm/mach-pxa/mioa701.c | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/arch/arm/mach-pxa/mioa701.c b/arch/arm/mach-pxa/mioa701.c index ff805

[PATCH 4/8] ARM: convert em-x270 to the new platform-device soc-camera interface

2009-04-24 Thread Guennadi Liakhovetski
Signed-off-by: Guennadi Liakhovetski --- For review __ONLY__ for now - will re-submit after I have pushed 1/8 arch/arm/mach-pxa/em-x270.c | 22 -- 1 files changed, 16 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-pxa/em-x270.c b/arch/arm/mach-pxa/em-x270.c ind

[PATCH 3/8] ARM: convert pcm990 to the new platform-device soc-camera interface

2009-04-24 Thread Guennadi Liakhovetski
Signed-off-by: Guennadi Liakhovetski --- For review __ONLY__ for now - will re-submit after I have pushed 1/8 arch/arm/mach-pxa/pcm990-baseboard.c | 54 +++-- 1 files changed, 44 insertions(+), 10 deletions(-) diff --git a/arch/arm/mach-pxa/pcm990-baseboard.c b/a

[PATCH 2/8] ARM: convert pcm037 to the new platform-device soc-camera interface

2009-04-24 Thread Guennadi Liakhovetski
Signed-off-by: Guennadi Liakhovetski --- For review __ONLY__ for now - will re-submit after I have pushed 1/8 arch/arm/mach-mx3/pcm037.c | 26 ++ 1 files changed, 18 insertions(+), 8 deletions(-) diff --git a/arch/arm/mach-mx3/pcm037.c b/arch/arm/mach-mx3/pcm037.c ind

[PATCH 1/8] soc-camera: prepare for the platform driver conversion

2009-04-24 Thread Guennadi Liakhovetski
Add a platform driver to soc_camera.c. This way we preserve backwards compatibility with existing platforms and can start converting them one by one to the new platform-device soc-camera interface. Signed-off-by: Guennadi Liakhovetski --- drivers/media/video/soc_camera.c | 71 +

[PATCH 0/8] soc-camera: smoothly switch platforms to platform-driver

2009-04-24 Thread Guennadi Liakhovetski
Hi, Having done the two conversion steps and getting ready to push them, the problem that I pushed back for later came forward: applying a patch that affects multiple v4l drivers and 6 (!) (the 7th one is approaching) platforms would be difficult... So, here comes a solution. With this patch I

[PULL] soc-camera, including a bug-fix for 2.6.30

2009-04-24 Thread Guennadi Liakhovetski
Hi Mauro, Note: one kernel-sync and one priority-high Please pull from http://linuxtv.org/hg/~gliakhovetski/v4l-dvb for the following 8 changesets: (01/08 is a "kernel-sync:") 01/08: ARM: update pcm990-baseboard.c to match mainline http://linuxtv.org/hg/~gliakhovetski/v4l-dvb?cmd=changeset;nod

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

2009-04-24 Thread Robert Jarzmik
Guennadi Liakhovetski writes: >> > /* Board I2C devices. */ >> I would rather have : >> /* >> * Board I2C devices >> */ > > As a matter of fact (from git-blame): > > 8e7ccddf (Robert Jarzmik 2008-11-15 16:09:54 +0100 732) /* Board I2C devices. > */ Yeah, nobody is perfect I guess. It's hard t

About "unknown field specified in initializer" error

2009-04-24 Thread Behzat Erte
Hello everyone, I've some trouble with usb webcam driver. I am newbie for drivers and it's really strange. static struct video_device usbcam_videodev_template = { .name = "usbcam-unknown", .type = VFL_TYPE_GRABBER, .type2

Re: Problems with Hauppauge HVR 1600 and cx18 driver

2009-04-24 Thread Brandon Jenkins
On Mon, Apr 13, 2009 at 11:26 PM, Andy Walls wrote: > On Tue, 2009-03-31 at 06:02 -0400, Brandon Jenkins wrote: >> >> >> >> Corey and Brandon, >> >> >> >> I found a race condition between the cx driver and the CX23418 firmware. >> >> I have a patch that mitigates the problem here: >> >> >> >> http

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

2009-04-24 Thread Guennadi Liakhovetski
On Tue, 7 Apr 2009, Robert Jarzmik wrote: > Guennadi Liakhovetski writes: > > > diff --git a/arch/arm/mach-pxa/mioa701.c b/arch/arm/mach-pxa/mioa701.c > > index 97c93a7..5c8aabf 100644 > > --- a/arch/arm/mach-pxa/mioa701.c > > +++ b/arch/arm/mach-pxa/mioa701.c > > @@ -724,19 +724,19 @@ struct px