aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-27V4L/DVB (5458): Tda1004x: add ts_mode option to config structHartmut Hackmann2-2/+17
2007-04-27V4L/DVB (5457): Dvb-pll: Replace sleep function with a more capable oneTrent Piepho2-30/+26
2007-04-27V4L/DVB (5456): Dvb-pll: Move IF frequency from per-band data to per-tuner dataTrent Piepho2-105/+124
2007-04-27V4L/DVB (5455): Dvb-pll: Adjust rounding to be consistentTrent Piepho1-73/+75
2007-04-27V4L/DVB (5374): Or51132: refactor i2c code, improve error resilienceTrent Piepho1-178/+127
2007-04-27V4L/DVB (5369): Fixed 1 byte too short buffer in tda827x.cHartmut Hackmann2-2/+3
2007-04-27V4L/DVB (5363): Dvb: Remove lgh06xf driverTrent Piepho5-178/+1
2007-04-27V4L/DVB (5362): Dvb-pll: add code for doing tuner initializationTrent Piepho2-0/+40
2007-04-27V4L/DVB (5361): Dvb-pll: Fix Kconfig files and allow dvb-pll to be optionalTrent Piepho2-1/+16
2007-04-27V4L/DVB (5360): Dvb-pll: Use sizeof() to get name lengthTrent Piepho1-1/+2
2007-04-27V4L/DVB (5320): Filled in limiting values in tda827x.cHartmut Hackmann1-2/+10
2007-04-27V4L/DVB (5319): Set tda827x to sleep mode after attachHartmut Hackmann2-1/+10
2007-04-27V4L/DVB (5317): Create tda827x dvb tuner moduleMichael Krufky5-3/+546
2007-04-27V4L/DVB (5315): Tda1004x: check request firmware for NULL ponter againHartmut Hackmann1-11/+17
2007-04-27V4L/DVB (5311): Tda1004x driver updatesHartmut Hackmann2-52/+83
2007-04-27V4L/DVB (5297): Fix identation on tda10021.cMauro Carvalho Chehab1-1/+1
2007-04-02V4L/DVB (5495): Tda10086: fix DiSEqC message lengthAndreas Oberritter1-1/+1
2007-03-27V4L/DVB (5472): Isl6421: don't reference freed memoryThomas Viehweger1-0/+1
2007-03-24[PATCH] cx88-dvb: fix nxt200x rf input switchingMichael Krufky1-2/+2
2007-02-21V4L/DVB (5253): Qt1010: whitespace / 80 column cleanupsMichael Krufky1-25/+44
2007-02-21V4L/DVB (5252): Qt1010: use ARRAY_SIZE macro when appropriateMichael Krufky1-4/+4
2007-02-21V4L/DVB (5251): Qt1010: fix compiler warningMarco Schluessler1-1/+1
2007-02-21V4L/DVB (5247): Stv0297: Enable BER/UNC countingHartmut Birr1-4/+15
2007-02-21V4L/DVB (5240): Qt1010: use i2c_gate_ctrl where appropriateAntti Palosaari1-1/+15
2007-02-21V4L/DVB (5218): Zl10353: register definitions updateChris Pascoe2-7/+14
2007-02-21V4L/DVB (5217): Zl10353: Implement TRL nominal rate calculationAntti Palosaari3-15/+65
2007-02-21V4L/DVB (5216): Zl10353: add i2c_gate_ctrl supportAntti Palosaari1-2/+15
2007-02-21V4L/DVB (5215): Experimental support for signal strength/BER/uncorrectable countChris Pascoe1-0/+36
2007-02-21V4L/DVB (5202): DVB: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2-5/+5
2007-02-21V4L/DVB (5195): Frontends: make 4 functions staticAdrian Bunk4-4/+4
2007-02-21V4L/DVB (5137): Dvb: add new qt1010 tuner moduleAntti Palosaari5-203/+595
2007-02-21V4L/DVB (5135): Qt1010: correct hardlockup when an app access the DVB dongleJan Nijs1-3/+3
2007-02-21V4L/DVB (5133): M920x: move qt1010_tuner_attach function into qt1010.hMichael Krufky1-0/+8
2007-02-21V4L/DVB (5130): M920x: misc updates and fixesAapo Tahkola1-5/+2
2007-02-21V4L/DVB (5129): M920x: break out qt1010 tuner code into a separate fileMichael Krufky1-0/+221
2007-02-21V4L/DVB (4998): [PATCH] DIB3000MC and NOVA T USB2 #2Mario Rossi1-1/+1
2007-02-17Fix typos concerning hierarchyUwe Kleine-König1-1/+1
2006-12-27V4L/DVB (4955): Fix autosearch indexMario Rossi1-1/+1
2006-12-10V4L/DVB (4940): Or51211: Changed SNR and signal strength calculationsRusty Scott1-74/+50
2006-12-10V4L/DVB (4939): Or51132: Changed SNR and signal strength reportingRusty Scott1-85/+91
2006-12-10V4L/DVB (4891): Lgdt330x: fix broken whitespaceMichael Krufky1-4/+4
2006-12-10V4L/DVB (4890): Lgdt330x: fix signal / lock status detection bugMichael Krufky1-6/+0
2006-12-10V4L/DVB (4869): Lgh06xf: use return value of dvb_pll_configure()Michael Krufky1-24/+19
2006-12-10V4L/DVB (4868): Dvb-pll: return frequency set by dvb_pll_configure()Michael Krufky1-30/+14
2006-12-10V4L/DVB (4867): Whitespace cleanupMichael Krufky2-15/+34
2006-12-10V4L/DVB (4864): TDA826x I2C read with 2 messagesPatrick Boettcher1-3/+6
2006-12-10V4L/DVB (4850): Lgh06xf: fix compiler error when not selectedMichael Krufky1-1/+1
2006-12-10V4L/DVB (4847): Drivers/media/dvb/frontends: kfree() cleanupsMichael Krufky3-6/+3
2006-12-10V4L/DVB (4846): Create new lgh06xf atsc tuner moduleMichael Krufky5-64/+183
2006-12-10V4L/DVB (4835): Added support for the Terratec Cinergy HT PCMCIA moduleHartmut Hackmann2-4/+11