summaryrefslogtreecommitdiff
path: root/linux/drivers/media/common/tuners/mt2060.c
AgeCommit message (Collapse)Author
2009-02-11V4L/DVB: calibration still successful at 10Mauro Carvalho Chehab
From: Roel Kluin <roel.kluin@gmail.com> 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>
2008-09-15mt2060: implement I2C-gate controlAntti Palosaari
From: Antti Palosaari <crope@iki.fi> - implement I2C-gate control Priority: normal Signed-off-by: Antti Palosaari <crope@iki.fi>
2008-04-26Move other terrestrial tuners to common/tunersMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> 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>