[media] V4L: Add driver for OV9650/52 image sensors
authorSylwester Nawrocki <sylvester.nawrocki@gmail.com>
Wed, 26 Dec 2012 18:50:03 +0000 (15:50 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 5 Feb 2013 17:21:15 +0000 (15:21 -0200)
commit84a15ded76ec8ec23d84974238b7864813143655
treea80c4b557afd0905da223d73d87c0c7dd60915ed
parentffa9b9f016a9c97a3cc205d0d634b10d8f72eb36
[media] V4L: Add driver for OV9650/52 image sensors

This patch adds V4L2 sub-device driver for OV9650/OV9652 image sensors.
The driver exposes following V4L2 controls:
- auto/manual exposure,
- auto/manual white balance,
- auto/manual gain,
- brightness, saturation, sharpness,
- horizontal/vertical flip,
- color bar test pattern,
- banding filter (power line frequency).
Frame rate can be configured with g/s_frame_interval pad level ops.
Supported resolution are only: SXGA, VGA, QVGA.

Signed-off-by: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/i2c/Kconfig
drivers/media/i2c/Makefile
drivers/media/i2c/ov9650.c [new file with mode: 0644]
include/media/ov9650.h [new file with mode: 0644]