summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends
AgeCommit message (Expand)AuthorFilesLines
2008-01-26V4L/DVB (6986): tda18271: share state between analog and digital tuner instancesMichael Krufky2-22/+74
2008-01-26V4L/DVB (6979): tda18271: use a mutex to protect state in critical sectionsMichael Krufky2-0/+23
2008-01-26V4L/DVB (6978): tda18271: store frequency and bandwidth after successful tuneMichael Krufky2-11/+38
2008-01-26V4L/DVB (6977): tda18271: clean up calibration initialization proceduresMichael Krufky2-15/+23
2008-01-26V4L/DVB (6965): tda18271: fix analog tuning regression caused by earlier chan...Michael Krufky2-7/+5
2008-01-26V4L/DVB (6964): tda18271: document debug level and configuration parametersMichael Krufky2-1/+5
2008-01-26V4L/DVB (6963): tda18271: store IF frequency in a u16 instead of u32Michael Krufky3-32/+33
2008-01-26V4L/DVB (6962): tda18271: allow device-specific configuration of IF frequency...Michael Krufky4-38/+115
2008-01-26V4L/DVB (6961): tda18271: move common code to tda18271-common.cMichael Krufky6-586/+641
2008-01-26V4L/DVB (6960): tda18271: add support for NXP TDA18271HD/C2Michael Krufky3-111/+1778
2008-01-26V4L/DVB (6959): tda18271: add MODULE_VERSIONMichael Krufky1-0/+1
2008-01-26V4L/DVB (6958): tda18271: clean up function tda18271_set_analog_paramsMichael Krufky1-17/+12
2008-01-26V4L/DVB (6957): tda18271: fail table lookups if frequency is out of rangeMichael Krufky2-13/+20
2008-01-26V4L/DVB (6930): xc5000: Removed erroneous definesSteven Toth1-1/+1
2008-01-26V4L/DVB (6928): tda18271: break calculation functions out of tda18271_tuneMichael Krufky1-29/+114
2008-01-26V4L/DVB (6927): tda18271: improve printk macrosMichael Krufky3-42/+44
2008-01-26V4L/DVB (6926): tda18271: consolidate table lookup functionsMichael Krufky3-74/+106
2008-01-26V4L/DVB (6925): tda18271: move state structures to tda18271-priv.hMichael Krufky2-19/+22
2008-01-26V4L/DVB (6924): tda18271: fix whitespace in tda18271_ir_measureMichael Krufky1-5/+5
2008-01-26V4L/DVB (6923): tda18271: remove extraneous debugMichael Krufky1-1/+0
2008-01-26V4L/DVB (6907): tda18271: create separate calc_pll functionsMichael Krufky1-43/+56
2008-01-26V4L/DVB (6906): tda18271: rename tda18271_calc_* functions to tda18271_lookup_*Michael Krufky3-26/+26
2008-01-26V4L/DVB (6905): tda18271: check ID register during attachMichael Krufky1-2/+38
2008-01-26V4L/DVB (6904): tda18271: divider byte 1, bit 7 is always 0Michael Krufky1-3/+3
2008-01-26V4L/DVB (6903): mt312: CodingStyle fixMatthias Schwarzott1-51/+83
2008-01-26V4L/DVB (6894): xc5000: fix build warningMichael Krufky1-1/+2
2008-01-26V4L/DVB (6892): xc5000: fix build when DVB_TUNER_XC5000 is disabledMichael Krufky1-1/+1
2008-01-26V4L/DVB (6890): tda18271: fix typo in RF tracking filter calibrationMichael Krufky1-1/+1
2008-01-26V4L/DVB (6886): xc5000: Cleanups of types, result codes etcSteven Toth3-148/+160
2008-01-26V4L/DVB (6884): Add support for the Xceive xc5000 silicon tunerSteven Toth5-0/+900
2008-01-26V4L/DVB (6881): include struct analog_demod_ops directly inside struct dvb_fr...Michael Krufky1-3/+2
2008-01-26V4L/DVB (6880): kill tuner-driver.hMichael Krufky1-1/+0
2008-01-26V4L/DVB (6874): removes duplicated KERN_DEBUG flags from dprintk calls in mt3...Matthias Schwarzott1-5/+5
2008-01-26V4L/DVB (6873): Fixes issues listed by checkpatchMatthias Schwarzott2-66/+80
2008-01-26V4L/DVB (6856): zl10353: improve tuning parameters and update register mapChris Pascoe2-13/+245
2008-01-26V4L/DVB (6822): s5h1409: use VSB IF frequency ( 44 / 5.38 MHz ) unless otherw...Michael Krufky1-14/+12
2008-01-26V4L/DVB (6821): s5h1409: fix IF frequency configurationMichael Krufky2-3/+15
2008-01-26V4L/DVB (6818): git-dvb: drivers/media/dvb/frontends/zl10353.c: avoid 64-bit ...Andrew Morton1-1/+2
2008-01-26V4L/DVB (6808): git-dvb: fix build in drivers/media/dvb/frontends/tda18271.hAndrew Morton1-1/+1
2008-01-26V4L/DVB (6801): tda18271: pass i2c gate configuration into tda18271_attach()Michael Krufky2-6/+40
2008-01-26V4L/DVB (6800): tda18271: use an enum rather than an integer to store analog ...Michael Krufky1-3/+5
2008-01-26V4L/DVB (6745): tda18271: remove tuning offset for atsc/qamMichael Krufky1-0/+3
2008-01-26V4L/DVB (6728): tda18271: fix register dump formatMichael Krufky1-16/+16
2008-01-26V4L/DVB (6727): tda18271: convert table lookup loops to functionsMichael Krufky3-122/+149
2008-01-26V4L/DVB (6726): tda18271: set image rejection validityMichael Krufky3-1/+19
2008-01-26V4L/DVB (6725): tda18271: improve debug flexibilityMichael Krufky1-31/+39
2008-01-26V4L/DVB (6724): tda18271: remove duplicated codeMichael Krufky1-6/+1
2008-01-26V4L/DVB (6723): tda18271: only force init once during attachMichael Krufky1-1/+17
2008-01-26V4L/DVB (6681): tda18271: rename 'debug' to 'tda18271_debug'Michael Krufky1-4/+4
2008-01-26V4L/DVB (6680): tda18271: move tda18271_map tables to a separate source fileMichael Krufky4-294/+362