summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/mn88473.h
Commit message (Collapse)AuthorAgeFilesLines
* [media] mn88473: finalize driverAntti Palosaari2016-03-031-7/+7
| | | | | | | | | | | Finalize the driver. It still lacks a lot of features, like all statistics and PLP filtering, but basic functionality and sensitivity is pretty good shape. Signed-off-by: Antti Palosaari <crope@iki.fi> Reviewed-by: Benjamin Larsson <benjamin@southpole.se> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
* [media] mn88473: calculate the IF register valuesBenjamin Larsson2015-03-031-0/+6
| | | | | | | | | | Add xtal as a configuration parameter so it can be used in the IF register value calculation. If not set in the configuration then use a default value. Signed-off-by: Benjamin Larsson <benjamin@southpole.se> Reviewed-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
* [media] mn88473: convert driver to I2C bindingAntti Palosaari2014-11-141-19/+11Star
| | | | | | | | Driver was using DVB proprietary binding model. As it is I2C device, we could change it to normal kernel I2C driver. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
* [media] mn88473: Panasonic MN88473 DVB-T/T2/C demod driverAntti Palosaari2014-11-141-0/+46
Only DVB-C is implemented. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>