diff options
| author | Michael Krufky <[email protected]> | 2007-08-21 01:24:42 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2007-10-09 22:07:34 -0300 |
| commit | db8a695658cda21eacfa2a5e3b15e8964bfb93ef (patch) | |
| tree | ac69f32af5b52f78ad65ad1125d330aa19c7bdda /tools/perf/scripts/python | |
| parent | 293197cd0f34eb6bfb5492a63a878575b69e9df4 (diff) | |
V4L/DVB (6127): tuner: kill i2c_client interface to tuner sub-drivers
To ease the conversion of the analog tuner sub-drivers into dvb_frontend
style tuner modules, we must remove the i2c_client interface.
dvb_frontend style tuner modules use i2c_transfer directly on the i2c_adapter.
This change only alters the interface between tuner.ko and the tuner
sub-drivers. The v4l2 / i2c_client interface to tuner.ko remains intact.
This patch adds inline functions tuner_i2c_xfer_send, and tuner_i2c_xfer_recv,
to replace i2c_master_send and i2c_master_recv inside the tuner sub-drivers.
Signed-off-by: Michael Krufky <[email protected]>
Acked-by: Hans Verkuil <[email protected]>
Acked-by: Mike Isely <[email protected]>
Acked-by: Steven Toth <[email protected]>
Acked-by: Patrick Boettcher <[email protected]>
Acked-by: Jarod Wilson <[email protected]>
Acked-by: Trent Piepho <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions