[COMMON] media: smfc: add skelton implementation of v4l2.
authorCho KyongHo <pullip.cho@samsung.com>
Wed, 25 Mar 2015 00:03:25 +0000 (09:03 +0900)
committerSeungchul Kim <sc377.kim@samsung.com>
Mon, 28 May 2018 05:30:47 +0000 (14:30 +0900)
commit0600b2783e71dd67d85400db04a415e2e8e650b5
treef47293e364a480d5a8ef2fb531028c762f41b7f9
parent9572de9d6fb35579120a0fa8ee18e3a88d943e47
[COMMON] media: smfc: add skelton implementation of v4l2.

The SMFC driver with V4L2 support is prepared. This patch includes
 - registration to video_device
 - buffer management with videobuf2-dma-sg
 - job scheduling by v4l2-mem2mem
 - V4L2 control handling by v4l2_fh
It is not the complete implementation. The following patches complete
the driver.

Change-Id: I19c3c5668c6ff975a7b55a0b9efc6147f94f143c
Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
drivers/media/platform/exynos/smfc/smfc.c
drivers/media/platform/exynos/smfc/smfc.h