aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-16[media] Add registers names to XC2028 tuner from datahseet and use themMiroslav Slugen1-6/+21
2012-01-16[media] xc4000: add support for signal strength measuresMiroslav Slugen1-0/+86
2012-01-10[media] mxl5007t: bugfix DVB-T 7 MHz and 8 MHz bandwidthAntti Palosaari1-0/+2
2012-01-10[media] tda18271-fe: Fix support for ISDB-TMauro Carvalho Chehab1-0/+1
2012-01-06[media] xc3028: fix center frequency calculation for DTV78 firmwareGianluca Gennari1-10/+16
2012-01-06[media] drivers: media: tuners: Fix dependency for MEDIA_TUNER_TEA5761Fabio Estevam1-1/+1
2012-01-05[media] mt2063: fix get_if_frequency callStefan Ringel1-1/+1
2012-01-04[media] Don't test for ops->info.type inside driversMauro Carvalho Chehab1-1/+6
2012-01-04[media] mt2063: Add it to the building systemMauro Carvalho Chehab2-0/+8
2012-01-04[media] mt2063: Add support for get_if_frequency()Mauro Carvalho Chehab1-4/+4
2012-01-04[media] mt2063: add some useful info for the dvb callback callsMauro Carvalho Chehab1-21/+47
2012-01-04[media] mt2063: print the detected versionMauro Carvalho Chehab1-2/+1
2012-01-04[media] mt2063: Fix i2c read messageMauro Carvalho Chehab1-8/+16
2012-01-04[media] mt2063: Print a message about the detected mt2063 typeMauro Carvalho Chehab1-4/+22
2012-01-04[media] mt2063: don't crash if device is not initializedMauro Carvalho Chehab1-0/+25
2012-01-04[media] mt2063: Remove two unused temporary varsMauro Carvalho Chehab1-4/+1
2012-01-04[media] mt2063: Rewrite tuning logicMauro Carvalho Chehab1-49/+13
2012-01-04[media] mt2063: Add some debug printk'sMauro Carvalho Chehab1-8/+68
2012-01-04[media] mt2063: Convert it to the DVBv5 way for set_params()Mauro Carvalho Chehab1-29/+17
2012-01-04[media] mt2063: Properly document the author of the original driverMauro Carvalho Chehab1-2/+4
2012-01-04[media] mt2063: Rearrange the delivery system functionsMauro Carvalho Chehab1-77/+66
2012-01-04[media] mt2063: Fix commentsMauro Carvalho Chehab1-589/+370
2012-01-04[media] mt2063: Fix analog/digital set params logicMauro Carvalho Chehab2-201/+190
2012-01-04[media] mt2063: make checkpatch.pl happyMauro Carvalho Chehab1-81/+48
2012-01-04[media] mt2063: Cleanup some function prototypesMauro Carvalho Chehab1-28/+16
2012-01-04[media] mt2063: Reorder the code to avoid function prototypesMauro Carvalho Chehab1-181/+150
2012-01-04[media] mt2063: Remove setParm/getParm abstraction layerMauro Carvalho Chehab2-960/+172
2012-01-04[media] mt2063: Rework on the publicly-exported functionsMauro Carvalho Chehab2-32/+14
2012-01-04[media] mt2063: Simplify mt2063_setTune logicMauro Carvalho Chehab1-34/+3
2012-01-04[media] mt2063: simplify lockstatus logicMauro Carvalho Chehab1-94/+43
2012-01-04[media] mt2063: Remove several unused parametersMauro Carvalho Chehab1-362/+2
2012-01-04[media] mt2063: Use linux default max functionMauro Carvalho Chehab1-31/+3
2012-01-04[media] mt2063: Don't violate the DVB APIMauro Carvalho Chehab1-42/+9
2012-01-04[media] mt2063: Simplify device init logicMauro Carvalho Chehab1-333/+242
2012-01-04[media] mt2063: Simplify some functionsMauro Carvalho Chehab1-138/+12
2012-01-04[media] mt2063: Rewrite read/write logic at the driverMauro Carvalho Chehab1-189/+73
2012-01-04[media] mt2063: Remove the code for more than one adjacent mt2063 tunersMauro Carvalho Chehab1-327/+1
2012-01-04[media] mt2063: Use state for the state structureMauro Carvalho Chehab1-415/+415
2012-01-04[media] mt2063: Merge the two state structures into oneMauro Carvalho Chehab1-567/+454
2012-01-04[media] mt2063: Remove unused data structuresMauro Carvalho Chehab1-83/+14
2012-01-04[media] mt2063: Use Unix standard error handlingMauro Carvalho Chehab1-1220/+1139
2012-01-04[media] mt2063: Remove internal version checksMauro Carvalho Chehab1-7/+1
2012-01-04[media] mt2063: Move data structures to the driverMauro Carvalho Chehab2-527/+528
2012-01-04[media] mt2063: get rid of compilation warningsMauro Carvalho Chehab2-22/+24
2012-01-04[media] mt2063: Remove unused stuffMauro Carvalho Chehab1-512/+0
2012-01-04[media] mt2063: Re-define functions as staticMauro Carvalho Chehab2-114/+44
2012-01-04[media] mt2063: Remove most of the #if'sMauro Carvalho Chehab2-93/+4
2012-01-04[media] mt2063: Use standard Linux types, instead of redefining themMauro Carvalho Chehab2-418/+406
2012-01-04[media] mt2063: Fix the driver to make it compileMauro Carvalho Chehab2-9/+17
2012-01-04[media] mt2063: Move code from mt2063_cfg.hMauro Carvalho Chehab2-122/+129