aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
AgeCommit message (Expand)AuthorFilesLines
2013-06-17[media] bttv: fix querystdHans Verkuil1-2/+2
2013-06-17[media] saa7134: drop deprecated current_normHans Verkuil2-2/+0
2013-06-17[media] cx23885: remove use of deprecated current_normHans Verkuil2-9/+3
2013-06-17[media] saa7164: replace current_norm by g_stdHans Verkuil3-2/+25
2013-06-17[media] saa6752hs: convert to the control frameworkHans Verkuil1-335/+122
2013-06-17[media] ivtv: fix register range checkHans Verkuil1-0/+2
2013-06-17[media] cx18: fix register range checkHans Verkuil1-0/+4
2013-06-17[media] mxb: check register address when reading/writing a registerHans Verkuil1-0/+4
2013-06-17[media] saa7134: check register address in g_registerHans Verkuil1-2/+2
2013-06-17[media] saa6752hs: drop obsolete g_chip_identHans Verkuil1-14/+0
2013-06-17[media] cx23885: remove g_chip_identHans Verkuil5-145/+29
2013-06-17[media] ivtv: remove g_chip_identHans Verkuil2-44/+5
2013-06-17[media] cx18: remove g_chip_ident supportHans Verkuil3-104/+7
2013-06-17[media] v4l2: remove g_chip_ident from bridge drivers where it is easy to do soHans Verkuil7-117/+4
2013-06-08[media] cx88: fix NULL pointer dereferenceHans Verkuil2-9/+6
2013-05-31zoran: racy refcount handling in vm_ops ->open()/->close()Al Viro2-8/+9
2013-05-27[media] media: pci: remove duplicate checks for EPERMLad, Prabhakar7-32/+0
2013-05-27[media] sta2x11_vip: fix error return code in sta2x11_vip_init_one()Wei Yongjun1-1/+2
2013-05-21[media] stb0899: remove commented value from IQ_SWAP_ON/OFF usagesReinhard Nissl3-3/+3
2013-05-21[media] CARDLIST.bttv: add new cardsHans Verkuil1-0/+1
2013-05-21[media] bttv: Add CyberVision CV06Ondrej Zary1-0/+10
2013-05-21[media] bttv: Add noname Bt848 capture card with 14MHz xtalOndrej Zary2-1/+21
2013-05-21[media] bttv: Add Adlink MPG24 entry to the bttv cardlistHans Verkuil2-5/+18
2013-05-02Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds2-4/+6
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-128/+55
2013-05-01zoran: Don't print proc_dir_entry data in debugDavid Howells1-1/+1
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-1/+1
2013-04-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds65-4343/+1748
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-04-28[media] cx88: make core less verboseMauro Carvalho Chehab3-18/+25
2013-04-25[media] cx25821-alsa: get rid of a __must_check warningMauro Carvalho Chehab1-0/+2
2013-04-25[media] cx25821-video: declare cx25821_vidioc_s_std as staticMauro Carvalho Chehab1-1/+2
2013-04-25[media] cx25821-video: remove maxw from cx25821_vidioc_try_fmt_vid_capMauro Carvalho Chehab1-2/+1
2013-04-25Merge branch 'topic/cx25821' into patchworkMauro Carvalho Chehab15-3241/+778
2013-04-22[media] cx88: Fix unsafe locking in suspend-resumeAlexey Khoroshilov2-8/+12
2013-04-16[media] sta2x11_vip: Fix compilation if I2C is not setMauro Carvalho Chehab1-0/+1
2013-04-16[media] zoran: Don't print proc_dir_entry data in debug [RFC]David Howells1-1/+1
2013-04-16[media] cx25821: remove cx25821-audio-upstream.c from the MakefileHans Verkuil2-4/+1
2013-04-16[media] cx25821: replace custom ioctls with write()Hans Verkuil4-228/+72
2013-04-16[media] cx25821: drop cx25821-video-upstream-ch2.c/hHans Verkuil7-1195/+243
2013-04-16[media] cx25821: add output format ioctlsHans Verkuil1-0/+46
2013-04-16[media] cx25821: prepare querycap for output supportHans Verkuil1-2/+2
2013-04-16[media] cx25821: group all fmt functions togetherHans Verkuil1-41/+43
2013-04-16[media] cx25821: setup output nodes correctlyHans Verkuil4-200/+67
2013-04-16[media] cx25821: remove references to subdevices that aren't thereHans Verkuil3-131/+7
2013-04-16[media] cx25821: remove custom ioctls that duplicate v4l2 ioctlsHans Verkuil3-143/+6
2013-04-16[media] cx25821: g/s/try/enum_fmt related fixes and cleanupsHans Verkuil1-101/+31
2013-04-16[media] cx25821: switch to v4l2_fh, add event and prio handlingHans Verkuil3-148/+59
2013-04-16[media] cx25821: replace resource management functions with fh ownershipHans Verkuil2-99/+34
2013-04-16[media] cx25821: move vidq from cx25821_fh to cx25821_channelHans Verkuil2-128/+115