[media] media: Add timberdale video-in driver
authorRichard Röjfors <richard.rojfors@pelagicore.com>
Mon, 8 Nov 2010 13:45:44 +0000 (10:45 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 29 Dec 2010 10:16:46 +0000 (08:16 -0200)
commit9eae42e5a216059a146b3fbbe24b4fdc0b10c723
tree7c06b8dd7b579deb86ffa249ec4b6a3e372fcbf7
parent36d89f7de4a4937848de86d9b35cb03a9f0357e1
[media] media: Add timberdale video-in driver

This patch adds the timberdale video-in driver.

The video IP of timberdale delivers the video data via DMA.
The driver uses the DMA api to handle DMA transfers, and make use
of the V4L2 video buffers to handle buffers against user space.

If available the driver uses an encoder to get/set the video standard

Signed-off-by: Richard Röjfors <richard.rojfors@pelagicore.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/Kconfig
drivers/media/video/Makefile
drivers/media/video/timblogiw.c [new file with mode: 0644]
drivers/mfd/timberdale.c
include/media/timb_radio.h
include/media/timb_video.h [new file with mode: 0644]