aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-17V4L/DVB (10527): tuner: fix TUV1236D analog/digital setupMauro Carvalho Chehab1-6/+4
2009-01-29V4L/DVB (10270): saa7146: fix unbalanced mutex_lock/unlockHans Verkuil1-0/+1
2009-01-29V4L/DVB (10248): v4l-dvb: fix a bunch of compile warnings.Hans Verkuil1-1/+1
2009-01-07V4L/DVB (10182): tda8290: fix TDA8290 + TDA18271 initializationMichael Krufky1-1/+2
2009-01-07V4L/DVB (10179): tda8290: Fix two sparse warningsMauro Carvalho Chehab1-2/+1
2009-01-02V4L/DVB (10170): tuner-simple: prevent possible OOPS caused by divide by zero errorMichael Krufky1-0/+9
2009-01-02V4L/DVB (10162): tuner-simple: Fix tuner type set messageMauro Carvalho Chehab1-1/+6
2009-01-02V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil2-3/+4
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-11/+10
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 (9772): saa7134: Add support for Kworld Plus TV Analog Lite PCIMauro Carvalho Chehab1-0/+61
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 (9629): Add support for the ATI TV Wonder HD 600 USB Remote ControlDevin Heitmueller1-0/+32
2008-12-29V4L/DVB (9503): v4l: remove inode argument from video_usercopyHans Verkuil2-9/+3
2008-12-29V4L/DVB (9497): tda9887/cx88: Adds SECAM/BGH standardsFrederic CAND1-3/+2
2008-10-21V4L/DVB (9330): Get rid of inode parameter at v4l_compat_translate_ioctl()Mauro Carvalho Chehab1-3/+9
2008-10-21V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil1-2/+2
2008-10-17V4L/DVB (9272): mxl5005s: Bug fix stopped DVB-T from working the second time around.Jose Alberto Reguero1-1/+3
2008-10-17V4L/DVB (9268): tuner: add FMD1216MEX tunerDarron Broad2-1/+34
2008-10-17V4L/DVB (9263): mxl5005s: Checkpatch complianceSteven Toth1-2/+4
2008-10-17V4L/DVB (9261): xc5000: Checkpatch complianceSteven Toth2-40/+41
2008-10-13V4L/DVB (9168): Add support for MSI TV@nywhere Plus remoteBrian Rogers1-1/+91
2008-10-12V4L/DVB (9061): saa7134: Add support for Real Audio 220Mauro Carvalho Chehab1-0/+40
2008-10-12V4L/DVB (9060): saa7134: Add support for Avermedia PCI pure analog (M135A)Mauro Carvalho Chehab1-0/+50
2008-10-12V4L/DVB (9059): saa7134: Add support for Encore version 5.3 boardMauro Carvalho Chehab1-0/+43
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 digital is in useMichael Krufky1-8/+8
2008-10-12V4L/DVB (8949): xc5000: allow multiple driver instances for the same hardware to share stateMichael Krufky1-26/+61
2008-10-12V4L/DVB (8948): xc5000: kill xc5000_priv.hMichael Krufky2-38/+12
2008-10-12V4L/DVB (8786): v4l2: remove the priv field, use dev_get_drvdata insteadHans Verkuil1-1/+1
2008-10-12V4L/DVB (8745): v4l2: fix a bunch of compile warnings.Hans Verkuil1-1/+1
2008-10-12V4L/DVB (8628): bttv: Add support for Encore ENLTV2-FMMauro Carvalho Chehab1-3/+52
2008-10-12V4L/DVB (8626): Add support for TCL tuner MF02GIP-5N-EMauro Carvalho Chehab2-0/+24
2008-10-04V4L/DVB (8967): Use correct XC3028L firmware for AMD ATI TV Wonder 600Devin Heitmueller1-0/+1
2008-09-03V4L/DVB (8805): Steven Toth email address changeSteven Toth8-9/+9
2008-09-03V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warningsHans Verkuil2-19/+18
2008-07-27V4L/DVB (8549): mxl5007: Fix an error at include fileMauro Carvalho Chehab1-1/+0
2008-07-27V4L/DVB (8546): saa7146: fix read from uninitialized memoryHans Verkuil1-1/+1
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