OSDN Git Service

[media] V4L: Add driver for s5k6a3 image sensor
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Fri, 9 Aug 2013 18:56:00 +0000 (15:56 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 14 Mar 2014 13:32:17 +0000 (10:32 -0300)
commit814b4dd9aa4734f33ccf0e13d872391eaaa72762
treeef0688e0b3a6a6217e9990c2295f8ccaa697ee88
parent53f8a899a38d8e8a02ce390d400327f6abd66074
[media] V4L: Add driver for s5k6a3 image sensor

This patch adds subdev driver for Samsung S5K6A3 raw image sensor.
As it is intended at the moment to be used only with the Exynos
FIMC-IS (camera ISP) subsystem it is pretty minimal subdev driver.
It doesn't do any I2C communication since the sensor is controlled
by the ISP and its own firmware.
This driver, if needed, can be updated in future into a regular
subdev driver where the main CPU communicates with the sensor
directly.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/i2c/Kconfig
drivers/media/i2c/Makefile
drivers/media/i2c/s5k6a3.c [new file with mode: 0644]