OSDN Git Service

[media] tc90522: add driver for Toshiba TC90522 quad demodulator
authorAkihiro Tsukada <tskd08@gmail.com>
Mon, 8 Sep 2014 17:20:42 +0000 (14:20 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 23 Sep 2014 20:04:00 +0000 (17:04 -0300)
commitf5d82a75e666a6cc66453285cb3ce28c5d02397a
treeb8f5b7747fd9de9e8407c83acf3b075399d0477a
parent7608f575b81599ba8e73c27b7ca1fa3993dee585
[media] tc90522: add driver for Toshiba TC90522 quad demodulator

This patch adds driver for tc90522 demodulator chips.
The chip contains 4 demod modules that run in parallel and are independently
controllable via separate I2C addresses.
Two of the modules are for ISDB-T and the rest for ISDB-S.
It is used in earthsoft pt3 cards.

Note that this driver does not init the chip,
because the initilization sequence / register setting is not disclosed.
Thus, the driver assumes that the chips are initilized externally
by its parent board driver before fe->ops->init() are called.
Earthsoft PT3 PCIe card, for example, contains the init sequence
in its private memory and provides a command to trigger the sequence.

Signed-off-by: Akihiro Tsukada <tskd08@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-frontends/Kconfig
drivers/media/dvb-frontends/Makefile
drivers/media/dvb-frontends/tc90522.c [new file with mode: 0644]
drivers/media/dvb-frontends/tc90522.h [new file with mode: 0644]