Re: [PATCH 3/5] OV3640: Add driver

2009-03-10 Thread Tuukka.O Toivonen
On Monday 09 March 2009 23:29:27 ext Menon, Nishanth wrote: Further, we have multiple sensors following CCI[1] - why not have a driver for the same, it will simplify the entire process - ov3640, mt9p012 both follow the spec at least.. dependency would be sensor - cci dev-i2c framework.

RE: [PATCH 3/5] OV3640: Add driver

2009-03-09 Thread Aguirre Rodriguez, Sergio Alberto
Hi Alexey, -Original Message- From: Alexey Klimov [mailto:klimov.li...@gmail.com] snip --- /dev/null +++ b/drivers/media/video/ov3640.c @@ -0,0 +1,2202 @@ +/* + * drivers/media/video/ov3640.c + * + * ov3640 sensor driver + * + * + * Copyright (C) 2008 Texas

Re: [PATCH 3/5] OV3640: Add driver

2009-03-04 Thread Trent Piepho
On Tue, 3 Mar 2009, Aguirre Rodriguez, Sergio Alberto wrote: + { + /* Note: V4L2 defines RGB565 as: +* +* Byte 0Byte 1 +* g2 g1 g0 r4 r3 r2 r1 r0 b4 b3 b2 b1 b0 g5 g4 g3 +* +