diff options
author | Antti Palosaari <crope@iki.fi> | 2015-04-21 01:54:56 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-08-11 13:10:53 +0300 |
commit | 59ca2ce1d5c289e73173d91a139dd4c6cbeb75a2 (patch) | |
tree | 8f18cfa22e30d662337319a414ba62ad96bc7142 /drivers/media/dvb-frontends/tda10071_priv.h | |
parent | 3250a550c48d075b01226f5561c21bc3a1e63dae (diff) | |
download | linux-59ca2ce1d5c289e73173d91a139dd4c6cbeb75a2.tar.xz |
[media] tda10071: remove legacy media attach
All users are now using I2C binding and old attach could be removed.
Use I2C client for proper logging at the same.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/tda10071_priv.h')
-rw-r--r-- | drivers/media/dvb-frontends/tda10071_priv.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/media/dvb-frontends/tda10071_priv.h b/drivers/media/dvb-frontends/tda10071_priv.h index 54d7c713eec8..a6d8f8cda652 100644 --- a/drivers/media/dvb-frontends/tda10071_priv.h +++ b/drivers/media/dvb-frontends/tda10071_priv.h @@ -26,10 +26,14 @@ #include <linux/firmware.h> struct tda10071_priv { - struct i2c_adapter *i2c; struct dvb_frontend fe; struct i2c_client *client; - struct tda10071_config cfg; + u32 clk; + u16 i2c_wr_max; + u8 ts_mode; + bool spec_inv; + u8 pll_multiplier; + u8 tuner_i2c_addr; u8 meas_count[2]; u32 ber; |