aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25V4L/DVB (6906): tda18271: rename tda18271_calc_* functions to tda18271_lookup_*Michael Krufky3-26/+26
2008-01-25V4L/DVB (6905): tda18271: check ID register during attachMichael Krufky1-2/+38
2008-01-25V4L/DVB (6904): tda18271: divider byte 1, bit 7 is always 0Michael Krufky1-3/+3
2008-01-25V4L/DVB (6903): mt312: CodingStyle fixMatthias Schwarzott1-51/+83
2008-01-25V4L/DVB (6894): xc5000: fix build warningMichael Krufky1-1/+2
2008-01-25V4L/DVB (6892): xc5000: fix build when DVB_TUNER_XC5000 is disabledMichael Krufky1-1/+1
2008-01-25V4L/DVB (6890): tda18271: fix typo in RF tracking filter calibrationMichael Krufky1-1/+1
2008-01-25V4L/DVB (6886): xc5000: Cleanups of types, result codes etcSteven Toth3-148/+160
2008-01-25V4L/DVB (6884): Add support for the Xceive xc5000 silicon tunerSteven Toth5-0/+900
2008-01-25V4L/DVB (6882): dvb_frontend: release analog demod in dvb_frontend_detachMichael Krufky1-0/+6
2008-01-25V4L/DVB (6881): include struct analog_demod_ops directly inside struct dvb_frontendMichael Krufky2-5/+4
2008-01-25V4L/DVB (6880): kill tuner-driver.hMichael Krufky1-1/+0
2008-01-25V4L/DVB (6879): move struct analog_tuner_ops into dvb_frontend.hMichael Krufky1-2/+22
2008-01-25V4L/DVB (6874): removes duplicated KERN_DEBUG flags from dprintk calls in mt312.cMatthias Schwarzott1-5/+5
2008-01-25V4L/DVB (6873): Fixes issues listed by checkpatchMatthias Schwarzott2-66/+80
2008-01-25V4L/DVB (6856): zl10353: improve tuning parameters and update register mapChris Pascoe2-13/+245
2008-01-25V4L/DVB (6822): s5h1409: use VSB IF frequency ( 44 / 5.38 MHz ) unless otherwise specifiedMichael Krufky1-14/+12
2008-01-25V4L/DVB (6821): s5h1409: fix IF frequency configurationMichael Krufky2-3/+15
2008-01-25V4L/DVB (6818): git-dvb: drivers/media/dvb/frontends/zl10353.c: avoid 64-bit divideAndrew Morton1-1/+2
2008-01-25V4L/DVB (6808): git-dvb: fix build in drivers/media/dvb/frontends/tda18271.hAndrew Morton1-1/+1
2008-01-25V4L/DVB (6801): tda18271: pass i2c gate configuration into tda18271_attach()Michael Krufky2-6/+40
2008-01-25V4L/DVB (6800): tda18271: use an enum rather than an integer to store analog / digital stateMichael Krufky1-3/+5
2008-01-25V4L/DVB (6745): tda18271: remove tuning offset for atsc/qamMichael Krufky1-0/+3
2008-01-25V4L/DVB (6728): tda18271: fix register dump formatMichael Krufky1-16/+16
2008-01-25V4L/DVB (6727): tda18271: convert table lookup loops to functionsMichael Krufky3-122/+149
2008-01-25V4L/DVB (6726): tda18271: set image rejection validityMichael Krufky3-1/+19
2008-01-25V4L/DVB (6725): tda18271: improve debug flexibilityMichael Krufky1-31/+39
2008-01-25V4L/DVB (6724): tda18271: remove duplicated codeMichael Krufky1-6/+1
2008-01-25V4L/DVB (6723): tda18271: only force init once during attachMichael Krufky1-1/+17
2008-01-25V4L/DVB (6681): tda18271: rename 'debug' to 'tda18271_debug'Michael Krufky1-4/+4
2008-01-25V4L/DVB (6680): tda18271: move tda18271_map tables to a separate source fileMichael Krufky4-294/+362
2008-01-25V4L/DVB (6678): tda18271: define init callbackMichael Krufky1-8/+10
2008-01-25V4L/DVB (6659): Convert MTS to bitfieldMauro Carvalho Chehab1-1/+0
2008-01-25V4L/DVB (6656): zl10353: store frequencies in 0.1kHz to eliminate rounding errorsChris Pascoe3-11/+14
2008-01-25V4L/DVB (6655): Add support for MT352-based DViCO FusionHDTV DVB-T NANO devicesChris Pascoe2-11/+106
2008-01-25V4L/DVB (6654): mt352: support oversampled IF inputChris Pascoe1-1/+7
2008-01-25V4L/DVB (6653): Add support for the DViCO FusionHDTV NANO2 w/ZL10353 and firmwareChris Pascoe2-1/+88
2008-01-25V4L/DVB (6649): Add support for the DViCO FusionHDTV Dual Digital 4Chris Pascoe3-2/+201
2008-01-25V4L/DVB (6630): zl10353: calculate input frequency register instead of using hardcoded valueChris Pascoe3-8/+43
2008-01-25V4L/DVB (6628): zl10353: Improve support for boards without a tuner on secondary i2cChris Pascoe2-19/+17
2008-01-25V4L/DVB (6627): CXUSB: handle write then read from different addressChris Pascoe1-5/+3
2008-01-25V4L/DVB (6626): CXUSB: support only-read i2c requestsChris Pascoe1-3/+17
2008-01-25V4L/DVB (6625): CXUSB: i2c transfer failure notificationChris Pascoe1-1/+1
2008-01-25V4L/DVB (6624): CXUSB: return control message transfer result to callerChris Pascoe1-4/+2
2008-01-25V4L/DVB (6622): tda827x: prevent possible NULL pointer dereference in tda827xa_lna_gainMichael Krufky1-0/+5
2008-01-25V4L/DVB (6621): tda827x: fix NULL pointer dereference during tda827x_probe_versionMichael Krufky1-2/+4
2008-01-25V4L/DVB (6618): drivers/media/dvb: Add missing "space"Joe Perches1-2/+2
2008-01-25V4L/DVB (6590): Adding support for VHF with MT2266-devicesOlivier DANET1-70/+134
2008-01-25V4L/DVB (6589): Gigabyte u7000 usb dvb-t supportdominik2-4/+15
2008-01-25V4L/DVB (6588): Leadtek Winfast DTV Dongle remote controlJaroslav Barton1-0/+29