Re: [PATCH V3] V4L/DVB: v4l: Add driver for Marvell PXA910 CCIC

2011-09-21 Thread Mauro Carvalho Chehab
Em 08-06-2011 07:29, Kassey Lee escreveu: This driver exports a video device node per each CCIC (CMOS Camera Interface Controller) device contained in Marvell Mobile PXA910 SoC The driver is based on soc-camera + videobuf2 frame work, and only USERPTR is supported. Hi Guennadi, Would you

Re: [PATCH V3] V4L/DVB: v4l: Add driver for Marvell PXA910 CCIC

2011-09-21 Thread Guennadi Liakhovetski
Hi Mauro On Wed, 21 Sep 2011, Mauro Carvalho Chehab wrote: Em 08-06-2011 07:29, Kassey Lee escreveu: This driver exports a video device node per each CCIC (CMOS Camera Interface Controller) device contained in Marvell Mobile PXA910 SoC The driver is based on soc-camera + videobuf2 frame

Re: [PATCH V3] V4L/DVB: v4l: Add driver for Marvell PXA910 CCIC

2011-09-21 Thread Jonathan Corbet
On Wed, 21 Sep 2011 19:31:21 +0200 (CEST) Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Indeed I would (mind);-) AFAIU, Jon has converted the cafe-ccic driver to be usable for other implementations, using the same core, this driver has to be converted to re-use the common code, and so

Re: [PATCH V3] V4L/DVB: v4l: Add driver for Marvell PXA910 CCIC

2011-09-21 Thread Mauro Carvalho Chehab
Em 21-09-2011 14:31, Guennadi Liakhovetski escreveu: Hi Mauro On Wed, 21 Sep 2011, Mauro Carvalho Chehab wrote: Em 08-06-2011 07:29, Kassey Lee escreveu: This driver exports a video device node per each CCIC (CMOS Camera Interface Controller) device contained in Marvell Mobile PXA910 SoC

[PATCH V3] V4L/DVB: v4l: Add driver for Marvell PXA910 CCIC

2011-06-07 Thread Kassey Lee
This driver exports a video device node per each CCIC (CMOS Camera Interface Controller) device contained in Marvell Mobile PXA910 SoC The driver is based on soc-camera + videobuf2 frame work, and only USERPTR is supported. Signed-off-by: Kassey Lee y...@marvell.com ---