V4L/DVB (12416): radio-si470x: add i2c driver for si470x
authorJoonyoung Shim <jy0922.shim@samsung.com>
Sun, 9 Aug 2009 17:23:35 +0000 (14:23 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 12 Sep 2009 15:18:43 +0000 (12:18 -0300)
commitcc35bbddfe10f77d949f0190764b252cd2b70c3c
tree4dbf834bb4d0fec001592e177c6786c1e6c701ae
parent3c7cc8d52c0bd60d214aca22772aa3602a2b3198
V4L/DVB (12416): radio-si470x: add i2c driver for si470x

This patch supports i2c interface of si470x. The i2c specific part
exists in radio-si470x-i2c.c file and the common part uses
radio-si470x-common.c file. The '#if defined' is inserted inevitably
because of parts used only si470x usb in the common file.

The current driver version doesn't support the RDS.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Tobias Lorenz <tobias.lorenz@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/radio/si470x/Kconfig
drivers/media/radio/si470x/Makefile
drivers/media/radio/si470x/radio-si470x-common.c
drivers/media/radio/si470x/radio-si470x-i2c.c [new file with mode: 0644]
drivers/media/radio/si470x/radio-si470x.h