summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-core.c
Commit message (Expand)AuthorAgeFilesLines
...
* V4L/DVB (6786): tuner: add struct analog_demod_info to struct analog_tuner_opsMichael Krufky2008-01-251-0/+3
* V4L/DVB (6785): tda8290: remove dependency on struct tunerMichael Krufky2008-01-251-3/+40
* V4L/DVB (6783): tuner: combine set_tv_freq and set_radio_freq into a single s...Michael Krufky2008-01-251-17/+24
* V4L/DVB (6611): Change xc2028_attach method to make easier for DVBMichel Ludwig2008-01-251-4/+7
* V4L/DVB (6556): tuner: convert to bus-based I2C APIHans Verkuil2008-01-251-67/+32
* V4L/DVB (6555): tuner: reorder functions to prepare for i2c conversionHans Verkuil2008-01-251-215/+223
* V4L/DVB (6553): tuner: replace default_mode_maskHans Verkuil2008-01-251-11/+54
* V4L/DVB (6543): tda8290: enable probing of tda8295Michael Krufky2008-01-251-2/+2
* V4L/DVB (6492): tuner: improve tuner_foo printk macros consistencyMichael Krufky2008-01-251-0/+2
* V4L/DVB (6491): tuner: prevent repeated "type set" message unless debug is en...Michael Krufky2008-01-251-1/+1
* V4L/DVB (6473): Prevents double tuner registeringMauro Carvalho Chehab2008-01-251-2/+11
* V4L/DVB (6472): Re-inserts xc2028 attach code, fixing its parametersMauro Carvalho Chehab2008-01-251-0/+12
* V4L/DVB (6471): tuner: i2c_client cannot be part of the tuner structHans Verkuil2008-01-251-21/+30
* V4L/DVB (6470): Avoid breaking compilationMauro Carvalho Chehab2008-01-251-12/+0
* V4L/DVB (6469): tuner: remove TUNER_PHILIPS_TDA8295Michael Krufky2008-01-251-1/+0
* V4L/DVB (6468): tda8290: auto-detect tda8290 or tda8295Michael Krufky2008-01-251-5/+1
* V4L/DVB (6445): tuner-core: improve comments inside function fe_release()Michael Krufky2008-01-251-1/+9
* V4L/DVB (6444): tuner-core: remove excessive parenthesisMichael Krufky2008-01-251-11/+11
* V4L/DVB (6443): make tda9887 build selectable via KconfigMichael Krufky2008-01-251-1/+2
* V4L/DVB (6441): tuner: clean up ops checking in tuner_status functionMichael Krufky2008-01-251-6/+7
* V4L/DVB (6440): tuner: convert analog tuner demod sub-modules to dvb_frontend...Michael Krufky2008-01-251-36/+43
* V4L/DVB (6438): tuner: move analog_demod_priv into struct dvb_frontendMichael Krufky2008-01-251-7/+1
* V4L/DVB (6437): tuner: clear analog_demod_ops on releaseMichael Krufky2008-01-251-0/+4
* V4L/DVB (6436): tuner: move analog_tuner_ops into dvb_frontend_opsMichael Krufky2008-01-251-38/+53
* V4L/DVB (6435): tda8290: add support for NXP TDA18271 tuner and TDA8295 analo...Michael Krufky2008-01-251-0/+5
* V4L/DVB (6433): Move all tda8275/8275a tuning code from tda8290 module into t...Michael Krufky2008-01-251-12/+4
* V4L/DVB (6430): Convert tuner-xc2028 driver to the newer hybrid approachMauro Carvalho Chehab2008-01-251-1/+11
* V4L/DVB (6423): Add tuner-xc2028 driverMauro Carvalho Chehab2008-01-251-0/+5
* V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIGMauro Carvalho Chehab2008-01-251-4/+19
* V4L/DVB (6432): tuner: fix CONFIG_TUNER_TEA5761=mAdrian Bunk2007-11-041-5/+1
* V4L/DVB (6326): tuner-core.c: fe_has_signal() can return uninitialized valueMichael Krufky2007-10-221-1/+1
* V4L/DVB (6196): cx23885: add support for DViCO FusionHDTV 5 ExpressMichael Krufky2007-10-091-1/+2
* V4L/DVB (6180): tuner: don't probe 0x6b or 0x6f on cx88 boardsMichael Krufky2007-10-091-0/+21
* V4L/DVB (6141): tuner: use get_rf_strength instead of get_status to determine...Michael Krufky2007-10-091-11/+21
* V4L/DVB (6133): tuner-simple: convert from tuner sub-driver into dvb_frontend...Michael Krufky2007-10-091-3/+14
* V4L/DVB (6132): tea5767: convert from tuner sub-driver into dvb_frontend moduleMichael Krufky2007-10-091-2/+3
* V4L/DVB (6131): tea5761: convert from tuner sub-driver into dvb_frontend moduleMichael Krufky2007-10-091-2/+3
* V4L/DVB (6130): mt20xx: convert from tuner sub-driver into dvb_frontend moduleMichael Krufky2007-10-091-1/+2
* V4L/DVB (6129): tda8290: convert from tuner sub-driver into dvb_frontend moduleMichael Krufky2007-10-091-2/+14
* V4L/DVB (6128): hybrid tuner refactoring core changes, phase 1Michael Krufky2007-10-091-18/+111
* V4L/DVB (6127): tuner: kill i2c_client interface to tuner sub-driversMichael Krufky2007-10-091-28/+27
* V4L/DVB (6126): tuner: add warning for obsolete i2c address range 0x64 thru 0x6fMichael Krufky2007-10-091-0/+22
* V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab2007-10-091-1/+0
* V4L/DVB (6075): tuner: kernel headers go above subsystem headersMichael Krufky2007-10-091-2/+1
* V4L/DVB (5793): Tuner: remove hardware-specific info from public headerMichael Krufky2007-07-181-0/+1
* V4L/DVB (5753): Tuner: create struct tuner_operationsMichael Krufky2007-07-181-31/+31
* V4L/DVB (5743): Tuner: clean up kfree() after releaseMichael Krufky2007-07-181-3/+7
* V4L/DVB (5741): Tuner: add release callbackMichael Krufky2007-07-181-0/+5
* V4L/DVB (5740): Git-dvb: fix the tea5761 tuner supportAdrian Bunk2007-07-181-4/+4
* V4L/DVB (5719): Tuner: Move device-specific private data out of tuner structMichael Krufky2007-07-181-1/+4