media: cxd2880: Add tuner part of the driver
authorYasunari Takiguchi <Yasunari.Takiguchi@sony.com>
Thu, 18 Jan 2018 08:50:20 +0000 (03:50 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 7 Mar 2018 09:40:59 +0000 (04:40 -0500)
commite5835488c26bec43eb3dea96279b92c573c6f968
tree318d5861fbc90f8977924c506c626f07b9f6c739
parent4e67e6cb06cd9a43cfdd080308aeefec0dc14f2f
media: cxd2880: Add tuner part of the driver

This part of the driver has the main routines to handle
the tuner and demodulator functionality.  The tnrdmd_mon.* files
have monitor functions for the driver.
This is part of the Sony CXD2880 DVB-T2/T tuner + demodulator driver.

Signed-off-by: Yasunari Takiguchi <Yasunari.Takiguchi@sony.com>
Signed-off-by: Masayuki Yamamoto <Masayuki.Yamamoto@sony.com>
Signed-off-by: Hideki Nozawa <Hideki.Nozawa@sony.com>
Signed-off-by: Kota Yonezawa <Kota.Yonezawa@sony.com>
Signed-off-by: Toshihiko Matsumoto <Toshihiko.Matsumoto@sony.com>
Signed-off-by: Satoshi Watanabe <Satoshi.C.Watanabe@sony.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-frontends/cxd2880/cxd2880_dtv.h [new file with mode: 0644]
drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd.c [new file with mode: 0644]
drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd.h [new file with mode: 0644]
drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_driver_version.h [new file with mode: 0644]
drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_mon.c [new file with mode: 0644]
drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_mon.h [new file with mode: 0644]