summaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorRichard Röjfors <richard.rojfors@pelagicore.com>2010-11-08 13:45:44 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-12-29 10:16:46 (GMT)
commit9eae42e5a216059a146b3fbbe24b4fdc0b10c723 (patch)
tree7c06b8dd7b579deb86ffa249ec4b6a3e372fcbf7 /drivers/mfd
parent36d89f7de4a4937848de86d9b35cb03a9f0357e1 (diff)
downloadlinux-9eae42e5a216059a146b3fbbe24b4fdc0b10c723.tar.xz
[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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/timberdale.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mfd/timberdale.c b/drivers/mfd/timberdale.c
index 727f62c..e948a2b 100644
--- a/drivers/mfd/timberdale.c
+++ b/drivers/mfd/timberdale.c
@@ -271,11 +271,9 @@ static __devinitdata struct timb_radio_platform_data
timberdale_radio_platform_data = {
.i2c_adapter = 0,
.tuner = {
- .module_name = "tef6862",
.info = &timberdale_tef6868_i2c_board_info
},
.dsp = {
- .module_name = "saa7706h",
.info = &timberdale_saa7706_i2c_board_info
}
};