[media] exynos4-is: Add common FIMC-IS image sensor driver
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Mon, 11 Mar 2013 18:38:29 +0000 (15:38 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 4 Apr 2013 23:14:01 +0000 (20:14 -0300)
commitb8d9834a1258460311a7b318cd851eb323dd63cd
tree387f867c1694c260806862a33e48a467678c568c
parent294781db46155b8a64976649567538ada91131f8
[media] exynos4-is: Add common FIMC-IS image sensor driver

This patch adds a common image sensor driver and Makefile/Kconfig
to enable compilation of the whole IS driver.
The sensor subdev driver currently only handles an image sensor's
power supplies and reset signal. There is no I2C communication as
it is handled by the ISP's firmware.

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/platform/exynos4-is/Kconfig
drivers/media/platform/exynos4-is/Makefile
drivers/media/platform/exynos4-is/fimc-is-sensor.c [new file with mode: 0644]
drivers/media/platform/exynos4-is/fimc-is-sensor.h [new file with mode: 0644]