aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-27[media] videobuf: make unused exported functions staticHans Verkuil1-10/+5
2015-01-27Merge tag 'v3.19-rc6' into patchworkMauro Carvalho Chehab1-10/+9
2015-01-21[media] vb2: fix vb2_thread_stop race conditionsHans Verkuil1-10/+9
2014-12-23[media] vb2-vmalloc: Protect DMA-specific code by #ifdef CONFIG_HAS_DMAGeert Uytterhoeven1-0/+5
2014-12-23[media] videobuf2-vmalloc: fix sparse warningHans Verkuil1-2/+2
2014-12-23[media] v4l2 core: improve debug flag handlingHans Verkuil2-16/+22
2014-12-22[media] v4l2-subdev: drop get/set_crop pad opsHans Verkuil1-8/+0
2014-12-22[media] media: remove emacs editor variablesHans Verkuil1-7/+0
2014-12-16[media] v4l2-ioctl: WARN_ON if querycap didn't fill device_capsHans Verkuil1-0/+6
2014-12-04[media] v4l: vb2: Fix race condition in _vb2_fop_releaseLaurent Pinchart1-4/+4
2014-12-04[media] v4l: vb2: Fix race condition in vb2_fop_pollLaurent Pinchart1-19/+8
2014-12-02[media] V4L2: Deletion of an unnecessary check before the function call "vb2_put_vma"Markus Elfring1-2/+1
2014-12-01[media] v4l2-ioctl.c: log the new ycbcr_enc and quantization fieldsHans Verkuil1-4/+7
2014-11-25[media] vb2: use dma_map_sg_attrs to prevent unnecessary syncHans Verkuil2-10/+47
2014-11-25[media] vb2-vmalloc: add support for dmabuf exportsHans Verkuil1-0/+171
2014-11-25[media] vb2-dma-sg: add support for dmabuf exportsHans Verkuil1-0/+170
2014-11-25[media] vb2-dma-sg: add dmabuf import supportHans Verkuil1-14/+137
2014-11-25[media] vb2-dma-sg: move dma_(un)map_sg hereHans Verkuil1-0/+41
2014-11-25[media] vb2-dma-sg: add allocation context to dma-sgHans Verkuil1-0/+32
2014-11-25[media] vb2: don't free alloc context if it is ERR_PTRHans Verkuil1-1/+2
2014-11-25[media] vb2: add dma_dir to the alloc memopHans Verkuil4-5/+12
2014-11-25[media] vb2: replace 'write' by 'dma_dir'Hans Verkuil4-36/+43
2014-11-25[media] v4l2: get/set prio using video_dev prio structureLaurent Pinchart1-2/+2
2014-11-25[media] v4l2-common: move v4l2_ctrl_check to cx2341xHans Verkuil1-30/+0
2014-11-25[media] v4l2-common: remove unused helper functionsHans Verkuil1-95/+0
2014-11-25[media] v4l2-dev: vdev->v4l2_dev is always set, so simplify codeHans Verkuil1-20/+14
2014-11-05[media] videobuf: fix sparse warningsHans Verkuil1-2/+4
2014-11-03[media] V4L2: fix VIDIOC_CREATE_BUFS 32-bit compatibility mode data copy-backGuennadi Liakhovetski1-4/+6
2014-10-28[media] v4l2-ctrls: fix sparse warningHans Verkuil1-35/+52
2014-10-24[media] videobuf-dma-contig: set vm_pgoff to be zero to pass the sanity check in vm_iomap_memory()Fancy Fang1-0/+9
2014-10-10Merge tag 'media/v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds10-69/+87
2014-10-09Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab10-69/+87
2014-09-26v4l2-pci-skeleton: Only build if PCI is availableMark Brown1-0/+9
2014-09-23[media] v4l2-ioctl.c: fix inverted conditionHans Verkuil1-1/+1
2014-09-23[media] v4l2-common: fix overflow in v4l_bound_align_image()Maciej Matraszek1-6/+3
2014-09-21[media] vb2: fix VBI/poll regressionHans Verkuil1-3/+14
2014-09-21[media] vb2: fix plane index sanity check in vb2_plane_cookie()Zhaowei Yuan1-1/+1
2014-09-21[media] vb2: fix vb2 state check when start_streaming failsHans Verkuil1-7/+10
2014-09-21[media] videobuf2-core: add comments before the WARN_ONHans Verkuil1-0/+12
2014-09-21[media] videobuf2-dma-sg: fix for wrong GFP mask to sg_alloc_table_from_pagesHans Verkuil1-1/+1
2014-09-21[media] v4l2-dv-timings: only check standards if non-zeroHans Verkuil1-1/+2
2014-09-21[media] v4l: Add camera pan/tilt speed controlsVincent Palatin1-0/+2
2014-09-21[media] videobuf: Allow reqbufs(0) to free current buffersHans de Goede1-5/+6
2014-09-21[media] videobuf2-core: take mmap_sem before calling __qbuf_userptrHans Verkuil1-0/+2
2014-09-03[media] tuner-core: use true/false for boolean varsMauro Carvalho Chehab1-1/+1
2014-09-03[media] v4l2-compat-ioctl32: fix sparse warningsHans Verkuil1-11/+19
2014-09-03[media] v4l2-ioctl: fix sparse warningsHans Verkuil1-2/+2
2014-09-02[media] vb2: fix multiplanar read() with non-zero data_offsetHans Verkuil1-0/+6
2014-08-21[media] vb2: use pr_info instead of pr_debugHans Verkuil1-1/+1
2014-08-21[media] videobuf2: fix lockdep warningHans Verkuil1-37/+19