History log of /drivers/media/dvb-frontends/tda10071.h
Revision Date Author Comments
116802f1ce2ee2fc521adf888b8f4fc3f298d8ac 11-Feb-2014 Antti Palosaari <crope@iki.fi> [media] tda10071: coding style issues

Fix some coding style issues, mostly reported by checkpatch.pl.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
782d8b743aad7dfffa4c01e9e8b57fd35247d70a 21-Mar-2013 Mauro Carvalho Chehab <mchehab@redhat.com> [media] dvb-frontends: use IS_ENABLED

Instead of checking everywhere there for 3 symbols, use instead
IS_ENABLED macro.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
41f55d57552b7d2236f94fccb5cdd07dbf2e8557 16-Dec-2012 Michael Krufky <mkrufky@linuxtv.org> [media] tda10071: make sure both tuner and demod i2c addresses are specified

display an error message if either tuner_i2c_addr or demod_i2c_addr
are not specified in the tda10071_config structure

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
0176fd4d25d684ea38014b8e2c3221790d5c94d8 16-Dec-2012 Michael Krufky <mkrufky@linuxtv.org> [media] tda10071: add tuner_i2c_addr to struct tda10071_config

The default i2c address for the tuner is 0x14,
allow this to be overridden with a configuration parameter

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Reviewed-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
9a0bf528b4d66b605f02634236da085595c22101 14-Aug-2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] move the dvb/frontends to drivers/media/dvb-frontends

Raise the DVB frontends one level up, as the intention is to remove
the drivers/media/dvb directory.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>