summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tuner-simple.c
AgeCommit message (Expand)Author
2008-04-08media/video/ replace remaining __FUNCTION__ occurrencesMichael Krufky
2008-03-16tuner-simple: add module options to specify rf inputMichael Krufky
2008-03-15tuner: rename TUNER_PHILIPS_ATSC to TUNER_PHILIPS_FCV1236DMichael Krufky
2008-03-15tuner-simple: warn if tuner can't be probed during attachMichael Krufky
2008-03-09tuner-simple: fix return value of simple_dvb_configureMichael Krufky
2008-02-10tuner-simple: enable digital tuning support for Philips TD1316Michael Krufky
2008-02-03tuner-simple: use separate inputs for vsb and qam on tuv1236d & fcv1236dMichael Krufky
2008-02-03tuner-simple: enable digital tuning support for Philips FMD1216MEMichael Krufky
2008-02-03tuner-simple: add init and sleep methodsMichael Krufky
2008-02-17tuner-simple: do not send i2c commands if there is no i2c adapterMichael Krufky
2008-01-27tuner-simple: add basic support for digital tuning of hybrid devicesMichael Krufky
2008-02-24From: Mauro Carvalho Chehab <mchehab@infradead.org>Mauro Carvalho Chehab
2008-02-02remove PREFIX from users of tuner_foo printk macrosMichael Krufky
2008-01-26tuner-simple: move device-specific code into three separate functionsMichael 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-27tuner-simple: display frequency in MHzMichael Krufky
2008-01-27tuner-simple: create separate t_params and ranges lookup functionsMichael Krufky
2007-11-03tuner-simple: whitespace / comments / codingstyle cleanupsMichael Krufky
2007-11-04tuner: convert to bus-based I2C APIHans Verkuil
2007-10-18Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIGMauro Carvalho Chehab
2007-08-31tuner-simple: add get_rf_strength and improve status reading efficiencyMichael Krufky
2007-08-27tuner-simple: convert from tuner sub-driver into dvb_frontend moduleMichael Krufky
2007-08-21tuner: kill i2c_client interface to tuner sub-driversMichael Krufky
2007-08-21Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab
2007-08-21tuner: fix header file includes orderMichael Krufky
2007-08-11tuner: move last_div to tuner-simple private dataMichael Krufky
2007-08-03tuner: Better tuner radio supportTrent Piepho
2007-06-26tuner: remove hardware-specific info from public headerMichael Krufky
2007-06-06tuner-simple: store tuning operations in tuner_operations structureMichael Krufky
2007-06-06tuner: create struct tuner_operationsMichael Krufky
2007-05-21Correct aliases for STD/L and STD/LcMauro Carvalho Chehab
2007-05-21Tuner-simple.c add suport for SECAM-BG with FI1216MFMauro Carvalho Chehab
2006-12-04Added the capability of selecting fm gain by tunerMauro Carvalho Chehab
2006-12-03Fix broken TUNER_LG_NTSC_TAPE radio supportHans Verkuil
2006-08-24tda9887: add configuration setting for L standard PLL gatingTrent Piepho
2006-08-12Offset parameter permission were 0x666, instead of 0x664Mauro Carvalho Chehab
2006-07-25Remove of couple of useless linesTrent Piepho
2006-07-17Set the Auxiliary Byte when tuning LG H06xF in analog modeMichael Krufky
2006-06-25Add tda9887-specific tuner configurationHans Verkuil
2006-06-20Whitespace cleanupsMauro Carvalho Chehab
2006-04-11Since we are not using CVS, $Id makes no sense anymoreMauro Carvalho Chehab
2006-03-09imported patch tenna_xxx5.patchMauro Carvalho Chehab
2006-01-30show debug info for tuners trying to use unsupported video standardsMichael Krufky
2006-01-30use default tuner_params if desired_type not availableMichael Krufky
2006-01-30update tuner commentsMichael Krufky
2006-01-29tuner_dbg will show tuner param and range selectedMichael Krufky
2006-01-29allow multiple tuner params in each tuner definitionMichael Krufky
2006-01-29move video std detection to top of set_tv_freq functionMichael Krufky
2006-01-23move config byte from tuner_params to tuner_range struct.Michael Krufky