summaryrefslogtreecommitdiffstats
path: root/drivers/media/common/tuners
Commit message (Expand)AuthorAgeFilesLines
* [media] fc0013 ver. 0.2: introduction of get_rf_strength functionHans-Frieder Vogt2012-05-201-1/+73
* [media] fc0012 ver. 0.6: introduction of get_rf_strength functionHans-Frieder Vogt2012-05-201-1/+71
* [media] fc001x: tuner driver for FC0013Hans-Frieder Vogt2012-05-205-0/+671
* [media] fc001x: tuner driver for FC0012, version 0.5Hans-Frieder Vogt2012-05-205-0/+492
* [media] fc001x: common header file for FC0012 and FC0013Hans-Frieder Vogt2012-05-201-0/+39
* [media] xc5000: xtal_khz should be a u16 rather than a u32Michael Krufky2012-04-192-2/+2
* [media] xc5000: log firmware upload failures in xc5000_fwuploadMichael Krufky2012-04-191-1/+4
* [media] xc5000: support 32MHz & 31.875MHz xtal using the 41.024.5 firmwareMichael Krufky2012-04-192-4/+36
* [media] fc0011: Reduce number of retriesMichael Büsch2012-04-091-1/+1
* [media] fc0011: use usleep_range()Michael Büsch2012-04-091-2/+2
* [media] Add fc0011 tuner driverMichael Büsch2012-04-094-0/+573
* [media] Infineon TUA 9001 silicon tuner driverAntti Palosaari2012-04-095-0/+302
* [media] media: tuners: append $(srctree) to -I parametersAndy Shevchenko2012-03-081-2/+2
* [media] mt2063: remove mt2063_setTune from headerDanny Kukawka2012-02-281-4/+0
* [media] xc5000: declare firmware configuration structures as static constMichael Krufky2012-02-141-4/+5
* [media] xc5000: drivers should specify chip revision rather than firmwareMichael Krufky2012-02-142-19/+17
* [media] xc5000: remove static dependencies on xc5000 created by previous chan...Michael Krufky2012-02-142-13/+26
* [media] remove unneeded #define's in xc5000.hMichael Krufky2012-02-141-5/+2
* [media] tuner: add support for Xceive XC5000CMichael Krufky2012-02-141-0/+4
* [media] xc5000: add XC5000C_DEFAULT_FIRMWARE: dvb-fe-xc5000c-41.024.5-31875.fwMichael Krufky2012-02-142-1/+9
* [media] xc5000: allow drivers to set desired firmware in xc5000_attachMichael Krufky2012-02-142-6/+29
* [media] max2165: trival fix for some -Wuninitialized warningDanny Kukawka2012-02-131-3/+6
* [media] mt2063: increase frequency_max to tune channel 69Jose Alberto Reguero2012-02-081-1/+1
* [media] az6007: Fix compilation troubles at az6007Mauro Carvalho Chehab2012-01-211-1/+1
* [media] Add registers names to XC2028 tuner from datahseet and use themMiroslav Slugen2012-01-161-6/+21
* [media] xc4000: add support for signal strength measuresMiroslav Slugen2012-01-161-0/+86
* [media] mxl5007t: bugfix DVB-T 7 MHz and 8 MHz bandwidthAntti Palosaari2012-01-101-0/+2
* [media] tda18271-fe: Fix support for ISDB-TMauro Carvalho Chehab2012-01-101-0/+1
* [media] xc3028: fix center frequency calculation for DTV78 firmwareGianluca Gennari2012-01-061-10/+16
* [media] drivers: media: tuners: Fix dependency for MEDIA_TUNER_TEA5761Fabio Estevam2012-01-061-1/+1
* [media] mt2063: fix get_if_frequency callStefan Ringel2012-01-051-1/+1
* [media] Don't test for ops->info.type inside driversMauro Carvalho Chehab2012-01-041-1/+6
* [media] mt2063: Add it to the building systemMauro Carvalho Chehab2012-01-042-0/+8
* [media] mt2063: Add support for get_if_frequency()Mauro Carvalho Chehab2012-01-041-4/+4
* [media] mt2063: add some useful info for the dvb callback callsMauro Carvalho Chehab2012-01-041-21/+47
* [media] mt2063: print the detected versionMauro Carvalho Chehab2012-01-041-2/+1
* [media] mt2063: Fix i2c read messageMauro Carvalho Chehab2012-01-041-8/+16
* [media] mt2063: Print a message about the detected mt2063 typeMauro Carvalho Chehab2012-01-041-4/+22
* [media] mt2063: don't crash if device is not initializedMauro Carvalho Chehab2012-01-041-0/+25
* [media] mt2063: Remove two unused temporary varsMauro Carvalho Chehab2012-01-041-4/+1
* [media] mt2063: Rewrite tuning logicMauro Carvalho Chehab2012-01-041-49/+13
* [media] mt2063: Add some debug printk'sMauro Carvalho Chehab2012-01-041-8/+68
* [media] mt2063: Convert it to the DVBv5 way for set_params()Mauro Carvalho Chehab2012-01-041-29/+17
* [media] mt2063: Properly document the author of the original driverMauro Carvalho Chehab2012-01-041-2/+4
* [media] mt2063: Rearrange the delivery system functionsMauro Carvalho Chehab2012-01-041-77/+66
* [media] mt2063: Fix commentsMauro Carvalho Chehab2012-01-041-589/+370
* [media] mt2063: Fix analog/digital set params logicMauro Carvalho Chehab2012-01-042-201/+190
* [media] mt2063: make checkpatch.pl happyMauro Carvalho Chehab2012-01-041-81/+48
* [media] mt2063: Cleanup some function prototypesMauro Carvalho Chehab2012-01-041-28/+16
* [media] mt2063: Reorder the code to avoid function prototypesMauro Carvalho Chehab2012-01-041-181/+150