aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common/tuners/mt2060.c
Commit message (Collapse)AuthorAge
* V4L/DVB: calibration still successful at 10Roel Kluin2009-03-30
| | | | | | | | With while (i++ < 10) { ... } i can reach 11, so callibration still succeeds at i == 10. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (8970): mt2060: implement I2C-gate controlAntti Palosaari2008-10-12
| | | | | | | - implement I2C-gate control Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (7769): Move other terrestrial tuners to common/tunersMauro Carvalho Chehab2008-04-29
Those tuners are currently used only under media/dvb. However, they can support also analog TV. Better to move them to the same place as the other hybrid tuners. This would make easier to use those tuners also by analog drivers. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>