aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/ivtv (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-11mm: gup: use get_user_pages_unlockedAndrea Arcangeli1-4/+2
2014-12-23[media] ivtv: fix sparse warningHans Verkuil1-9/+13
2014-11-25[media] bttv/cx25821/cx88/ivtv: use sg_next instead of sg++Hans Verkuil1-1/+1
2014-11-14[media] pci: Make use of MEDIA_BUS_FMT definitionsBoris BREZILLON2-2/+2
2014-09-26[media] pci drivers: use %zu instead of %zdMauro Carvalho Chehab2-3/+3
2014-09-03[media] ivtv: fix sparse warningsHans Verkuil1-7/+5
2014-07-23[media] rc-core: improve ir-kbd-i2c get_key functionsDavid Härdeman1-4/+5
2014-07-17[media] v4l: Support extending the v4l2_pix_format structureLaurent Pinchart1-3/+0
2014-07-17[media] v4l2-ctrls: use ptrs for all but the s32 typeHans Verkuil1-2/+2
2014-07-04[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan1-1/+0
2014-05-24[media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart2-2/+2
2014-05-23[media] ivtv: Fix Oops when no firmware is loadedTakashi Iwai1-0/+6
2014-02-14[media] Convert to snd_card_new() with a device pointerTakashi Iwai1-4/+5
2013-10-17[media] ivtv: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-07-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-46/+7
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-06-17[media] ivtv: fix register range checkHans Verkuil1-0/+2
2013-06-17[media] ivtv: remove g_chip_identHans Verkuil2-44/+5
2013-05-27[media] media: pci: remove duplicate checks for EPERMLad, Prabhakar1-2/+0
2013-03-29[media] ioctl numbers are unsigned intMauro Carvalho Chehab1-1/+1
2013-03-24[media] v4l2: add const to argument of write-only s_register ioctlHans Verkuil1-3/+6
2013-03-24[media] ivtv: prepare ivtv for adding const to s_registerHans Verkuil1-13/+13
2013-03-24[media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil4-15/+15
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-2/+2
2013-03-18[media] media: ivtv: Remove redundant NULL check before kfreeSyam Sidhardhan1-2/+1
2013-02-11[media] cx18/ivtv: fix regression: remove __init from a non-init functionHans Verkuil2-2/+2
2013-02-05[media] drivers/media/pci: use memmove for overlapping regionsNickolai Zeldovich1-2/+2
2013-02-05[media] media: cx18, ivtv: eliminate unnecessary array index checksNickolai Zeldovich1-2/+0
2013-01-24Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab1-5/+4
2013-01-03Drivers: media: remove __dev* attributes.Greg Kroah-Hartman1-5/+4
2012-12-27[media] ivtv: Replace memcpy with struct assignmentEzequiel Garcia1-8/+4
2012-12-20[media] ivtv: ivtv-driver: Replace 'flush_work_sync()'Fabio Estevam1-1/+1
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] rc-core: add separate defines for protocol bitmaps and numbersDavid Härdeman1-4/+4
2012-10-01[media] ivtv: fix format enumeration: don't show invalid formatsHans Verkuil1-33/+35
2012-10-01[media] ivtv: disable a bunch of ioctls that are invalid for the decoder VBIHans Verkuil1-0/+13
2012-10-01[media] ivtv: fix incorrect service_set for the decoder VBI captureHans Verkuil1-0/+1
2012-10-01[media] ivtv: don't allow g/s_frequency for output device nodesHans Verkuil2-0/+7
2012-10-01[media] ivtv: fix v4l2-compliance errors for the radio deviceHans Verkuil2-3/+12
2012-10-01[media] ivtv: fix v4l2-compliance error: inconsistent std reportingHans Verkuil1-0/+9
2012-10-01[media] ivtv: DECODER_CMD v4l2-compliance fixesHans Verkuil1-0/+7
2012-10-01[media] sliced vbi: subdevs shouldn't clear the full v4l2_sliced_vbi_format structHans Verkuil1-0/+1
2012-09-26[media] Set vfl_dir for all display or m2m driversHans Verkuil1-0/+3
2012-09-26[media] v4l2: make vidioc_s_crop constHans Verkuil1-1/+1
2012-09-26[media] v4l2: make vidioc_s_audout constHans Verkuil1-2/+4
2012-09-26[media] v4l2: make vidioc_s_audio constHans Verkuil1-1/+1
2012-09-26[media] v4l2: make vidioc_(un)subscribe_event constHans Verkuil1-1/+1
2012-09-26[media] v4l2: make vidioc_s_fbuf constHans Verkuil1-2/+2