summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/cx22702.h
AgeCommit message (Collapse)Author
2006-07-28Add Kconfig infrastructure for dvb_attachAndrew de Quincey
From: Andrew de Quincey <adq_dvb@lidskialf.net> Allow it to be en/disabled Disable it in < 2.6.17 due to symbol_xxx() bug Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> Acked-by: Michael Krufky <mkrufky@linuxtv.org> Acked-by: Trent Piepho <xyzzy@speakeasy.org>
2006-04-18Convert cx22702 to refactored tuner codeAndrew de Quincey
From: Andrew de Quincey <adq_dvb@lidskialf.net> Convert to tuner_ops calls. Remove pll function pointers from structure. Remove unneeded tuner calls. Add i2c gate control function. Remove dvb-pll support - done elsewhere now. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-11-26Whitespaces cleanups.Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
2005-11-16From: Steven Toth <stoth@hauppauge.com>Michael Krufky
Update Steve's email address. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-06-07added output_mode-field (parallel/serial) to the config-struct (needed for ↵Patrick Boettcher
the USB Box). Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
2005-05-07merge patch by Gerd Knorr from 2.6.12-rc4:Johannes Stezenbach
update cx22702 fe driver, add support for using the dvb pll lib, enable cx22702 support in cx88-dvb.
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy