Re: [PATCHv2] Add Freescale MC44S803 tuner driver

2009-01-15 Thread Jochen Friedrich
Hi Alexey, +/* This functions tries to identify a MC44S803 tuner by reading the ID + register. This is hasty. */ +struct dvb_frontend *mc44s803_attach(struct dvb_frontend *fe, +struct i2c_adapter *i2c, struct mc44s803_config *cfg) +{ + struct mc44s803_priv *priv = NULL;

[PATCHv2] Add Freescale MC44S803 tuner driver

2009-01-14 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- Changes since v1: - rebase against official linux tree. v1 was based against a local tree and didn't apply cleanly. drivers/media/common/tuners/Kconfig |8 + drivers/media/common/tuners/Makefile|1 +

Re: [PATCHv2] Add Freescale MC44S803 tuner driver

2009-01-14 Thread Antti Palosaari
hi Jochen, Jochen Friedrich wrote: Changes since v1: - rebase against official linux tree. v1 was based against a local tree and didn't apply cleanly. Now it applies cleanly, but didn't compile. Some header file is missing. Antti CC [M]

Re: [PATCHv2] Add Freescale MC44S803 tuner driver

2009-01-14 Thread Jochen Friedrich
Hi Antti, Now it applies cleanly, but didn't compile. /home/crope/linuxtv/code/af9015/81/v4l-dvb/v4l/mc44s803.c:339: error: 'KERN_ERROR' undeclared (first use in this function) Ouch, forgot to commit the fix for this typo: s/KERN_ERROR/KERN_ERR/ v3 will follow. Thanks, Jochen -- To

Re: [PATCHv2] Add Freescale MC44S803 tuner driver

2009-01-14 Thread Alexey Klimov
On Wed, Jan 14, 2009 at 9:04 PM, Jochen Friedrich joc...@scram.de wrote: Signed-off-by: Jochen Friedrich joc...@scram.de --- Changes since v1: - rebase against official linux tree. v1 was based against a local tree and didn't apply cleanly. drivers/media/common/tuners/Kconfig |