]> git.baikalelectronics.ru Git - kernel.git/commit
[media] v4l: Add v4l2 subdev driver for S5K6AAFX sensor
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Tue, 4 Oct 2011 17:05:58 +0000 (14:05 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 3 Nov 2011 20:29:11 +0000 (18:29 -0200)
commit1baf018a8cb0f1976ce64d586d1615d357da23eb
tree52079502aff38e16fd22561eb28fc352342afd3e
parent170a2dc3c223e5e16e9847f2ed5fcdfcd8081fd2
[media] v4l: Add v4l2 subdev driver for S5K6AAFX sensor

This driver exposes preview mode operation of the S5K6AAFX sensor with
embedded SoC ISP. The native capture (snapshot) operation mode is not
supported.
Following controls are available:
 manual/auto exposure and gain, power line frequency (anti-flicker),
 saturation, sharpness, brightness, contrast, white balance temperature,
 color effects, horizontal/vertical image flip, frame interval,
 auto white balance.
RGB component gains are currently exposed through private controls.

Reviewed-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/Kconfig
drivers/media/video/Makefile
drivers/media/video/s5k6aa.c [new file with mode: 0644]
include/media/s5k6aa.h [new file with mode: 0644]