summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tuner-core.c
AgeCommit message (Expand)Author
2008-07-20videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.16Hans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.13Hans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.10Hans Verkuil
2008-07-08v4l-dvb: remove support for kernels < 2.6.0Hans Verkuil
2008-06-05backport I2C changes on several filesMauro Carvalho Chehab
2008-05-11 check_v4l2 should return -EINVAL on errorMauro Carvalho Chehab
2008-05-26v4l/tuner-core: consistent handling of return valuesMauro Carvalho Chehab
2008-05-10xc5000: bug-fix: allow multiple devices in a single systemMichael Krufky
2008-05-02backport commit d2653e92732bd3911feff6bee5e23dbf959381dbMauro Carvalho Chehab
2008-04-30tea5767: Fix error logicMauro Carvalho Chehab
2008-04-30tuner: Failures at tuner_attach were producing OOPSMauro Carvalho Chehab
2008-04-30 tuner_symbol_probe(): don't do symbol_put() if symbol_request() failedMauro Carvalho Chehab
2008-04-30Use the same name convention for all tuners under common/tunersMauro Carvalho Chehab
2008-04-28tuner: remove static dependencies on analog tuner sub-modulesMichael Krufky
2008-04-26tuner-core: add a missing \n after a debug printkMauro Carvalho Chehab
2008-04-26tuner-core: some adjustments at tuner logs, if debug enabledMauro Carvalho Chehab
2008-04-23tea5761: bugzilla #10462: tea5761 autodetection code were brokenMauro Carvalho Chehab
2008-04-15Fix build that occurs when CONFIG_VIDEO_PMS=y and VIDEO_V4L2_COMMON=mMauro Carvalho Chehab
2008-03-21Removes video_dev from tuner-xc2028 config structMauro Carvalho Chehab
2008-03-16tda827x: fixed support of tuners with LNAHartmut Hackmann
2008-01-28tuner: properly handle failed calls to simple_tuner_attachMichael Krufky
2008-01-29tuner: remove dependency of tuner-core on tuner-typesMichael Krufky
2008-01-28tuner: move tuner type ID check to simple_tuner_attachMichael Krufky
2008-01-28 make tuner-core.c:tuner_list staticMauro Carvalho Chehab
2008-01-27[PATCH] static memoryDouglas Schilling Landgraf
2008-01-21tuner: suppress obsolete tuner i2c address warning for XC5000 tunersMichael Krufky
2008-01-05xc5000: Small amount of cleanup and commenting.Steven Toth
2008-01-05xc5000: Tuner analog supportSteven Toth
2008-01-05Fix radio set frequency logicMauro Carvalho Chehab
2007-12-24tuner: fix backwards logic in check for set_configMichael Krufky
2007-12-21include struct analog_demod_ops directly inside struct dvb_frontendMichael Krufky
2007-12-21kill tuner-driver.hMichael Krufky
2007-12-16tuner: remove struct tuner from tuner-driver.hMichael Krufky
2007-12-16tda9887: remove dependency on struct tunerMichael Krufky
2007-12-16tuner: convert tda9887 to use TUNER_SET_CONFIGMichael Krufky
2007-12-16tuner: add set_config to struct analog_tuner_opsMichael Krufky
2007-12-09tuner: bug-fix: default mode was set to bogus valueMichael Krufky
2007-12-09tuner: add struct analog_demod_info to struct analog_tuner_opsMichael Krufky
2007-12-09tda8290: remove dependency on struct tunerMichael Krufky
2007-12-08tuner: combine set_tv_freq and set_radio_freq into a single set_params methodMichael Krufky
2007-11-16Change xc2028_attach method to make easier for DVBMauro Carvalho Chehab
2007-11-04tuner: convert to bus-based I2C APIHans Verkuil
2007-11-04tuner: reorder functions to prepare for i2c conversionHans Verkuil
2007-11-04tuner: replace default_mode_maskHans Verkuil
2007-11-03tda8290: enable probing of tda8295Michael Krufky
2007-10-30tuner: improve tuner_foo printk macros consistencyMichael Krufky
2007-10-30tuner: prevent repeated "type set" message unless debug is enabledMichael Krufky
2007-10-29Prevents double tuner registeringMauro Carvalho Chehab
2007-10-29Re-inserts xc2028 attach code, fixing its parametersMauro Carvalho Chehab