summaryrefslogtreecommitdiff
path: root/drivers/media/common/tuners
AgeCommit message (Expand)AuthorFilesLines
2008-12-30V4L/DVB (9923): xc5000: remove init_fw optionDevin Heitmueller1-7/+0
2008-12-30V4L/DVB (9913): tuner-xc2028: allow printing stack trace as debug on sleep codeMauro Carvalho Chehab1-0/+4
2008-12-30V4L/DVB (9775): tda8290: fix FM radioMauro Carvalho Chehab1-10/+53
2008-12-30V4L/DVB (9774): tda827x: fix returned frequencyMauro Carvalho Chehab1-4/+4
2008-12-30V4L/DVB (9773): tda827x: fix printk message when in FM modeMauro Carvalho Chehab1-3/+4
2008-12-30V4L/DVB (9771): tuner-xc2028: fix a small warningMauro Carvalho Chehab1-1/+1
2008-12-30V4L/DVB (9769): tuner-xc2028: powers device of when not usedMauro Carvalho Chehab1-0/+31
2008-12-29V4L/DVB (9638): drivers/media: use ARRAY_SIZEJulia Lawall1-3/+3
2008-12-29V4L/DVB (9497): tda9887/cx88: Adds SECAM/BGH standardsFrederic CAND1-3/+2
2008-10-18V4L/DVB (9272): mxl5005s: Bug fix stopped DVB-T from working the second time ...Jose Alberto Reguero1-1/+3
2008-10-18V4L/DVB (9268): tuner: add FMD1216MEX tunerDarron Broad2-1/+34
2008-10-18V4L/DVB (9263): mxl5005s: Checkpatch complianceSteven Toth1-2/+4
2008-10-18V4L/DVB (9261): xc5000: Checkpatch complianceSteven Toth2-40/+41
2008-10-12V4L/DVB (9055): tuner-xc2028: Do a better job selecting firmware typeMauro Carvalho Chehab2-10/+31
2008-10-12V4L/DVB (9049): convert tuner drivers to use dvb_frontend->callbackMichael Krufky8-39/+32
2008-10-12V4L/DVB (8970): mt2060: implement I2C-gate controlAntti Palosaari1-2/+36
2008-10-12V4L/DVB (8954): common/tuners: Drop code after return or gotoJulia Lawall4-4/+0
2008-10-12V4L/DVB (8951): xc5000: dont pass devptr in xc5000_attach()Michael Krufky2-8/+7
2008-10-12V4L/DVB (8950): xc5000: prevent an OOPS if analog driver is unloaded while di...Michael Krufky1-8/+8
2008-10-12V4L/DVB (8949): xc5000: allow multiple driver instances for the same hardware...Michael Krufky1-26/+61
2008-10-12V4L/DVB (8948): xc5000: kill xc5000_priv.hMichael Krufky2-38/+12
2008-10-12V4L/DVB (8626): Add support for TCL tuner MF02GIP-5N-EMauro Carvalho Chehab2-0/+24
2008-10-05V4L/DVB (8967): Use correct XC3028L firmware for AMD ATI TV Wonder 600Devin Heitmueller1-0/+1
2008-09-04V4L/DVB (8805): Steven Toth email address changeSteven Toth8-9/+9
2008-09-04V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warningsHans Verkuil1-16/+17
2008-07-28V4L/DVB (8549): mxl5007: Fix an error at include fileMauro Carvalho Chehab1-1/+0
2008-07-27V4L/DVB (8534): remove select's of FW_LOADERAdrian Bunk1-7/+2
2008-07-27V4L/DVB (8532): mxl5007t: remove excessive locksMichael Krufky1-16/+0
2008-07-27V4L/DVB (8531): mxl5007t: move i2c gate handling outside of mutex protected c...Michael Krufky1-21/+24
2008-07-27V4L/DVB (8529): mxl5007t: enable _init and _sleep power management functionalityMichael Krufky1-8/+34
2008-07-27V4L/DVB (8528): add support for MaxLinear MxL5007T silicon tunerMichael Krufky4-0/+1130
2008-07-26V4L/DVB (8493): mt20xx: test below 0 on unsigned lo1a and lo2aroel kluin1-1/+2
2008-07-26V4L/DVB (8488): videodev: remove some CONFIG_VIDEO_V4L1_COMPAT code from v4l2...Hans Verkuil2-2/+2
2008-07-20V4L/DVB (8136): xc2028 unaligned access fixesAl Viro1-11/+14
2008-07-20V4L/DVB (8098): xc5000: add module option to load firmware during driver attachMichael Krufky1-0/+7
2008-07-20V4L/DVB (8060): Kconfig: MEDIA_TUNER_CUSTOMIZE should be disabled by defaultMichael Krufky1-0/+1
2008-07-20V4L/DVB (7984): tda18271: update filename in commentsMichael Krufky1-1/+1
2008-07-10tuners: treat firmware data as constDavid Woodhouse2-2/+2
2008-06-26V4L/DVB (8097): xc5000: check device hardware state to determine if firmware ...Steven Toth2-8/+23
2008-06-26V4L/DVB (8037): tda18271: ensure that the thermometer is off during channel c...Michael Krufky1-0/+3
2008-06-26V4L/DVB (8036): tda18271: toggle rf agc speed mode on TDA18271HD/C2 onlyMichael Krufky1-8/+12
2008-06-26V4L/DVB (8035): tda18271: dont touch EB14 if rf_cal lookup is out of rangeMichael Krufky1-1/+9
2008-06-26V4L/DVB (8034): tda18271: fix IF notch frequency handlingMichael Krufky1-11/+19
2008-06-05V4L/DVB (8000): tda827x: fix NULL pointer in tda827xa_lna_gainSigmund Augdal1-2/+2
2008-06-05V4L/DVB (7983): tda18271_calc_rf_cal must return the return value of tda18271...Michael Krufky1-2/+2
2008-06-05V4L/DVB (7974): fix MEDIA_TUNER && FW_LOADER build errorIngo Molnar1-0/+1
2008-06-05V4L/DVB (7944): tuner-xc2028: use hybrid_tuner_request_stateMichael Krufky1-46/+41
2008-06-05V4L/DVB (7943): tuner: add macro, hybrid_tuner_report_instance_countMichael Krufky1-0/+8
2008-06-05V4L/DVB (7922): tuner-simple: fix tuner_warn() induced kernel oops in simple_...Andy Walls1-2/+4
2008-06-05V4L/DVB (7906): tuners/mxl5005s.c: don't define variables for enumsAdrian Bunk1-2/+2