[media] v4l: Add driver for Micron MT9M032 camera sensor
authorMartin Hostettler <martin@neutronstar.dyndns.org>
Sat, 17 Dec 2011 10:10:55 +0000 (07:10 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 19 Mar 2012 21:56:33 +0000 (18:56 -0300)
commit251cb88e2e231a00601dbc95647ac8f13ffdec24
tree1ac9cb6ab5b7c8afd5f98962efad1abeb256aad7
parent08cd43cc4623c13aa0bf4efa39d087dbe53418e7
[media] v4l: Add driver for Micron MT9M032 camera sensor

The MT9M032 is a parallel 1.6MP sensor from Micron controlled through I2C.

The driver creates a V4L2 subdevice. It currently supports cropping, gain,
exposure and v/h flipping controls in monochrome mode with an
external pixel clock.

[Lots of clean up, fixes and enhancements]

Signed-off-by: Martin Hostettler <martin@neutronstar.dyndns.org>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/Kconfig
drivers/media/video/Makefile
drivers/media/video/mt9m032.c [new file with mode: 0644]
include/media/mt9m032.h [new file with mode: 0644]
This page took 0.027297 seconds and 5 git commands to generate.