diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-08-21 00:24:42 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2007-08-21 00:24:42 -0400 |
commit | 23de3b791533b6d38067b9328473dffcc7b8ba9a (patch) | |
tree | fb176e55ae33795971523aa485294817d3697d78 /.hgignore | |
parent | c6db53bfd18521449f940b904dfb79e36ed81b59 (diff) | |
download | mediapointer-dvb-s2-23de3b791533b6d38067b9328473dffcc7b8ba9a.tar.gz mediapointer-dvb-s2-23de3b791533b6d38067b9328473dffcc7b8ba9a.tar.bz2 |
tuner: kill i2c_client interface to tuner sub-drivers
From: Michael Krufky <mkrufky@linuxtv.org>
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 <mkrufky@linuxtv.org>
Acked-by: Hans Verkuil <hverkuil@xs4all.nl>
Acked-by: Mike Isely <isely@pobox.com>
Acked-by: Steven Toth <stoth@hauppauge.com>
Acked-by: Patrick Boettcher <pb@linuxtv.org>
Acked-by: Jarod Wilson <jwilson@redhat.com>
Acked-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to '.hgignore')
0 files changed, 0 insertions, 0 deletions