V4L/DVB (11742): TI THS7303 video amplifier driver code

This patch adds driver for TI THS7303 video amplifier. This driver is
implemented as a v4l2 sub device. Tested on TI DM646x EVM.

This version has updates based on review comments by Mauro Chehab.

Signed-off-by: Chaithrika U S <chaithrika@ti.com>
Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Chaithrika U S
2009-05-07 09:29:25 -03:00
committed by Mauro Carvalho Chehab
parent b475f4eeda
commit 40199c50b8
4 changed files with 164 additions and 0 deletions

View File

@@ -137,6 +137,9 @@ enum {
/* module saa7191: just ident 7191 */
V4L2_IDENT_SAA7191 = 7191,
/* module ths7303: just ident 7303 */
V4L2_IDENT_THS7303 = 7303,
/* module wm8739: just ident 8739 */
V4L2_IDENT_WM8739 = 8739,