summaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/m88ts2022_priv.h
Commit message (Collapse)AuthorAgeFilesLines
* [media] m88ts2022: change parameter type of m88ts2022_cmdAntti Palosaari2014-09-081-1/+0
| | | | | | | | | | | It is driver internal function and does not need anything from frontend structure. Due to that change parameter type to driver state which is better for driver internal functions. Also remove one unused variable from state itself. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
* [media] m88ts2022: convert to RegMap I2C APIAntti Palosaari2014-09-081-0/+2
| | | | | | | Use RegMap to cover I2C register routines. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
* [media] m88ts2022: rename device state (priv => dev)Antti Palosaari2014-09-081-1/+1
| | | | | | | | | foo_dev seems to be most correct term for the structure holding data of each device instance. It is most used term in Kernel and also examples from book Linux Device Drivers, Third Edition, uses it. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
* [media] m88ts2022: fix some style issues reported by checkpatch.plAntti Palosaari2013-12-191-4/+0
| | | | | | | | | | | Latest checkpatch.pl has some new requirements for coding style. Fix some of those. * remove Free Software Foundation postal address * use sizeof(*foo), not sizeof(struct foo) Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
* [media] m88ts2022: convert to Kernel I2C driver modelAntti Palosaari2013-12-191-2/+2
| | | | | | | | Convert driver from proprietary DVB driver model to standard I2C driver model. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
* [media] Montage M88TS2022 silicon tuner driverAntti Palosaari2013-12-191-0/+38
M88TS2022 is DVB-S/S2 RF tuner used usually in conjunction with Montage M88DS3103 DVB-S/S2 demodulator. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
OpenPOWER on IntegriCloud