Skip to content

Commit

Permalink
[media] s5p-fimc: Add camera capture support
Browse files Browse the repository at this point in the history
Add a video device driver per each FIMC entity to support
the camera capture input mode. Video capture node is registered
only if CCD sensor data is provided through driver's platfrom data
and board setup code.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 28f06ff commit 5f3cc44
Show file tree
Hide file tree
Showing 6 changed files with 1,630 additions and 192 deletions.
2 changes: 1 addition & 1 deletion drivers/media/video/s5p-fimc/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

obj-$(CONFIG_VIDEO_SAMSUNG_S5P_FIMC) := s5p-fimc.o
s5p-fimc-y := fimc-core.o fimc-reg.o
s5p-fimc-y := fimc-core.o fimc-reg.o fimc-capture.o
Loading

0 comments on commit 5f3cc44

Please sign in to comment.