media: dvb-frontends: add ST STV6111 DVB-S/S2 tuner frontend driver
authorDaniel Scheller <d.scheller@gmx.net>
Mon, 3 Jul 2017 17:20:59 +0000 (13:20 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 20 Jul 2017 17:04:25 +0000 (13:04 -0400)
commit44173fda45ba25af84ae5c3e9b745bb286163730
treeb90b34229fa1861251ee6fe920e65d895a069304
parent2f4675c00375864007968236b8f1fa6b636a809a
media: dvb-frontends: add ST STV6111 DVB-S/S2 tuner frontend driver

This adds a frontend driver for the ST STV6111 DVB-S/S2 tuners. Like the
stv0910 demod frontend driver, this driver originates from the Digital
Devices' dddvb vendor driver package as of version 0.9.29, and was cleaned
up aswell. No functionality had to be removed though. Any camel case has
been converted to kernel_case, fixup patch has been proposed upstream.

Permission to reuse and mainline the driver code was formally granted by
Ralph Metzler <rjkm@metzlerbros.de>.

Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Tested-by: Richard Scobie <r.scobie@clear.net.nz>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-frontends/Kconfig
drivers/media/dvb-frontends/Makefile
drivers/media/dvb-frontends/stv6111.c [new file with mode: 0644]
drivers/media/dvb-frontends/stv6111.h [new file with mode: 0644]