]> git.baikalelectronics.ru Git - kernel.git/commit
[media] v4l: Add mt9v032 sensor driver
authorDetlev Casanova <detlev.casanova@gmail.com>
Tue, 5 Apr 2011 12:06:21 +0000 (09:06 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 20 May 2011 12:29:49 +0000 (09:29 -0300)
commit32b35384fb8c5bef92150a75acdb90e891ff26cf
tree159beb5ca619cf7ba3b8b07e9cf552491a28132c
parent982004416c6864004b69595e8f21b384ed06b79f
[media] v4l: Add mt9v032 sensor driver

The MT9V032 is a parallel wide VGA sensor from Aptina (formerly Micron)
controlled through I2C.

The driver creates a V4L2 subdevice. It currently supports binning and
cropping, and the gain, auto gain, exposure, auto exposure and test
pattern controls.

Signed-off-by: Detlev Casanova <detlev.casanova@gmail.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/Kconfig
drivers/media/video/Makefile
drivers/media/video/mt9v032.c [new file with mode: 0644]
include/media/mt9v032.h [new file with mode: 0644]