aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx25821 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-126/+53
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-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-102/+32
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-100/+35
2013-04-16[media] cx25821: move vidq from cx25821_fh to cx25821_channelHans Verkuil2-128/+115
2013-04-16[media] cx25821: remove 'type' field from cx25821_fhHans Verkuil2-42/+15
2013-04-16[media] cx25821: use core lockingHans Verkuil4-96/+27
2013-04-16[media] cx25821: remove unnecessary debug messagesHans Verkuil1-12/+0
2013-04-16[media] cx25821: remove TRUE/FALSE/STATUS_(UN)SUCCESSFUL definesHans Verkuil3-7/+2
2013-04-16[media] cx25821: convert to the control frameworkHans Verkuil3-184/+41
2013-04-16[media] cx25821: embed video_device, clean up some kernel log spamHans Verkuil3-55/+16
2013-04-16[media] cx25821: remove bogus dependenciesHans Verkuil7-44/+4
2013-04-16[media] cx25821: remove cropping ioctlsHans Verkuil1-44/+0
2013-04-16[media] cx25821: make lots of externals staticHans Verkuil3-243/+153
2013-04-16[media] cx25821: s_input didn't check for invalid inputHans Verkuil1-3/+1
2013-04-16[media] cx25821: remove unnecessary global devlistHans Verkuil4-106/+41
2013-04-16[media] cx25821: make cx25821_sram_channels constHans Verkuil8-92/+57
2013-04-16[media] cx25821: fix log_status, querycapHans Verkuil1-12/+11
2013-04-16[media] cx25821: remove unused fields, ioctlsHans Verkuil4-152/+10
2013-04-16[media] cx25821: remove bogus radio/vbi/'video-ioctl' supportHans Verkuil4-143/+88
2013-04-16[media] cx25821: fix compiler warningHans Verkuil2-6/+5
2013-04-15[media] cx25821: the audio channel was registered as a video nodeHans Verkuil2-6/+7
2013-04-15[media] cx25821: do not expose broken video output streamsHans Verkuil1-1/+1
2013-04-13cx25821: sanitize cx25821_openfile_audio() a bit...Al Viro1-68/+28
2013-04-13cx25821: sanitize cx25821_get_audio_data() a bitAl Viro1-58/+25
2013-03-24[media] v4l2: add const to argument of write-only s_register ioctlHans Verkuil2-2/+2
2013-03-24[media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil2-4/+4
2013-03-24[media] v4l2: add const to argument of write-only s_tuner ioctlHans Verkuil2-2/+2
2013-03-24[media] v4l2: add const to argument of write-only s_frequency ioctlHans Verkuil2-4/+4
2013-03-18[media] cx25821: Cleanup filename assignment codePeter Senna Tschudin1-15/+6
2013-02-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-1/+2
2013-02-08[media] btcx-risc: move from media/i2c to media/commonHans Verkuil1-0/+1
2013-01-24Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab1-4/+4
2013-01-11drivers/media/video/cx25821: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-03Drivers: media: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-12-21[media] v4l: Convert drivers to use monotonic timestampsSakari Ailus1-1/+1
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