aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/timberdale.c
diff options
context:
space:
mode:
authorRichard Röjfors <richard.rojfors@pelagicore.com>2010-11-08 10:45:44 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-12-29 08:16:46 -0200
commit9eae42e5a216059a146b3fbbe24b4fdc0b10c723 (patch)
tree7c06b8dd7b579deb86ffa249ec4b6a3e372fcbf7 /drivers/mfd/timberdale.c
parent[media] drivers/staging/cx25821: Use pr_fmt and pr_<level> (diff)
downloadlinux-dev-9eae42e5a216059a146b3fbbe24b4fdc0b10c723.tar.xz
linux-dev-9eae42e5a216059a146b3fbbe24b4fdc0b10c723.zip
[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/timberdale.c')
-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 727f62c15a60..e948a2b45b86 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
}
};