aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
AgeCommit message (Expand)AuthorFilesLines
2012-12-27[media] cx18: Replace memcpy with struct assignmentEzequiel Garcia1-4/+2
2012-12-27[media] cx23885: Replace memcpy with struct assignmentEzequiel Garcia2-6/+3
2012-12-27[media] cx88: Replace memcpy with struct assignmentEzequiel Garcia3-5/+3
2012-12-27[media] ivtv: Replace memcpy with struct assignmentEzequiel Garcia1-8/+4
2012-12-27[media] zr36067: Replace memcpy with struct assignmentEzequiel Garcia1-2/+1
2012-12-27[media] bttv: avoid flooding the kernel log when i2c debugging is disabledJohn Törnblom1-1/+1
2012-12-27[media] ngene: separate demodulator and tuner attachPatrice Chotard1-0/+8
2012-12-27[media] saa7134: Add pm_qos_request to fix video corruptionSimon Farnsworth2-0/+15
2012-12-27[media] Added support for AVerTV Hybrid Express Slim HC81ROleh Kravchenko3-1/+90
2012-12-27[media] dvb: push down ioctl lock in dvb_usercopyNikolaus Schulz4-7/+29
2012-12-27[media] ttpci: Fix a missing Kconfig dependencyMauro Carvalho Chehab1-5/+0
2012-12-23[media] cx23885: add RC support for MyGica X8507Alfredo Jesús Delaiti2-0/+12
2012-12-21[media] drivers/media/pci/saa7134/saa7134-dvb.c: Test if videobuf_dvb_get_frontend return NULLPeter Senna Tschudin1-0/+3
2012-12-21[media] tda10071: make sure both tuner and demod i2c addresses are specifiedMichael Krufky1-1/+1
2012-12-21[media] v4l: Tell user space we're using monotonic timestampsSakari Ailus2-3/+3
2012-12-21[media] v4l: Convert drivers to use monotonic timestampsSakari Ailus9-13/+13
2012-12-20[media] ivtv: ivtv-driver: Replace 'flush_work_sync()'Fabio Estevam1-1/+1
2012-12-18[media] cx23885: add basic DVB-S2 support for Hauppauge HVR-4400Michael Krufky4-1/+67
2012-11-22[media] cx25821: Replace kmemdup for kstrdup and clean upPeter Senna Tschudin1-7/+4
2012-11-22[media] cx25821: fix error return code and clean upPeter Senna Tschudin1-7/+10
2012-11-22[media] drivers/media/pci/cx25821/cx25821-video-upstream-ch2.c: fix error return codePeter Senna Tschudin1-18/+12
2012-11-22[media] drivers/media/pci/dm1105/dm1105.c: fix error return codePeter Senna Tschudin1-1/+3
2012-11-22[media] drivers/media/pci/ngene/ngene-core.c: fix error return codePeter Senna Tschudin1-1/+2
2012-11-22[media] drivers/media/pci/cx25821/cx25821-video-upstream.c: fix error return codePeter Senna Tschudin1-6/+9
2012-11-22[media] drivers/media/pci/ttpci/budget-av.c: fix error return codePeter Senna Tschudin1-2/+2
2012-10-28[media] bttv-driver: fix two warningsMauro Carvalho Chehab1-4/+3
2012-10-28[media] meye: fix a warningMauro Carvalho Chehab1-1/+1
2012-10-28[media] saa7134,saa7164: warning: comparison of unsigned fixesMauro Carvalho Chehab3-5/+4
2012-10-28[media] ngene: better comment unused code to avoid warningsMauro Carvalho Chehab2-3/+5
2012-10-28[media] cx88: get rid of a warning at dprintk() macroMauro Carvalho Chehab3-11/+20
2012-10-28[media] cx88: reorder inline to prevent a gcc warningMauro Carvalho Chehab2-8/+8
2012-10-27[media] saa7164: get rid of warning: no previous prototypeMauro Carvalho Chehab6-36/+41
2012-10-27[media] mantis: get rid of warning: no previous prototypeMauro Carvalho Chehab3-5/+8
2012-10-27[media] ivtv-ioctl.c: remove an useless checkMauro Carvalho Chehab1-1/+1
2012-10-27[media] ivtv: get rid of warning: no previous prototypeMauro Carvalho Chehab5-9/+7
2012-10-27[media] dm1105: get rid of warning: no previous prototypeMauro Carvalho Chehab1-2/+2
2012-10-27[media] cx25821: get rid of warning: no previous prototypeMauro Carvalho Chehab6-40/+50
2012-10-27[media] cx23885-alsa: fix a false gcc warning at dprintk()Mauro Carvalho Chehab1-2/+4
2012-10-27[media] cx23885: get rid of warning: no previous prototypeMauro Carvalho Chehab13-33/+45
2012-10-27[media] cx18: get rid of warning: no previous prototypeMauro Carvalho Chehab3-2/+3
2012-10-27[media] rc-core: add separate defines for protocol bitmaps and numbersDavid Härdeman5-13/+13
2012-10-25[media] cx88: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-4/+2
2012-10-25[media] cx23885: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-4/+2
2012-10-19[media] remove include/linux/dvb/dmx.hMauro Carvalho Chehab1-0/+1
2012-10-12Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds15-20/+47
2012-10-11Merge branch 'staging/for_v3.7' into v4l_for_linusMauro Carvalho Chehab15-20/+47
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-07[media] cx25821: testing the wrong variableDan Carpenter2-2/+2
2012-10-07[media] drivers/media: Remove unnecessary semicolonPeter Senna Tschudin8-10/+10
2012-10-07Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds352-0/+174539