index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
dvb
/
frontends
/
mt352.c
Age
Commit message (
Expand
)
Author
2008-04-08
media/dvb/frontends replace remaining __FUNCTION__ occurrences
Michael Krufky
2007-11-20
mt352: support oversampled IF input
Chris Pascoe
2007-10-31
compat: a number of dvb frontends didn't include compat.h
Trent Piepho
2007-08-21
Cleanup: remove linux/moduleparam.h from drivers/media files
Mauro Carvalho Chehab
2006-07-28
Remove remaining static function calls
Andrew de Quincey
2006-05-19
Fix broken DVB drivers caused by a recent merge
Mauro Carvalho Chehab
2006-05-19
merge: http://linuxtv.org/hg/~quincy/v4l-dvb
Mauro Carvalho Chehab
2006-05-16
Fix Pinnacle 300i
Andrew de Quincey
2006-05-14
Change dvb_frontend_ops to be a real field instead of a pointer field inside ...
Patrick Boettcher
2006-04-19
Convert calls from _pllbuf() to _calc_reg()
Andrew de Quincey
2006-04-18
Sort out support for non-attached tuners on mt352
Andrew de Quincey
2006-04-18
Convert mt352 to refactored tuner code
Andrew de Quincey
2006-01-11
From: Panagiotis Issaris <takis@issaris.org>
Mauro Carvalho Chehab
2005-11-07
[PATCH] fix missing includes
Michael Krufky
2005-07-12
Here is a patch to fix two problems with the signal strength value in the mt3...
Patrick Boettcher
2005-04-23
patch by Adrian Bunk:
Johannes Stezenbach
2005-04-10
copying 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_status
Kenneth Aafloy
2005-03-12
fix typo in comment
Johannes Stezenbach
2005-03-09
- kfree(NULL) is safe
Kenneth Aafloy
2005-03-02
whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)
Johannes Stezenbach
2005-01-29
patch by Gerd Knorr:
Johannes Stezenbach
2005-01-13
- exported an mt352_read_reg-function
Patrick Boettcher
2004-11-19
Decreased noise levels.
Andrew de Quincy
2004-11-12
- Compile fix
Kenneth Aafloy
2004-11-11
don't report FE_HAS_LOCK w/o (FE_HAS_CARRIER && FE_HAS_VITERBI && FE_HAS_SYNC)
Johannes Stezenbach
2004-10-28
Imported FE_REFACTORING to HEAD
Andrew de Quincy
2004-10-28
- fix for module_param_array() for kernels > 2.6.9
Michael Hunold
2004-09-20
Apply 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-30
use mt352_read_register() only after card_type is set
Johannes Stezenbach
2004-07-17
- Add missing #include <linux/moduleparam.h>
Kenneth Aafloy
2004-07-16
- Conversion to Kernel I2C layer.
Kenneth Aafloy
2004-07-15
Fix 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-08
patch by Antonio Mancuso <antonio.mancuso@digitaltelevision.it>
Johannes Stezenbach
2004-06-27
FE_GET_TUNE_SETTINGS fixes (missing break, changed timings)
Johannes Stezenbach
2004-06-14
Avermedia support by Wolfram Joost
Holger Waechtler
2004-06-07
fixed TPS shifts... never showed up before since TPS probing worked too good ...
Holger Waechtler
2004-05-10
some functional fixes, not tested in kernel space -- sorry, don't have 2.6 ru...
Holger Waechtler
2004-03-11
Checked in experimental frontend patch
Andrew de Quincy
2004-03-05
Added a driver for Zarlink's MT352 DVB-T demodulator.
Daniel Mack