summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends
AgeCommit message (Expand)AuthorFilesLines
2008-04-24V4L/DVB (7223): Add support for the ISL6405 dual LNB supply chipHartmut Hackmann2-0/+8
2008-04-24V4L/DVB (7214): tda18271: move init functions to directly above tda18271_tuneMichael Krufky1-40/+38
2008-04-24V4L/DVB (7213): tda18271: consolidate tune functionsMichael Krufky1-44/+16
2008-04-24V4L/DVB (7212): tda18271: move rf calibration code from tda18271c1_tune into ...Michael Krufky1-11/+19
2008-04-24V4L/DVB (7211): tda18271: remove duplicated channel configuration code from t...Michael Krufky1-47/+1
2008-04-24V4L/DVB (7136): tda18271: use hybrid_tuner_request_state to manage tuner inst...Michael Krufky3-55/+37
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf12-17/+17
2008-04-24V4L/DVB (7107): frontends/xc5000.c: make a struct staticAdrian Bunk1-1/+1
2008-04-22DVB: Storage class should be before const qualifierTobias Klauser1-2/+2
2008-04-07V4L/DVB (7495): s5h1409: fix blown-away bit in function s5h1409_set_gpioMichael Krufky1-1/+1
2008-02-18V4L/DVB (7195): xc5000: fix build error when built as moduleTony Breeds1-1/+2
2008-02-18V4L/DVB (7186): tda10086: make the 22kHz tone for DISEQC a config optionHartmut Hackmann2-6/+25
2008-02-18V4L/DVB (7100): frontends/tda18271-common.c: fix off-by-oneAdrian Bunk1-1/+1
2008-01-26V4L/DVB (7074): DiB7000P: correct tuning problem for 7MHz channelPatrick Boettcher2-6/+9
2008-01-26V4L/DVB (7073): DiB7070: Reception quality improvedPatrick Boettcher1-2/+11
2008-01-26V4L/DVB (7070): Fix some tuning problemsSoeren Moch3-8/+17
2008-01-26V4L/DVB (7067): fix autoserach in the Hauppauge NOVA-T 500Jose Alberto Reguero1-1/+1
2008-01-26V4L/DVB (7063): xc5000: Fix OOPS caused by missing firmwareSteven Toth1-0/+2
2008-01-26V4L/DVB (7052): tda18271: when tuning digital, the analog demod must be tri-s...Michael Krufky1-1/+4
2008-01-26V4L/DVB (7051): Cleans up error handling on or51xxx_attachMauro Carvalho Chehab2-10/+2
2008-01-26V4L/DVB (7046): Finalise support for the Pinnacle HD 8000iSteven Toth1-1/+1
2008-01-26V4L/DVB (7045): xc5000: Small amount of cleanup and commentingSteven Toth2-4/+12
2008-01-26V4L/DVB (7042): xc5000: Tuner analog supportSteven Toth2-38/+187
2008-01-26V4L/DVB (7041): s5h1409: Bug fix for parallel supportSteven Toth2-7/+51
2008-01-26V4L/DVB (7032): tda18271: tda18271_cal_on_startup should be declared staticMichael Krufky1-1/+1
2008-01-26V4L/DVB (7029): tda18271: provide a choice whether to perform rf cal on init ...Michael Krufky1-0/+8
2008-01-26V4L/DVB (7028): tda18271: test RF_CAL_OK to see if we need additional RF cali...Michael Krufky1-0/+5
2008-01-26V4L/DVB (7027): tda18271: put the device in standby mode during sleep()Michael Krufky3-5/+60
2008-01-26V4L/DVB (7026): tda18271: report when the RF tracking filter calibration has ...Michael Krufky1-0/+2
2008-01-26V4L/DVB (7008): s5h1409: Ensure the silicon is initialized during attachSteven Toth1-2/+10
2008-01-26V4L/DVB (6988): tda18271: give calibration debug a separate debug maskMichael Krufky2-3/+5
2008-01-26V4L/DVB (6987): tda18271: add support for fm radioMichael Krufky3-13/+32
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