summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tda8290.c
AgeCommit message (Expand)Author
2008-03-16tda827x: fixed support of tuners with LNAHartmut Hackmann
2008-02-02remove PREFIX from users of tuner_foo printk macrosMichael Krufky
2008-01-21make tuner names consistent with standard casesMichael Krufky
2008-01-09tda18271: clean up chip id logic in tda829x_releaseMichael Krufky
2008-01-06tda18271: share state between analog and digital tuner instancesMichael Krufky
2008-01-02tda18271: allow device-specific configuration of IF frequency and std bitsMichael Krufky
2008-01-01tda18271: add support for NXP TDA18271HD/C2Michael Krufky
2007-12-24tda8290: add the option not to probe for tuners passed into tda829x_configMichael Krufky
2007-12-21include struct analog_demod_ops directly inside struct dvb_frontendMichael Krufky
2007-12-21kill tuner-driver.hMichael Krufky
2007-12-09tda18271: pass i2c gate configuration into tda18271_attach()Michael 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-09tda8290: prevent possible memory leakMichael Krufky
2007-12-08tuner: combine set_tv_freq and set_radio_freq into a single set_params methodMichael Krufky
2007-12-08tda8290: access frontend structure directly, where possibleMichael Krufky
2007-11-23tda8290: force tuner init after attachMichael Krufky
2007-11-05tda8290: optimize for loop in tda829x_probe functionMichael Krufky
2007-11-04merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvbMauro Carvalho Chehab
2007-11-04tda8290: rule out tda988x before detecting tda8290/tda8295Michael Krufky
2007-11-04tda8290: return -ENODEV on probe failuresMichael Krufky
2007-11-03tda8290: enable probing of tda8295Michael Krufky
2007-11-04tuner: convert to bus-based I2C APIHans Verkuil
2007-09-14tuner: i2c_client cannot be part of the tuner structHans Verkuil
2007-10-27tda8290: auto-detect tda8290 or tda8295Michael Krufky
2007-10-24tda8290: fill i2c_gate_ctrl callbackMichael Krufky
2007-10-22move std if setting from tda8290 to tda827xMichael Krufky
2007-10-21tuner: convert analog tuner demod sub-modules to dvb_frontend interfaceMichael Krufky
2007-10-21tuner: move analog_demod_priv into struct dvb_frontendMichael Krufky
2007-10-21tuner: move analog_tuner_ops into dvb_frontend_opsMichael Krufky
2007-10-22tda8290: add support for NXP TDA18271 tuner and TDA8295 analog demodMichael Krufky
2007-08-25Move all tda8275/8275a tuning code from tda8290 module into tda827x moduleMichael Krufky
2007-08-31tda8290: add get_rf_strength and improve status reading efficiencyMichael Krufky
2007-08-27tda8290: convert from tuner sub-driver into dvb_frontend moduleMichael Krufky
2007-08-21tuner: kill i2c_client interface to tuner sub-driversMichael Krufky
2007-08-21tuner: fix header file includes orderMichael Krufky
2007-06-26tuner: remove hardware-specific info from public headerMichael Krufky
2007-06-06tda8290: store tuning operations in tuner_operations structureMichael Krufky
2007-06-06tuner: create struct tuner_operationsMichael Krufky
2007-06-04tuner: define release callback for mt20xx, tda9887 and tda8290Michael Krufky
2007-05-29tuner: Move device-specific private data out of tuner structMichael Krufky
2007-03-23set tda8290 to analog mode after initHartmut Hackmann
2007-02-15updated support for tuner callbacksHartmut Hackmann
2007-01-23Added support for tda827x tuners with preamlifiersHartmut Hackmann
2006-04-11Since we are not using CVS, $Id makes no sense anymoreMauro Carvalho Chehab
2006-02-22Restore power on defaults of tda9887 after tda8290 probeHartmut Hackmann
2006-02-03TDA8290 updateHartmut Hackmann
2006-01-15Separate tv & radio freqs, fix cb/freq transmit order for tuners that need this.Hans Verkuil
2005-12-25replace <media/i2c-compat.h> with "i2c-compat.h"Michael Krufky
2005-12-11Makes v4l compile under 2.4 kernelsMauro Carvalho Chehab