]> asedeno.scripts.mit.edu Git - linux.git/commit
media: dvb-usb-v2/gl861: remove device-specific i2c algo
authorAkihiro Tsukada <tskd08@gmail.com>
Thu, 29 Aug 2019 08:38:19 +0000 (05:38 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 7 Oct 2019 10:49:30 +0000 (07:49 -0300)
commit8139bb3e1d45275f87dc3bfe296c38e59575528d
treeee877487ef7bc3aedd2b6ee329cde30a3023de7d
parent1ea76d16569b7fc242b860c7e19549be028b13d1
media: dvb-usb-v2/gl861: remove device-specific i2c algo

For Friio dvb cards, a distinct I2C algo was provided to support
some "long" I2C messages used in relaying tuner I2C via demod.
Since the other (generic) i2c algo in this module has been patched
to support those messages in a more generic way,
this patch replaces and integrates the device-specific i2c algo
with the generic one and simplifies the code.

Signed-off-by: Akihiro Tsukada <tskd08@gmail.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/usb/dvb-usb-v2/gl861.c