summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
* [media] videobuf: make unused exported functions staticHans Verkuil2015-01-271-10/+5
* Merge tag 'v3.19-rc6' into patchworkMauro Carvalho Chehab2015-01-271-10/+9
|\
| * [media] vb2: fix vb2_thread_stop race conditionsHans Verkuil2015-01-211-10/+9
* | [media] vb2-vmalloc: Protect DMA-specific code by #ifdef CONFIG_HAS_DMAGeert Uytterhoeven2014-12-231-0/+5
* | [media] videobuf2-vmalloc: fix sparse warningHans Verkuil2014-12-231-2/+2
* | [media] v4l2 core: improve debug flag handlingHans Verkuil2014-12-232-16/+22
* | [media] v4l2-subdev: drop get/set_crop pad opsHans Verkuil2014-12-221-8/+0
* | [media] media: remove emacs editor variablesHans Verkuil2014-12-221-7/+0
|/
* [media] v4l2-ioctl: WARN_ON if querycap didn't fill device_capsHans Verkuil2014-12-161-0/+6
* [media] v4l: vb2: Fix race condition in _vb2_fop_releaseLaurent Pinchart2014-12-041-4/+4
* [media] v4l: vb2: Fix race condition in vb2_fop_pollLaurent Pinchart2014-12-041-19/+8
* [media] V4L2: Deletion of an unnecessary check before the function call "vb2_...Markus Elfring2014-12-021-2/+1
* [media] v4l2-ioctl.c: log the new ycbcr_enc and quantization fieldsHans Verkuil2014-12-011-4/+7
* [media] vb2: use dma_map_sg_attrs to prevent unnecessary syncHans Verkuil2014-11-252-10/+47
* [media] vb2-vmalloc: add support for dmabuf exportsHans Verkuil2014-11-251-0/+171
* [media] vb2-dma-sg: add support for dmabuf exportsHans Verkuil2014-11-251-0/+170
* [media] vb2-dma-sg: add dmabuf import supportHans Verkuil2014-11-251-14/+137
* [media] vb2-dma-sg: move dma_(un)map_sg hereHans Verkuil2014-11-251-0/+41
* [media] vb2-dma-sg: add allocation context to dma-sgHans Verkuil2014-11-251-0/+32
* [media] vb2: don't free alloc context if it is ERR_PTRHans Verkuil2014-11-251-1/+2
* [media] vb2: add dma_dir to the alloc memopHans Verkuil2014-11-254-5/+12
* [media] vb2: replace 'write' by 'dma_dir'Hans Verkuil2014-11-254-36/+43
* [media] v4l2: get/set prio using video_dev prio structureLaurent Pinchart2014-11-251-2/+2
* [media] v4l2-common: move v4l2_ctrl_check to cx2341xHans Verkuil2014-11-251-30/+0
* [media] v4l2-common: remove unused helper functionsHans Verkuil2014-11-251-95/+0
* [media] v4l2-dev: vdev->v4l2_dev is always set, so simplify codeHans Verkuil2014-11-251-20/+14
* [media] videobuf: fix sparse warningsHans Verkuil2014-11-051-2/+4
* [media] V4L2: fix VIDIOC_CREATE_BUFS 32-bit compatibility mode data copy-backGuennadi Liakhovetski2014-11-031-4/+6
* [media] v4l2-ctrls: fix sparse warningHans Verkuil2014-10-281-35/+52
* [media] videobuf-dma-contig: set vm_pgoff to be zero to pass the sanity check...Fancy Fang2014-10-241-0/+9
* Merge tag 'media/v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-10-1010-69/+87
|\
| * Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab2014-10-0910-69/+87
| |\
| | * [media] v4l2-ioctl.c: fix inverted conditionHans Verkuil2014-09-231-1/+1
| | * [media] v4l2-common: fix overflow in v4l_bound_align_image()Maciej Matraszek2014-09-231-6/+3
| | * [media] v4l2-dv-timings: only check standards if non-zeroHans Verkuil2014-09-211-1/+2
| | * [media] v4l: Add camera pan/tilt speed controlsVincent Palatin2014-09-211-0/+2
| | * [media] videobuf: Allow reqbufs(0) to free current buffersHans de Goede2014-09-211-5/+6
| | * [media] videobuf2-core: take mmap_sem before calling __qbuf_userptrHans Verkuil2014-09-211-0/+2
| | * [media] tuner-core: use true/false for boolean varsMauro Carvalho Chehab2014-09-031-1/+1
| | * [media] v4l2-compat-ioctl32: fix sparse warningsHans Verkuil2014-09-031-11/+19
| | * [media] v4l2-ioctl: fix sparse warningsHans Verkuil2014-09-031-2/+2
| | * [media] vb2: fix multiplanar read() with non-zero data_offsetHans Verkuil2014-09-021-0/+6
| | * [media] vb2: use pr_info instead of pr_debugHans Verkuil2014-08-211-1/+1
| | * [media] videobuf2: fix lockdep warningHans Verkuil2014-08-211-37/+19
| | * [media] vmalloc_sg: off by one in error handlingDan Carpenter2014-08-211-2/+4
| | * [media] v4l: subdev: Extend default link validation to cover field orderLaurent Pinchart2014-08-211-0/+9
| | * [media] v4l: Add test pattern colour component controlsSakari Ailus2014-08-211-0/+4
| | * [media] dvb-frontend: add core support for tuner suspend/resumeMauro Carvalho Chehab2014-08-211-2/+6
* | | v4l2-pci-skeleton: Only build if PCI is availableMark Brown2014-09-261-0/+9
|/ /
* | [media] vb2: fix VBI/poll regressionHans Verkuil2014-09-211-3/+14
OpenPOWER on IntegriCloud