[media] tda10071: convert to regmap I2C API
Use regmap API for I2C operations. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
这个提交包含在:
@@ -24,10 +24,12 @@
|
||||
#include "dvb_frontend.h"
|
||||
#include "tda10071.h"
|
||||
#include <linux/firmware.h>
|
||||
#include <linux/regmap.h>
|
||||
|
||||
struct tda10071_dev {
|
||||
struct dvb_frontend fe;
|
||||
struct i2c_client *client;
|
||||
struct regmap *regmap;
|
||||
u32 clk;
|
||||
u16 i2c_wr_max;
|
||||
u8 ts_mode;
|
||||
|
在新工单中引用
屏蔽一个用户