summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/stv090x.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-14[media] move the dvb/frontends to drivers/media/dvb-frontendsMauro Carvalho Chehab1-4823/+0
2012-07-06[media] [V3] stv090x: variable 'no_signal' set but not usedMauro Carvalho Chehab1-2/+3
2012-06-22[media] stv090x: variable 'no_signal' set but not usedPeter Senna Tschudin1-4/+3
2012-05-14[media] v4l/dvb: fix compiler warningsHans Verkuil1-2/+0
2012-01-04[media] dvb: Remove ops->info.type from frontendsMauro Carvalho Chehab1-1/+0
2011-12-31[media] dvb: don't pass a DVBv3 parameter for search() fopsMauro Carvalho Chehab1-4/+4
2011-12-31[media] stv090x: use .delsys property, instead of get_property()Mauro Carvalho Chehab1-18/+1
2011-12-12[media] STV090x: Query DVB frontend delivery capabilitiesManu Abraham1-1/+18
2011-09-25[media] stv090x: set status bits when there is no lockGuy Martin1-20/+15
2011-03-31Fix common misspellingsLucas De Marchi1-6/+6
2011-03-22[media] stv090x: handle allocation failuresDan Carpenter1-1/+10
2011-03-22[media] stv090x: 22kHz workaround must also be performed for the 2nd frontendOliver Endriss1-15/+11
2011-03-22[media] stv090x: Fix losing lock in dual DVB-S2 modeOliver Endriss1-4/+6
2011-03-22[media] stv090x: Optional external lock routineOliver Endriss1-5/+16
2011-03-22[media] stv090x: make sleep/wakeup specific to the demod pathAndreas Regel1-26/+185
2011-03-22[media] stv090x: add tei-field to config-structurePatrick Boettcher1-0/+8
2011-03-22[media] stv090x: added function to control GPIOs from the outsidePatrick Boettcher1-0/+14
2010-12-29[media] stv090x: Fix some compilation warningsMauro Carvalho Chehab1-3/+3
2010-05-18V4L/DVB: stv090x: Add some notes about the internal tuner I/O controlManu Abraham1-0/+9
2010-05-18V4L/DVB: Budget/STV090x/STV6110x: Initialize the demodulator immediately afte...Andreas Regel1-0/+14
2010-05-18V4L/DVB: [STV090x] Use gate control, while tuner is being accessedManu Abraham1-1/+7
2010-05-18V4L/DVB: [STV090x, STV6110x] Use tuner sleep within the demodulator controlManu Abraham1-0/+8
2010-05-18V4L/DVB: [STV090x] Code simplificationManu Abraham1-30/+27
2010-05-07V4L/DVB: ngene: Workaround for stuck DiSEqC pinOliver Endriss1-0/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-26V4L/DVB: drivers/media/dvb/frontends/stv090x.c: fix use-uninitlalisedAndrew Morton1-1/+1
2010-02-26V4L/DVB: drivers/media/dvb/frontends/stv090x.c: fix use-uninitialisedAndrew Morton1-1/+2
2010-02-26V4L/DVB (13988): [STV090x] Configuration parameters adc1_range, adc2_range, t...Oliver Endriss1-1/+18
2010-02-26V4L/DVB (13987): [STV090x] Quit processing if the tuner did not lockOliver Endriss1-11/+11
2010-02-26V4L/DVB (13986): [STV090x] Disable I2C gate on errorOliver Endriss1-15/+31
2010-02-26V4L/DVB (13985): [STV090x] reset mclk and dev_ver of internal structure after...Andreas Regel1-0/+2
2010-02-26V4L/DVB (13982): [STV090x] setup master clock in stv090x_init instead of stv0...Andreas Regel1-6/+9
2010-02-26V4L/DVB (13979): [STV090x] Added possibility to set a fixed TS output clock.Andreas Regel1-0/+65
2010-02-26V4L/DVB (13978): [STV090x] set FE_HAS_SIGNAL flag in stv090x_read_status when...Andreas Regel1-2/+7
2010-02-26V4L/DVB (13977): [STV090x] Test for valid frequency before starting to tuneAndreas Regel1-0/+3
2010-02-26V4L/DVB (13976): [STV090x] Added mutex protection around tuner I2C access.Andreas Regel1-0/+9
2010-02-26V4L/DVB (13975): [STV090x] Added internal structure with shared settings and ...Andreas Regel1-85/+204
2010-02-26V4L/DVB (13974): [STV090x] Fix locking reliabilty issues in automatic mode.Andreas Regel1-0/+4
2009-12-16V4L/DVB (13674): stv090x: Add DiSEqC envelope modeOliver Endriss1-3/+4
2009-12-05V4L/DVB (13359): stv090x: adds corrections of some register valuesAndreas Regel1-40/+44
2009-12-05V4L/DVB (13358): stv090x: add an additional check for packet delineator lock ...Andreas Regel1-4/+9
2009-12-05V4L/DVB (13357): stv090x: adds an additional check for signal presence based ...Andreas Regel1-4/+3
2009-12-05V4L/DVB (13356): stv090x: fixes signal lock logicAndreas Regel1-13/+14
2009-12-05V4L/DVB (13355): stv090x: fixes calculation of AGC2 and uses a different AGC2...Andreas Regel1-11/+22
2009-12-05V4L/DVB (13354): stv090x: fixes some typos like wrong register or variable namesAndreas Regel1-6/+6
2009-12-05V4L/DVB (13353): stv090x: fixes STR and SNR calculation and normalizes the va...Andreas Regel1-19/+39
2009-12-05V4L/DVB (13351): stv090x: increases search range based on symbol rateAndreas Regel1-1/+7
2009-06-23V4L/DVB (12131): BUGFIX: An incorrect Carrier Recovery Loop optimization tabl...Manu Abraham1-3/+6
2009-06-23V4L/DVB (12130): Fix a redundant compiler warningManu Abraham1-1/+1
2009-06-17V4L/DVB (11682): STV0900/STV0903: Add support for Silicon cut >= 3Manu Abraham1-480/+689