aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/bt8xx/dst.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-13[media] Rename media/dvb as media/pciMauro Carvalho Chehab1-1873/+0
2012-01-04[media] dvb: Remove ops->info.type from frontendsMauro Carvalho Chehab1-4/+1
2011-12-31[media] dvb: don't require a parameter for get_frontendMauro Carvalho Chehab1-1/+2
2011-12-31[media] dvb-core: Don't pass DVBv3 parameters on tune() fopsMauro Carvalho Chehab1-9/+10
2011-12-31[media] dst: convert set_fontend to use DVBv5 parametersMauro Carvalho Chehab1-31/+32
2011-12-31[media] dvb-core: add support for a DVBv5 get_frontend() callbackMauro Carvalho Chehab1-4/+4
2011-12-31[media] Rename set_frontend fops to set_frontend_legacyMauro Carvalho Chehab1-4/+4
2010-08-08V4L/DVB: Report supported QAM modes on bt8xxArnuschky1-1/+9
2010-05-18V4L/DVB: drivers/media: drop redundant memsetJulia Lawall1-2/+0
2010-02-26V4L/DVB: dst: fixes for DVB-C Twinhan VP2031Klaas de Waal1-4/+8
2009-09-12V4L/DVB (12477): Use dst_type field instead of type_flagsJulia Lawall1-1/+1
2009-03-13V4L/DVB (10978): Report tuning algorith correctlyMatthias Schwarzzot1-1/+1
2008-10-27net: convert more to %pMJohannes Berg1-3/+1
2008-09-04V4L/DVB (8877): b2c2 and bt8xx: udelay to mdelayThierry MERLE1-2/+2
2008-04-29Rename common tuner Kconfig names to use the sameMauro Carvalho Chehab1-1/+1
2008-04-24V4L/DVB (7510): media/dvb/bt8xx replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-01-25V4L/DVB (6569): bt8xx/dst.c: make code staticAdrian Bunk1-11/+8
2007-07-18V4L/DVB (5840): fix dst and cx24123: tune() callback changed signess for delayMauro Carvalho Chehab1-1/+1
2007-05-22V4L/DVB (5639a): Fix dst usage countManu Abraham1-3/+0
2007-02-21V4L/DVB (5202): DVB: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-1/+1
2006-09-26V4L/DVB (4432): Fix Circular dependenciesManu Abraham1-5/+9
2006-09-26V4L/DVB (4392): Fix dst_ca attachAndrew de Quincey1-6/+5
2006-09-26V4L/DVB (4387): Add Kconfig infrastructure for dvb_attachAndrew de Quincey1-0/+2
2006-09-26V4L/DVB (4386): Convert DVB devices to use dvb_attach()Andrew de Quincey1-0/+4
2006-08-08V4L/DVB (4431): Add several error checks to dstYeasah Pell1-31/+27
2006-06-25V4L/DVB (4185): Conditionally enable 5 byte diseqc commandsYeasah Pell1-2/+5
2006-06-25V4L/DVB (4179): VLF fixes for DCTManu Abraham1-18/+22
2006-06-25V4L/DVB (4178): Replace NEWTUNE with TS188Manu Abraham1-13/+13
2006-06-25V4L/DVB (4177): DCTNEW and ATSC fixesManu Abraham1-30/+62
2006-06-25V4L/DVB (4175): Fix a bug in tuner detectionManu Abraham1-4/+11
2006-06-25V4L/DVB (4174): Distinguish between STV0299 and MB86A15 based NIM'sManu Abraham1-9/+72
2006-06-25V4L/DVB (4173): Dprintk macro beautificationManu Abraham1-14/+18
2006-06-25V4L/DVB (4172): Remove spurious newlines in dprintk's. Add dst(card-num) as p...Sigmund Augdal Helberg1-22/+24
2006-06-25V4L/DVB (4171): Fix Daughterboard detectionManu Abraham1-28/+5
2006-06-25V4L/DVB (4170): ATSC typecheck bugfixBryan Scott1-3/+3
2006-06-25V4L/DVB (4169): Add more Firmware and Tuner namesManu Abraham1-10/+98
2006-06-25V4L/DVB (4168): ATSC tuner doesn't have variable length fieldManu Abraham1-4/+10
2006-06-25V4L/DVB (4167): Add Board NamesManu Abraham1-5/+25
2006-06-25V4L/DVB (4166): Fix string lengthManu Abraham1-2/+2
2006-06-25V4L/DVB (4165): Add in tuner namesManu Abraham1-2/+31
2006-06-25V4L/DVB (4164): Add DVB-S specific demod namesManu Abraham1-15/+30
2006-06-25V4L/DVB (4163): Initialize ATSC frontendManu Abraham1-0/+4
2006-06-25V4L/DVB (4162): Explicit defining of type is not necessary with MULTI_FEManu Abraham1-20/+26
2006-06-25V4L/DVB (4161): Utilize the device specific algorithm callbacksManu Abraham1-0/+4
2006-06-25V4L/DVB (4159): Implement tuning algorithm as a module parameterManu Abraham1-5/+47
2006-06-25V4L/DVB (4158): Make ASIC RESET ConditionalManu Abraham1-7/+7
2006-06-25V4L/DVB (4157): Add support for VP-3250 ATSC cardManu Abraham1-2/+17
2006-06-25V4L/DVB (4156): Add basic ATSC support to DSTManu Abraham1-1/+30
2006-06-25V4L/DVB (4028): Change dvb_frontend_ops to be a real field instead of a point...Patrick Boettcher1-6/+4
2006-02-27V4L/DVB (3341): Upstream sync - make 2 structs staticAdrian Bunk1-1/+1
2006-02-07V4L/DVB (3318b): sem2mutex: drivers/media/, #2Ingo Molnar1-7/+7
2006-01-09DVB (2444): Implement frontend-specific tuning and the ability to disable zigzagAndrew de Quincey1-21/+31
2005-11-09[PATCH] dvb: dst: protect dst_write_tuna from simultaneous writesHenrik Sjoberg1-12/+17
2005-11-09[PATCH] dvb: dst: protect the read/write commands with a mutexManu Abraham1-13/+21
2005-11-09[PATCH] dvb: dst: fix DST DVB-S get_frequencyTom Hughes1-1/+7
2005-11-09[PATCH] dvb: dst: fix broken support for vp-3040 TS204Manu Abraham1-4/+3
2005-11-09[PATCH] dvb: dst: Correcty Identify Tuner and DaughterboardsManu Abraham1-2/+56
2005-11-07[PATCH] kfree cleanup: drivers/mediaJesper Juhl1-6/+2
2005-09-09[PATCH] dvb: dst: fix DVB-C tuningManu Abraham1-0/+1
2005-09-09[PATCH] dvb: dst: identify boardsManu Abraham1-3/+86
2005-09-09[PATCH] dvb: dst: dprrintk cleanupManu Abraham1-371/+278
2005-09-09[PATCH] dvb: dst: fix symbol rate settingManu Abraham1-14/+14
2005-09-09[PATCH] dvb: remove noisy debug printJohannes Stezenbach1-1/+1
2005-07-12[PATCH] dvb: dst: printk -> dprintkJohannes Stezenbach1-1/+1
2005-07-07[PATCH] dvb: dst: fix tuning problemSteffen Motzer1-1/+5
2005-07-07[PATCH] dvb: Twinhan DST: frontend polarization fixAllan Stirling1-2/+2
2005-07-07[PATCH] dvb: Twinhan DST: frontend fixesManu Abraham1-84/+143
2005-05-28[PATCH] dvb: Small cleanupManu Abraham1-4/+4
2005-05-28[PATCH] dvb: Fix 22k tone controlManu Abraham1-18/+9
2005-05-28[PATCH] dvb: Fix LNB power switchingManu Abraham1-24/+14
2005-05-28[PATCH] dvb: Remove unnecessary castsManu Abraham1-11/+11
2005-05-28[PATCH] dvb: Fix Mini DiSEqC bugManu Abraham1-5/+26
2005-05-17[PATCH] dvb: DST: misc. fixesJohannes Stezenbach1-8/+6
2005-05-17[PATCH] dvb: DST: fix for descrambling failureJohannes Stezenbach1-1/+1
2005-05-17[PATCH] dvb: DST: fixed tuning problemJohannes Stezenbach1-19/+38
2005-05-17[PATCH] dvb: DST: add support for Twinhan 200103AJohannes Stezenbach1-1/+9
2005-05-17[PATCH] dvb: DST: reorganize Twinhan DST driver to support CIJohannes Stezenbach1-281/+551
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1089