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 g.liakhovet...@gmx.de 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 @@

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 awa...@radix.net 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:

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

[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

[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 g.liakhovet...@gmx.de --- drivers/media/video/soc_camera.c |

[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 g.liakhovet...@gmx.de --- 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

[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 g.liakhovet...@gmx.de --- 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

[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 g.liakhovet...@gmx.de --- 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

[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 g.liakhovet...@gmx.de --- 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

[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 g.liakhovet...@gmx.de --- 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

[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

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

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 awa...@radix.net 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