aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-09[media] media_tree: Fix spelling errorsJonathan McCrohan3-3/+3
2013-11-29[media] saa7164: fix return value check in saa7164_initdev()Wei Yongjun1-1/+3
2013-11-29[media] bttv: don't setup the controls if there are no video devicesHans Verkuil1-1/+2
2013-11-18Merge branch 'topic/kbuild-fixes-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds4-11/+42
2013-11-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds30-109/+183
2013-11-08[media] cimax2: Don't use dynamic static allocationMauro Carvalho Chehab1-1/+12
2013-11-08[media] av7110_hw: Don't use dynamic static allocationMauro Carvalho Chehab1-2/+17
2013-11-07[media] cx18: struct i2c_client is too big for stackMauro Carvalho Chehab1-8/+12
2013-11-07[media] zoran: don't build it on alphaMauro Carvalho Chehab1-0/+1
2013-10-31[media] ddbridge: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-10-31[media] ngene: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-10-31[media] dm1105: remove unneeded not-null testAlexandru Juncu1-2/+1
2013-10-17[media] cx25821: fix sparse warningsHans Verkuil4-20/+14
2013-10-17[media] ivtv: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-17[media] zoran: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-17[media] misc drivers: remove deprecated IRQF_DISABLEDMichael Opdenacker10-11/+10
2013-10-17[media] cx18: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-10-17[media] pci: ngene: Remove redundant pci_set_drvdataSachin Kamat1-2/+0
2013-10-17[media] pci: bt878: Remove redundant pci_set_drvdataSachin Kamat1-1/+0
2013-10-17[media] pci: saa7164: Remove redundant pci_set_drvdataSachin Kamat1-1/+0
2013-10-17[media] pci: pt1: Remove redundant pci_set_drvdataSachin Kamat1-2/+0
2013-10-17[media] pci: pluto2: Remove redundant pci_set_drvdataSachin Kamat1-2/+0
2013-10-17[media] pci: mantis: Remove redundant pci_set_drvdataSachin Kamat1-2/+0
2013-10-17[media] pci: dm1105: Remove redundant pci_set_drvdataSachin Kamat1-2/+0
2013-10-17[media] pci: cx88: Remove redundant pci_set_drvdataSachin Kamat3-4/+0
2013-10-17[media] pci: flexcop: Remove redundant pci_set_drvdataSachin Kamat1-2/+0
2013-10-17[media] pci: cx88-video: Use module_pci_driverSachin Kamat1-14/+1
2013-10-17[media] pci: cx88-mpeg: Use module_pci_driverSachin Kamat1-13/+1
2013-10-17[media] pci: cx88-alsa: Use module_pci_driverSachin Kamat1-24/+1
2013-10-14[media] cx23885: Add Leadtek Winfast PxPVR2200Anca Emanuel3-1/+44
2013-10-14[media] saa7134: Fix crash when device is closed before streamoffSimon Farnsworth1-0/+1
2013-10-03[media] cx24117: use hybrid_tuner_request/release_state to share state between multiple instancesLuis Alves1-9/+2
2013-10-03[media] cx23885: add support for cx24117 with tbs6980 or tbs6981Luis Alves5-0/+113
2013-09-03[media] cx88: Fix regression: CX88_AUDIO_WM8775 can't be 0Hans Verkuil1-1/+1
2013-08-24[media] cx88: fix build when VP3054=m and CX88_DVB=yMauro Carvalho Chehab1-3/+8
2013-08-24[media] Fixed misleading error when handling IR interruptsLuis Alves1-4/+1
2013-08-22[media] cx23885: Add DTV support for Mygica X8502/X8507 boardsMauro Carvalho Chehab3-2/+30
2013-08-22[media] cx23885-dvb: use a better approach to hook set_frontendMauro Carvalho Chehab2-8/+18
2013-08-01[media] cx23885-video: fix two warningsMauro Carvalho Chehab1-0/+1
2013-08-01[media] cx23885[v4]: Fix interrupt storm when enabling IR receiverLuis Alves3-2/+41
2013-07-30[media] cx23885: Fix TeVii S471 regression since introduction of ts2020Johannes Koch1-0/+4
2013-07-26[media] bttv: stop abusing mbox_we for sw_statusOndrej Zary2-17/+12
2013-07-15[media] saa7134: Fix unlocked snd_pcm_stop() callTakashi Iwai1-0/+2
2013-07-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds39-1103/+494
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook1-1/+1
2013-06-28[media] saa7134: Fix sparse warnings by adding __user annotationEmil Goode1-1/+1
2013-06-28[media] saa7164: fix compiler warningHans Verkuil1-1/+2
2013-06-21[media] cx88: set dev_parent to the correct parent PCI busHans Verkuil1-0/+7
2013-06-21[media] saa7134: use v4l2_dev instead of the deprecated parent fieldHans Verkuil1-1/+1