aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/cx24123.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-13[media] move the dvb/frontends to drivers/media/dvb-frontendsMauro Carvalho Chehab1-1165/+0
2012-01-04[media] dvb: Remove ops->info.type from frontendsMauro Carvalho Chehab1-1/+0
2011-12-31[media] dvb: don't require a parameter for get_frontendMauro Carvalho Chehab1-2/+2
2011-12-31[media] dvb-core: Don't pass DVBv3 parameters on tune() fopsMauro Carvalho Chehab1-2/+2
2011-12-31[media] cx23123: convert set_fontend to use DVBv5 parametersMauro Carvalho Chehab1-20/+20
2011-12-31[media] cx23123: remove an unused argument from cx24123_pll_writereg()Mauro Carvalho Chehab1-6/+5
2011-12-31[media] dvb-core: add support for a DVBv5 get_frontend() callbackMauro Carvalho Chehab1-1/+1
2011-12-31[media] Rename set_frontend fops to set_frontend_legacyMauro Carvalho Chehab1-1/+1
2011-12-31[media] tuners: remove dvb_frontend_parameters from set_params()Mauro Carvalho Chehab1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-21[media] i2c: Stop using I2C_CLASS_TV_DIGITALJean Delvare1-1/+0
2009-09-12V4L/DVB (12197): Remove unnecessary semicolonsJoe Perches1-1/+1
2009-03-30V4L/DVB (10662): remove redundant memset after kzallocMatthias Schwarzott1-2/+2
2008-10-17V4L/DVB (9260): cx24123: Checkpatch complianceSteven Toth1-100/+128
2008-09-03V4L/DVB (8837): dvb: fix I2C adapters name sizeJean Delvare1-2/+2
2008-09-03V4L/DVB (8805): Steven Toth email address changeSteven Toth1-1/+1
2008-04-24V4L/DVB (7470): CX24123: preparing support for CX24113 tunerPatrick Boettcher1-100/+204
2007-10-09V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab1-1/+0
2007-07-18V4L/DVB (5840): fix dst and cx24123: tune() callback changed signess for delayMauro Carvalho Chehab1-1/+1
2007-02-21V4L/DVB (5202): DVB: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-3/+3
2006-10-03V4L/DVB (4699): CX24109 patch to eliminate the weird mis-tuningsSteven Toth1-2/+2
2006-09-26V4L/DVB (4479): LNB voltage control was inverted for the benefit of geniatech...Yeasah Pell1-0/+7
2006-09-26V4L/DVB (4477): Improve hardware algorithm by setting the appropriate registersMauro Carvalho Chehab1-3/+7
2006-09-26V4L/DVB (4435): HW algoYeasah Pell1-0/+25
2006-09-26V4L/DVB (4434): Change BER configYeasah Pell1-39/+11
2006-09-26V4L/DVB (4433): Soft decision thresholdYeasah Pell1-0/+6
2006-06-30V4L/DVB (4284): Cx24123: fix set_voltage function according to the specsSaqeb Akhter1-2/+2
2006-06-25V4L/DVB (4028): Change dvb_frontend_ops to be a real field instead of a point...Patrick Boettcher1-5/+3
2006-06-25V4L/DVB (4012): Fix cx24123 diseqcAndrew de Quincey1-136/+48
2006-06-25V4L/DVB (3869): Convert cx24123 to refactored tuner codeAndrew de Quincey1-3/+0
2006-05-12V4L/DVB (3804): Tweak bandselect setup fox cx24123Yeasah Pell1-37/+60
2006-05-12V4L/DVB (3803): Various correctness fixes to tuning.Yeasah Pell1-64/+108
2006-05-12V4L/DVB (3797): Always wait for diseqc queue to become ready before transmitt...Yeasah Pell1-10/+22
2006-05-12V4L/DVB (3796): Add several debug messages to cx24123 codeMauro Carvalho Chehab1-3/+51
2006-05-12V4L/DVB (3795): Fix for CX24123 & low symbol ratesVadim Catana1-81/+181
2006-01-09V4L/DVB (3130): cx24123: cleanup timout handlingSteven Toth1-23/+16
2006-01-09DVB (2451): Add support for KWorld DVB-S 100, based on the same chips as Haup...Vadim Catana1-21/+77
2006-01-09DVB (2446): Minor cleanups.Johannes Stezenbach1-46/+192
2006-01-09DVB (2445): Added demodulator driver for Nova-S-Plus and Nova-SE2 DVB-S support.Steve Toth1-0/+694