summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/ivtv
Commit message (Expand)AuthorAgeFilesLines
* [media] rc-core: improve ir-kbd-i2c get_key functionsDavid Härdeman2014-07-241-4/+5
* [media] v4l: Support extending the v4l2_pix_format structureLaurent Pinchart2014-07-171-3/+0Star
* [media] v4l2-ctrls: use ptrs for all but the s32 typeHans Verkuil2014-07-171-2/+2
* [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan2014-07-041-1/+0Star
* [media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart2014-05-242-2/+2
* [media] ivtv: Fix Oops when no firmware is loadedTakashi Iwai2014-05-231-0/+6
* [media] Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-141-4/+5
* [media] ivtv: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-171-1/+1
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-132-46/+7Star
|\
| * [media] ivtv: fix register range checkHans Verkuil2013-06-171-0/+2
| * [media] ivtv: remove g_chip_identHans Verkuil2013-06-172-44/+5Star
| * [media] media: pci: remove duplicate checks for EPERMLad, Prabhakar2013-05-271-2/+0Star
* | drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-041-1/+1
|/
* [media] ioctl numbers are unsigned intMauro Carvalho Chehab2013-03-291-1/+1
* [media] v4l2: add const to argument of write-only s_register ioctlHans Verkuil2013-03-241-3/+6
* [media] ivtv: prepare ivtv for adding const to s_registerHans Verkuil2013-03-241-13/+13
* [media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil2013-03-244-15/+15
* [media] v4l2: add const to argument of write-only s_tuner ioctlHans Verkuil2013-03-242-2/+2
* [media] v4l2: add const to argument of write-only s_frequency ioctlHans Verkuil2013-03-242-2/+2
* [media] media: ivtv: Remove redundant NULL check before kfreeSyam Sidhardhan2013-03-181-2/+1Star
* [media] cx18/ivtv: fix regression: remove __init from a non-init functionHans Verkuil2013-02-112-2/+2
* [media] drivers/media/pci: use memmove for overlapping regionsNickolai Zeldovich2013-02-051-2/+2
* [media] media: cx18, ivtv: eliminate unnecessary array index checksNickolai Zeldovich2013-02-051-2/+0Star
* Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab2013-01-241-5/+4Star
|\
| * Drivers: media: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-5/+4Star
* | [media] ivtv: Replace memcpy with struct assignmentEzequiel Garcia2012-12-271-8/+4Star
* | [media] ivtv: ivtv-driver: Replace 'flush_work_sync()'Fabio Estevam2012-12-201-1/+1
|/
* [media] ivtv-ioctl.c: remove an useless checkMauro Carvalho Chehab2012-10-271-1/+1
* [media] ivtv: get rid of warning: no previous prototypeMauro Carvalho Chehab2012-10-275-9/+7Star
* [media] rc-core: add separate defines for protocol bitmaps and numbersDavid Härdeman2012-10-271-4/+4
* [media] ivtv: fix format enumeration: don't show invalid formatsHans Verkuil2012-10-011-33/+35
* [media] ivtv: disable a bunch of ioctls that are invalid for the decoder VBIHans Verkuil2012-10-011-0/+13
* [media] ivtv: fix incorrect service_set for the decoder VBI captureHans Verkuil2012-10-011-0/+1
* [media] ivtv: don't allow g/s_frequency for output device nodesHans Verkuil2012-10-012-0/+7
* [media] ivtv: fix v4l2-compliance errors for the radio deviceHans Verkuil2012-10-012-3/+12
* [media] ivtv: fix v4l2-compliance error: inconsistent std reportingHans Verkuil2012-10-011-0/+9
* [media] ivtv: DECODER_CMD v4l2-compliance fixesHans Verkuil2012-10-011-0/+7
* [media] sliced vbi: subdevs shouldn't clear the full v4l2_sliced_vbi_format s...Hans Verkuil2012-10-011-0/+1
* [media] Set vfl_dir for all display or m2m driversHans Verkuil2012-09-261-0/+3
* [media] v4l2: make vidioc_s_crop constHans Verkuil2012-09-261-1/+1
* [media] v4l2: make vidioc_s_audout constHans Verkuil2012-09-261-2/+4
* [media] v4l2: make vidioc_s_audio constHans Verkuil2012-09-261-1/+1
* [media] v4l2: make vidioc_(un)subscribe_event constHans Verkuil2012-09-261-1/+1
* [media] v4l2: make vidioc_s_fbuf constHans Verkuil2012-09-261-2/+2
* [media] cx18/ivtv: Remove usage of V4L2_BUF_TYPE_PRIVATEHans Verkuil2012-09-261-10/+9Star
* [media] [TRIVIAL] ivtv-alsa-pcm: remove unnecessary printk.h includeHans Verkuil2012-09-261-1/+0Star
* [media] ivtv-alsa: Remove EXPERIMENTAL from Kconfig and revise Kconfig help textAndy Walls2012-09-181-4/+9
* [media] ivtv-alsa, ivtv: Connect ivtv PCM capture stream to ivtv-alsa interfa...Andy Walls2012-09-182-0/+51
* [media] ivtv, ivtv-alsa: Add initial ivtv-alsa interface driver for ivtvAndy Walls2012-09-1813-3/+1027
* [media] move i2c files into drivers/media/i2cMauro Carvalho Chehab2012-08-151-1/+1