summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-simple.c
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (7235): tuner-simple: fix a buffer overflowMauro Carvalho Chehab2008-04-241-6/+5
* V4L/DVB (7135): remove PREFIX from users of tuner_foo printk macrosMichael Krufky2008-04-241-2/+2
* V4L/DVB (7129): tuner-simple: move device-specific code into three separate f...Michael Krufky2008-04-241-147/+184
* V4L/DVB (7127): tuner: remove dependency of tuner-core on tuner-typesMichael Krufky2008-04-241-5/+5
* V4L/DVB (7126): tuner: move tuner type ID check to simple_tuner_attachMichael Krufky2008-04-241-0/+6
* V4L/DVB (7124): tuner-simple: display frequency in MHzMichael Krufky2008-04-241-2/+4
* V4L/DVB (7123): tuner-simple: create separate t_params and ranges lookup func...Michael Krufky2008-04-241-29/+80
* V4L/DVB (7087): tuner-simple: whitespace / comments / codingstyle cleanupsMichael Krufky2008-04-241-60/+78
* V4L/DVB (6556): tuner: convert to bus-based I2C APIHans Verkuil2008-01-251-1/+1
* V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIGMauro Carvalho Chehab2008-01-251-2/+13
* V4L/DVB (6137): tuner-simple: add get_rf_strength and improve status reading ...Michael Krufky2007-10-091-22/+36
* V4L/DVB (6133): tuner-simple: convert from tuner sub-driver into dvb_frontend...Michael Krufky2007-10-091-107/+187
* V4L/DVB (6127): tuner: kill i2c_client interface to tuner sub-driversMichael Krufky2007-10-091-29/+28
* 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-0/+1
* V4L/DVB (6006): tuner: move last_div to tuner-simple private dataMichael Krufky2007-10-091-4/+25
* V4L/DVB (5978): tuner: Better tuner radio supportTrent Piepho2007-10-091-19/+36
* V4L/DVB (5793): Tuner: remove hardware-specific info from public headerMichael Krufky2007-07-181-0/+2
* V4L/DVB (5759): Tuner-simple: store tuning operations in tuner_operations structMichael Krufky2007-07-181-5/+8
* V4L/DVB (5753): Tuner: create struct tuner_operationsMichael Krufky2007-07-181-5/+5
* V4L/DVB (5681): Correct aliases for STD/L and STD/LcMauro Carvalho Chehab2007-07-181-6/+6
* V4L/DVB (5680): Tuner-simple.c fix suport for SECAM with FI1216MFmatthieu castet2007-05-221-3/+7
* V4L/DVB (4935): Added the capability of selecting fm gain by tunerMauro Carvalho Chehab2006-12-101-0/+2
* V4L/DVB (4913): Fix broken TUNER_LG_NTSC_TAPE radio supportHans Verkuil2006-12-101-0/+2
* V4L/DVB (4533): Tda9887: add configuration setting for L standard PLL gatingTrent Piepho2006-09-261-0/+2
* V4L/DVB (4498): Offset parameter permission were 0x666, instead of 0x664Mauro Carvalho Chehab2006-09-261-1/+1
* V4L/DVB (4366): Remove of couple of useless linesTrent Piepho2006-09-261-2/+0
* V4L/DVB (4314): Set the Auxiliary Byte when tuning LG H06xF in analog modeMichael Krufky2006-07-291-2/+17
* V4L/DVB (4270): Add tda9887-specific tuner configurationHans Verkuil2006-06-301-10/+64
* V4L/DVB (4118): Whitespace cleanupsTrent Piepho2006-06-251-1/+1
* V4L/DVB (3419): This patch fixes Tuner TNF5335 familyMauro Carvalho Chehab2006-03-211-0/+3
* V4L/DVB (3278): Show debug for tuners trying to use unsupported video standardsMichael Krufky2006-02-071-1/+4
* V4L/DVB (3277): Use default tuner_params if desired_type not availableMichael Krufky2006-02-071-0/+7
* V4L/DVB (3271): Update tuner commentsMichael Krufky2006-02-071-10/+0
* V4L/DVB (3270): Tuner_dbg will show tuner param and range selectedMichael Krufky2006-02-071-1/+1
* V4L/DVB (3269): Allow multiple tuner params in each tuner definitionMichael Krufky2006-02-071-9/+23
* V4L/DVB (3268): Move video std detection to top of set_tv_freq functionMichael Krufky2006-02-071-34/+34
* V4L/DVB (3436): move config byte from tuner_params to tuner_range struct.Michael Krufky2006-01-231-7/+8
* V4L/DVB (3435): rename cb variable names in tuner structures for global consi...Michael Krufky2006-01-231-20/+20
* V4L/DVB (3384): Separate tv & radio freqs, fix cb/freq transmit order for tun...Hans Verkuil2006-01-151-21/+23
* V4L/DVB (3359): Redesign tuners struct for maximum flexibilityMichael Krufky2006-01-131-726/+24
* V4L/DVB (3239): reorganize tuner-simple threshold structure.Michael Krufky2006-01-091-351/+417
* V4L/DVB (3196): correct Thomson DTT 761x frequency rangesMichael Krufky2006-01-091-5/+6
* V4L/DVB (3166): "Philips 1236D ATSC/NTSC dual in" - fix typo.Michael Krufky2006-01-091-1/+1
* V4L/DVB (3117): Fix broken TV standard check.Hans Verkuil2006-01-091-3/+4
* V4L/DVB (3084): Added a new debug msg to help identifying tuner ProblemsMauro Carvalho Chehab2006-01-091-0/+7
* V4L/DVB (3081): added offset parameter for adjusting tuner offset by handMauro Carvalho Chehab2006-01-091-1/+5
* V4L/DVB (3062): Fix wrong tuner.h define for tuner 46Hans Verkuil2006-01-091-1/+1
* V4L (1021): Tuner description now follows the same CodingStyle as the othersMauro Carvalho Chehab2006-01-091-137/+609
* V4L (0988): Tuner cleanups by removing Video IF from tuners structMauro Carvalho Chehab2006-01-091-145/+161
OpenPOWER on IntegriCloud