V4L/DVB (12248): v4l: vpfe capture bridge driver for DM355 and DM6446
authorMuralidharan Karicheri <m-karicheri2@ti.com>
Mon, 6 Jul 2009 18:04:12 +0000 (15:04 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 19 Sep 2009 03:18:12 +0000 (00:18 -0300)
commit7da8a6cb3e5b60e73b196f1c71031423e0791032
tree07994133d0edc06b0e3c752f4e47c42eb7595785
parentc1c9d09cd368f75bbd10253b8266898fb9fecc7f
V4L/DVB (12248): v4l: vpfe capture bridge driver for DM355 and DM6446

This the vpfe capture bridge driver for doing video
capture on DM355 and DM6446 evms. The ccdc hw modules register with the
driver and are used for configuring the CCD Controller for a specific
decoder interface. The driver also registers the sub devices required
for a specific evm. More than one sub devices can be registered.
This allows driver to switch dynamically to capture video from
any sub device that is registered. Currently only one sub device
(tvp5146) is supported. But in future this driver is expected
to do capture from sensor devices such as Micron's MT9T001, MT9T031
and MT9P031 etc. The driver currently supports MMAP based IO.

Reviewed by: Laurent Pinchart <laurent.pinchart@skynet.be>
Reviewed by: Alexey Klimov <klimov.linux@gmail.com>

Signed-off-by: Muralidharan Karicheri <m-karicheri2@ti.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/davinci/vpfe_capture.c [new file with mode: 0644]
include/media/davinci/vpfe_capture.h [new file with mode: 0644]
include/media/davinci/vpfe_types.h [new file with mode: 0644]