summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/mt352.c
AgeCommit message (Expand)Author
2008-04-08media/dvb/frontends replace remaining __FUNCTION__ occurrencesMichael Krufky
2007-11-20mt352: support oversampled IF inputChris Pascoe
2007-10-31compat: a number of dvb frontends didn't include compat.hTrent Piepho
2007-08-21Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab
2006-07-28Remove remaining static function callsAndrew de Quincey
2006-05-19Fix broken DVB drivers caused by a recent mergeMauro Carvalho Chehab
2006-05-19merge: http://linuxtv.org/hg/~quincy/v4l-dvbMauro Carvalho Chehab
2006-05-16Fix Pinnacle 300iAndrew de Quincey
2006-05-14Change dvb_frontend_ops to be a real field instead of a pointer field inside ...Patrick Boettcher
2006-04-19Convert calls from _pllbuf() to _calc_reg()Andrew de Quincey
2006-04-18Sort out support for non-attached tuners on mt352Andrew de Quincey
2006-04-18Convert mt352 to refactored tuner codeAndrew de Quincey
2006-01-11From: Panagiotis Issaris <takis@issaris.org>Mauro Carvalho Chehab
2005-11-07[PATCH] fix missing includesMichael Krufky
2005-07-12Here is a patch to fix two problems with the signal strength value in the mt3...Patrick Boettcher
2005-04-23patch by Adrian Bunk:Johannes Stezenbach
2005-04-10copying the mt352_config-struct to mt352_state instead of storing just the po...Patrick Boettcher
2005-03-19 - remove s* from state, they are only used in read_statusKenneth Aafloy
2005-03-12fix typo in commentJohannes Stezenbach
2005-03-09 - kfree(NULL) is safeKenneth Aafloy
2005-03-02whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)Johannes Stezenbach
2005-01-29patch by Gerd Knorr:Johannes Stezenbach
2005-01-13- exported an mt352_read_reg-functionPatrick Boettcher
2004-11-19Decreased noise levels.Andrew de Quincy
2004-11-12 - Compile fixKenneth Aafloy
2004-11-11don't report FE_HAS_LOCK w/o (FE_HAS_CARRIER && FE_HAS_VITERBI && FE_HAS_SYNC)Johannes Stezenbach
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy
2004-10-28- fix for module_param_array() for kernels > 2.6.9Michael Hunold
2004-09-20Apply patches by Christopher Pascoe, thanks for your work.Michael Hunold
2004-08-24- replace dvb_unregister_frontend_new() with dvb_unregister_frontend()Michael Hunold
2004-08-18- forgot to remove all occurences of "#include "dvb_functions.h" which is inc...Michael Hunold
2004-07-30use mt352_read_register() only after card_type is setJohannes Stezenbach
2004-07-17 - Add missing #include <linux/moduleparam.h>Kenneth Aafloy
2004-07-16 - Conversion to Kernel I2C layer.Kenneth Aafloy
2004-07-15Fix integer overflow bug for high frequencies, thanks to Peter Henderson.Johannes Stezenbach
2004-07-14- Fix integer underflow bug, thanks to Peter Henderson.Kenneth Aafloy
2004-07-08patch by Antonio Mancuso <antonio.mancuso@digitaltelevision.it>Johannes Stezenbach
2004-06-27FE_GET_TUNE_SETTINGS fixes (missing break, changed timings)Johannes Stezenbach
2004-06-14Avermedia support by Wolfram JoostHolger Waechtler
2004-06-07fixed TPS shifts... never showed up before since TPS probing worked too good ...Holger Waechtler
2004-05-10some functional fixes, not tested in kernel space -- sorry, don't have 2.6 ru...Holger Waechtler
2004-03-11Checked in experimental frontend patchAndrew de Quincy
2004-03-05Added a driver for Zarlink's MT352 DVB-T demodulator.Daniel Mack