aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-18V4L/DVB (7102): make tuner-core.c:tuner_list staticAdrian Bunk1-1/+1
2008-01-25V4L/DVB (7056): tuner: suppress obsolete tuner i2c address warning for XC5000 tunersMichael Krufky1-0/+6
2008-01-25V4L/DVB (7045): xc5000: Small amount of cleanup and commentingSteven Toth1-1/+1
2008-01-25V4L/DVB (7042): xc5000: Tuner analog supportSteven Toth1-0/+20
2008-01-25V4L/DVB (6953): Fix radio set frequency logicMauro Carvalho Chehab1-1/+1
2008-01-25V4L/DVB (6920): tuner: fix backwards logic in check for set_configMichael Krufky1-3/+2
2008-01-25V4L/DVB (6881): include struct analog_demod_ops directly inside struct dvb_frontendMichael Krufky1-52/+47
2008-01-25V4L/DVB (6880): kill tuner-driver.hMichael Krufky1-1/+0
2008-01-25V4L/DVB (6844): tuner: remove struct tuner from tuner-driver.hMichael Krufky1-0/+21
2008-01-25V4L/DVB (6842): tda9887: remove dependency on struct tunerMichael Krufky1-1/+1
2008-01-25V4L/DVB (6840): tuner: convert tda9887 to use TUNER_SET_CONFIGMichael Krufky1-9/+3
2008-01-25V4L/DVB (6839): tuner: add set_config to struct analog_tuner_opsMichael Krufky1-0/+14
2008-01-25V4L/DVB (6787): tuner: bug-fix: default mode was set to bogus valueMichael Krufky1-3/+3
2008-01-25V4L/DVB (6786): tuner: add struct analog_demod_info to struct analog_tuner_opsMichael Krufky1-0/+3
2008-01-25V4L/DVB (6785): tda8290: remove dependency on struct tunerMichael Krufky1-3/+40
2008-01-25V4L/DVB (6783): tuner: combine set_tv_freq and set_radio_freq into a single set_params methodMichael Krufky1-17/+24
2008-01-25V4L/DVB (6611): Change xc2028_attach method to make easier for DVBMichel Ludwig1-4/+7
2008-01-25V4L/DVB (6556): tuner: convert to bus-based I2C APIHans Verkuil1-67/+32
2008-01-25V4L/DVB (6555): tuner: reorder functions to prepare for i2c conversionHans Verkuil1-215/+223
2008-01-25V4L/DVB (6553): tuner: replace default_mode_maskHans Verkuil1-11/+54
2008-01-25V4L/DVB (6543): tda8290: enable probing of tda8295Michael Krufky1-2/+2
2008-01-25V4L/DVB (6492): tuner: improve tuner_foo printk macros consistencyMichael Krufky1-0/+2
2008-01-25V4L/DVB (6491): tuner: prevent repeated "type set" message unless debug is enabledMichael Krufky1-1/+1
2008-01-25V4L/DVB (6473): Prevents double tuner registeringMauro Carvalho Chehab1-2/+11
2008-01-25V4L/DVB (6472): Re-inserts xc2028 attach code, fixing its parametersMauro Carvalho Chehab1-0/+12
2008-01-25V4L/DVB (6471): tuner: i2c_client cannot be part of the tuner structHans Verkuil1-21/+30
2008-01-25V4L/DVB (6470): Avoid breaking compilationMauro Carvalho Chehab1-12/+0
2008-01-25V4L/DVB (6469): tuner: remove TUNER_PHILIPS_TDA8295Michael Krufky1-1/+0
2008-01-25V4L/DVB (6468): tda8290: auto-detect tda8290 or tda8295Michael Krufky1-5/+1
2008-01-25V4L/DVB (6445): tuner-core: improve comments inside function fe_release()Michael Krufky1-1/+9
2008-01-25V4L/DVB (6444): tuner-core: remove excessive parenthesisMichael Krufky1-11/+11
2008-01-25V4L/DVB (6443): make tda9887 build selectable via KconfigMichael Krufky1-1/+2
2008-01-25V4L/DVB (6441): tuner: clean up ops checking in tuner_status functionMichael Krufky1-6/+7
2008-01-25V4L/DVB (6440): tuner: convert analog tuner demod sub-modules to dvb_frontend interfaceMichael Krufky1-36/+43
2008-01-25V4L/DVB (6438): tuner: move analog_demod_priv into struct dvb_frontendMichael Krufky1-7/+1
2008-01-25V4L/DVB (6437): tuner: clear analog_demod_ops on releaseMichael Krufky1-0/+4
2008-01-25V4L/DVB (6436): tuner: move analog_tuner_ops into dvb_frontend_opsMichael Krufky1-38/+53
2008-01-25V4L/DVB (6435): tda8290: add support for NXP TDA18271 tuner and TDA8295 analog demodMichael Krufky1-0/+5
2008-01-25V4L/DVB (6433): Move all tda8275/8275a tuning code from tda8290 module into tda827x moduleMichael Krufky1-12/+4
2008-01-25V4L/DVB (6430): Convert tuner-xc2028 driver to the newer hybrid approachMauro Carvalho Chehab1-1/+11
2008-01-25V4L/DVB (6423): Add tuner-xc2028 driverMauro Carvalho Chehab1-0/+5
2008-01-25V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIGMauro Carvalho Chehab1-4/+19
2007-11-04V4L/DVB (6432): tuner: fix CONFIG_TUNER_TEA5761=mAdrian Bunk1-5/+1
2007-10-22V4L/DVB (6326): tuner-core.c: fe_has_signal() can return uninitialized valueMichael Krufky1-1/+1
2007-10-09V4L/DVB (6196): cx23885: add support for DViCO FusionHDTV 5 ExpressMichael Krufky1-1/+2
2007-10-09V4L/DVB (6180): tuner: don't probe 0x6b or 0x6f on cx88 boardsMichael Krufky1-0/+21
2007-10-09V4L/DVB (6141): tuner: use get_rf_strength instead of get_status to determine signal strengthMichael Krufky1-11/+21
2007-10-09V4L/DVB (6133): tuner-simple: convert from tuner sub-driver into dvb_frontend moduleMichael Krufky1-3/+14
2007-10-09V4L/DVB (6132): tea5767: convert from tuner sub-driver into dvb_frontend moduleMichael Krufky1-2/+3
2007-10-09V4L/DVB (6131): tea5761: convert from tuner sub-driver into dvb_frontend moduleMichael Krufky1-2/+3