summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends
Commit message (Expand)AuthorAgeFilesLines
...
* V4L/DVB (6886): xc5000: Cleanups of types, result codes etcSteven Toth2008-01-253-148/+160
* V4L/DVB (6884): Add support for the Xceive xc5000 silicon tunerSteven Toth2008-01-255-0/+900
* V4L/DVB (6881): include struct analog_demod_ops directly inside struct dvb_fr...Michael Krufky2008-01-251-3/+2
* V4L/DVB (6880): kill tuner-driver.hMichael Krufky2008-01-251-1/+0
* V4L/DVB (6874): removes duplicated KERN_DEBUG flags from dprintk calls in mt3...Matthias Schwarzott2008-01-251-5/+5
* V4L/DVB (6873): Fixes issues listed by checkpatchMatthias Schwarzott2008-01-252-66/+80
* V4L/DVB (6856): zl10353: improve tuning parameters and update register mapChris Pascoe2008-01-252-13/+245
* V4L/DVB (6822): s5h1409: use VSB IF frequency ( 44 / 5.38 MHz ) unless otherw...Michael Krufky2008-01-251-14/+12
* V4L/DVB (6821): s5h1409: fix IF frequency configurationMichael Krufky2008-01-252-3/+15
* V4L/DVB (6818): git-dvb: drivers/media/dvb/frontends/zl10353.c: avoid 64-bit ...Andrew Morton2008-01-251-1/+2
* V4L/DVB (6808): git-dvb: fix build in drivers/media/dvb/frontends/tda18271.hAndrew Morton2008-01-251-1/+1
* V4L/DVB (6801): tda18271: pass i2c gate configuration into tda18271_attach()Michael Krufky2008-01-252-6/+40
* V4L/DVB (6800): tda18271: use an enum rather than an integer to store analog ...Michael Krufky2008-01-251-3/+5
* V4L/DVB (6745): tda18271: remove tuning offset for atsc/qamMichael Krufky2008-01-251-0/+3
* V4L/DVB (6728): tda18271: fix register dump formatMichael Krufky2008-01-251-16/+16
* V4L/DVB (6727): tda18271: convert table lookup loops to functionsMichael Krufky2008-01-253-122/+149
* V4L/DVB (6726): tda18271: set image rejection validityMichael Krufky2008-01-253-1/+19
* V4L/DVB (6725): tda18271: improve debug flexibilityMichael Krufky2008-01-251-31/+39
* V4L/DVB (6724): tda18271: remove duplicated codeMichael Krufky2008-01-251-6/+1
* V4L/DVB (6723): tda18271: only force init once during attachMichael Krufky2008-01-251-1/+17
* V4L/DVB (6681): tda18271: rename 'debug' to 'tda18271_debug'Michael Krufky2008-01-251-4/+4
* V4L/DVB (6680): tda18271: move tda18271_map tables to a separate source fileMichael Krufky2008-01-254-294/+362
* V4L/DVB (6678): tda18271: define init callbackMichael Krufky2008-01-251-8/+10
* V4L/DVB (6656): zl10353: store frequencies in 0.1kHz to eliminate rounding er...Chris Pascoe2008-01-252-10/+13
* V4L/DVB (6654): mt352: support oversampled IF inputChris Pascoe2008-01-251-1/+7
* V4L/DVB (6630): zl10353: calculate input frequency register instead of using ...Chris Pascoe2008-01-253-8/+43
* V4L/DVB (6628): zl10353: Improve support for boards without a tuner on second...Chris Pascoe2008-01-252-19/+17
* V4L/DVB (6622): tda827x: prevent possible NULL pointer dereference in tda827x...Michael Krufky2008-01-251-0/+5
* V4L/DVB (6621): tda827x: fix NULL pointer dereference during tda827x_probe_ve...Michael Krufky2008-01-251-2/+4
* V4L/DVB (6618): drivers/media/dvb: Add missing "space"Joe Perches2008-01-251-2/+2
* V4L/DVB (6590): Adding support for VHF with MT2266-devicesOlivier DANET2008-01-251-70/+134
* V4L/DVB (6449): tda18271: clean up i2c_gate handlingMichael Krufky2008-01-252-8/+26
* V4L/DVB (6446): tda18271: clean up debug macrosMichael Krufky2008-01-251-41/+35
* V4L/DVB (6442): move std if setting from tda8290 to tda827xMichael Krufky2008-01-252-8/+56
* V4L/DVB (6435): tda8290: add support for NXP TDA18271 tuner and TDA8295 analo...Michael Krufky2008-01-254-0/+1102
* V4L/DVB (6434): tda827x: fix GPL export on attach functionMichael Krufky2008-01-251-1/+1
* V4L/DVB (6433): Move all tda8275/8275a tuning code from tda8290 module into t...Michael Krufky2008-01-252-14/+303
* V4L/DVB (6820): s5h1409: QAM SNR related fixesSteven Toth2007-12-131-3/+8
* V4L/DVB (6629): zl10353: fix default adc_clock and TRL nominal rate calculationChris Pascoe2007-12-112-3/+3
* V4L/DVB (6579): Fix bug #8824: Correct support for Diseqc on tda10086Hartmut Hackmann2007-12-111-7/+7
* V4L/DVB (6501): stv0297: Signal strength fixesHartmut Birr2007-11-041-5/+17
* V4L/DVB (6500): tda10021: Fix reported signal strengthHartmut Birr2007-11-041-0/+4
* V4L/DVB (6499): tda10021: Bit error counting fixedHartmut Birr2007-11-041-0/+2
* V4L/DVB (6498): ves1820: Change the acquisition range for clock recovery from...Oliver Endriss2007-11-041-1/+1
* V4L/DVB (6403): mt2131: replace comma with semicolon fixSteven Toth2007-11-041-1/+1
* V4L/DVB (6402): s5h1409: Fix broken QAM supportSteven Toth2007-11-041-10/+86
* V4L/DVB (6241): fix typo in DVB_PLL Kconfig help textMichael Krufky2007-10-091-1/+1
* V4L/DVB (6232): dvb-pll: report whether input rf will be autoselected or set ...Michael Krufky2007-10-091-1/+14
* V4L/DVB (6231): dvb-pll: always show pll name if forced via insmod optionMichael Krufky2007-10-091-1/+1
* V4L/DVB (6230): dvb-pll: add module option to force dvb-pll desc id (for debu...Michael Krufky2007-10-091-1/+13
OpenPOWER on IntegriCloud