summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-buf-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-243-3/+21
|\
| * dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal2015-04-213-3/+21
* | media: remove unused variable that causes a warningLinus Torvalds2015-04-211-1/+0
* | Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab2015-04-2111-115/+287
|\ \ | |/ |/|
| * [media] v4l2-mem2mem: no need to initialize b in v4l2_m2m_next_buf and v4l2_m...Philipp Zabel2015-04-101-2/+2
| * [media] vb2: add allow_zero_bytesused flag to the vb2_queue structKamil Debski2015-04-101-6/+33
| * [media] vb2: split the io_flags member of vb2_queue into a bit fieldKamil Debski2015-04-101-8/+9
| * Revert "[media] v4l: vb2-memops: use vma slab when vma allocation"Mauro Carvalho Chehab2015-04-081-2/+2
| * [media] v4l: vb2-memops: use vma slab when vma allocationKyongHo Cho2015-04-081-2/+2
| * [media] V4L2: Delete an unnecessary check before the function call "media_ent...Markus Elfring2015-04-081-2/+1
| * [media] v4l2-dv-timings: log new V4L2_DV_FL_IS_CE_VIDEO flagHans Verkuil2015-04-081-2/+4
| * [media] media/v4l2-ctrls: Always execute EXECUTE_ON_WRITE ctrlsRicardo Ribalda2015-04-081-0/+4
| * [media] media/v4l2-ctrls: Add execute flags to write_only controlsRicardo Ribalda2015-04-081-3/+6
| * [media] media/v4l2-ctrls: volatiles should not generate CH_VALUERicardo Ribalda2015-04-081-0/+9
| * [media] v4l: of: Add v4l2_of_parse_link() functionLaurent Pinchart2015-04-031-0/+61
| * [media] V4L: add CCF support to the v4l2_clk APIGuennadi Liakhovetski2015-04-021-3/+45
| * [media] V4L: remove clock name from v4l2_clk APIGuennadi Liakhovetski2015-04-021-20/+13
| * [media] v4l2-ioctl: allow all controls if ctrl_class == 0Hans Verkuil2015-04-021-0/+2
| * [media] v4l2-dev: disable selection ioctls for non-video devicesHans Verkuil2015-04-021-8/+8
| * [media] v4l2-ioctl: tidy up debug messagesHans Verkuil2015-04-021-2/+2
| * [media] vb2: check if vb2_fop_write/read is allowedHans Verkuil2015-04-021-0/+4
| * [media] v4l: of: Read lane-polarities endpoint propertySakari Ailus2015-04-021-9/+32
| * [media] v4l2-subdev.c: add 'which' checks for enum opsHans Verkuil2015-03-231-0/+12
| * [media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_configHans Verkuil2015-03-231-9/+9
| * [media] v4l2-core: drop g/s_priority opsHans Verkuil2015-03-022-8/+5
| * [media] v4l2-core: remove the old .ioctl BKL replacementHans Verkuil2015-03-022-29/+0
| * [media] tuner-core: fix compilation if the media controller is not definedMauro Carvalho Chehab2015-02-261-0/+2
| * [media] tuner-core: properly initialize media controller subdevMauro Carvalho Chehab2015-02-131-0/+20
| * [media] media: Fix DVB devnode representation at media controllerMauro Carvalho Chehab2015-02-132-4/+4
* | [media] vb2: Fix dma_dir setting for dma-contig mem typeSakari Ailus2015-04-021-2/+1
* | [media] vb2: fix 'UNBALANCED' warnings when calling vb2_thread_stop()Hans Verkuil2015-03-021-8/+3
|/
* [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
OpenPOWER on IntegriCloud