summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/tda1004x.h
AgeCommit message (Collapse)Author
2006-04-18Convert tda1004x 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 europa specific hack (moved into appropriate card driver) Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2006-02-03TDA10046 Driver updateHartmut Hackmann
From: Hartmut Hackmann <hartmut.hackmann@t-online.de> - Set outputs to tristate in sleep mode - Reduce dangerously high firmware download speed with 16MHz xtal - added tda827x configuration with GPIOs low - added comments to stupid looking IIC reads that work around bugs in the tda10046. - some minor updates Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-06-13- added preliminary support for tda827x tunersHartmut Hackmann
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
2005-05-18- added config options for IF frequency and AGCHartmut Hackmann
- added pll sleep call
2005-04-25allow N_I2C to be overridden by the card driverAndreas Oberritter
2005-04-25use simple u8 instead of bitfieldsAndreas Oberritter
2004-11-20Added setting to allow inversion of OCLKAndrew de Quincy
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy