media: dvb-frontends: add Socionext MN88443x ISDB-S/T demodulator driver
authorKatsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Mon, 23 Jul 2018 08:51:50 +0000 (04:51 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 2 Aug 2018 22:54:03 +0000 (18:54 -0400)
commit0f408ce8941fcb1b6e8431272cfc9337a0407d73
tree1c4f658b712e4cbaec9a073796aba4e75569aa8e
parent65b40a986fc68cb3b362bb855303b73a2b8538c2
media: dvb-frontends: add Socionext MN88443x ISDB-S/T demodulator driver

This patch adds a frontend driver for the Socionext/Panasonic
MN884434 and MN884433 ISDB-S/T demodulators.

The maximum and minimum frequency of MN88443x comes from
ISDB-S and ISDB-T so frequency range is the following:
  - ISDB-S (BS/CS110 IF frequency, Local freq 10.678GHz)
    - Min: BS-1: 1032MHz
    - Max: ND24: 2070MHz
  - ISDB-T
    - Min: ch13: 470MHz
    - Max: ch62: 770MHz

Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/dvb-frontends/Kconfig
drivers/media/dvb-frontends/Makefile
drivers/media/dvb-frontends/mn88443x.c [new file with mode: 0644]
drivers/media/dvb-frontends/mn88443x.h [new file with mode: 0644]