[media] s5p-fimc: Add support for Exynos4x12 FIMC-LITE
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Fri, 27 Apr 2012 08:29:05 +0000 (05:29 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 20 May 2012 12:26:24 +0000 (09:26 -0300)
commit4af813108b880e96a4b8b01e162f950a4aaa2475
tree43d66e2ed014d2cf9101a242b957644f4d055d75
parent5af86c2691b9e0fc1f993cdcd4aa27eb684c1c17
[media] s5p-fimc: Add support for Exynos4x12 FIMC-LITE

This patch adds driver for FIMC-LITE camera host interface. This new IP
differs from the regular FIMC IP in that it doesn't have input DMA,
scaler and color space conversion support. So it just plain camera host
interface for MIPI-CSI2 and ITU-R interfaces. For the serial bus support
it interworks with MIPI-CSIS and the exisiting s5p-csis driver.
The FIMC-LITE and MIPI-CSIS drivers can also be reused in the Exynos5
SoC series.

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/s5p-fimc/Kconfig [new file with mode: 0644]
drivers/media/video/s5p-fimc/Makefile
drivers/media/video/s5p-fimc/fimc-core.h
drivers/media/video/s5p-fimc/fimc-lite.c [new file with mode: 0644]
drivers/media/video/s5p-fimc/fimc-mdevice.c
drivers/media/video/s5p-fimc/fimc-mdevice.h
This page took 0.02988 seconds and 5 git commands to generate.