Re: [PATCH 2/2] radio-si470x: add i2c driver for si470x

2009-07-13 Thread Joonyoung Shim
Hi, Alexey. >> diff --git a/linux/drivers/media/radio/si470x/radio-si470x-common.c >> b/linux/drivers/media/radio/si470x/radio-si470x-common.c >> index d2dc1ff..77f79e7 100644 >> --- a/linux/drivers/media/radio/si470x/radio-si470x-common.c >> +++ b/linux/drivers/media/radio/si470x/radio-si470x-c

Re: [PATCH 2/2] radio-si470x: add i2c driver for si470x

2009-07-13 Thread Alexey Klimov
Hello all On 7/13/09, Joonyoung Shim wrote: > 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 commo

[PATCH 2/2] radio-si470x: add i2c driver for si470x

2009-07-13 Thread Joonyoung Shim
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 th