summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core
AgeCommit message (Expand)Author
2015-08-03vb2: Don't WARN when v4l2_buffer.bytesused is 0 for multiplanar buffersLaurent Pinchart
2015-04-24Merge tag 'dma-buf-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-04-21media: remove unused variable that causes a warningLinus Torvalds
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal
2015-04-21Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab
2015-04-10[media] v4l2-mem2mem: no need to initialize b in v4l2_m2m_next_buf and v4l2_m...Philipp Zabel
2015-04-10[media] vb2: add allow_zero_bytesused flag to the vb2_queue structKamil Debski
2015-04-10[media] vb2: split the io_flags member of vb2_queue into a bit fieldKamil Debski
2015-04-08Revert "[media] v4l: vb2-memops: use vma slab when vma allocation"Mauro Carvalho Chehab
2015-04-08[media] v4l: vb2-memops: use vma slab when vma allocationKyongHo Cho
2015-04-08[media] V4L2: Delete an unnecessary check before the function call "media_ent...Markus Elfring
2015-04-08[media] v4l2-dv-timings: log new V4L2_DV_FL_IS_CE_VIDEO flagHans Verkuil
2015-04-08[media] media/v4l2-ctrls: Always execute EXECUTE_ON_WRITE ctrlsRicardo Ribalda
2015-04-08[media] media/v4l2-ctrls: Add execute flags to write_only controlsRicardo Ribalda
2015-04-08[media] media/v4l2-ctrls: volatiles should not generate CH_VALUERicardo Ribalda
2015-04-03[media] v4l: of: Add v4l2_of_parse_link() functionLaurent Pinchart
2015-04-02[media] V4L: add CCF support to the v4l2_clk APIGuennadi Liakhovetski
2015-04-02[media] V4L: remove clock name from v4l2_clk APIGuennadi Liakhovetski
2015-04-02[media] v4l2-ioctl: allow all controls if ctrl_class == 0Hans Verkuil
2015-04-02[media] v4l2-dev: disable selection ioctls for non-video devicesHans Verkuil
2015-04-02[media] v4l2-ioctl: tidy up debug messagesHans Verkuil
2015-04-02[media] vb2: check if vb2_fop_write/read is allowedHans Verkuil
2015-04-02[media] v4l: of: Read lane-polarities endpoint propertySakari Ailus
2015-04-02[media] vb2: Fix dma_dir setting for dma-contig mem typeSakari Ailus
2015-03-23[media] v4l2-subdev.c: add 'which' checks for enum opsHans Verkuil
2015-03-23[media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_configHans Verkuil
2015-03-02[media] v4l2-core: drop g/s_priority opsHans Verkuil
2015-03-02[media] v4l2-core: remove the old .ioctl BKL replacementHans Verkuil
2015-03-02[media] vb2: fix 'UNBALANCED' warnings when calling vb2_thread_stop()Hans Verkuil
2015-02-26[media] tuner-core: fix compilation if the media controller is not definedMauro Carvalho Chehab
2015-02-13[media] tuner-core: properly initialize media controller subdevMauro Carvalho Chehab
2015-02-13[media] media: Fix DVB devnode representation at media controllerMauro Carvalho Chehab
2015-01-27[media] videobuf: make unused exported functions staticHans Verkuil
2015-01-27Merge tag 'v3.19-rc6' into patchworkMauro Carvalho Chehab
2015-01-21[media] vb2: fix vb2_thread_stop race conditionsHans Verkuil
2014-12-23[media] vb2-vmalloc: Protect DMA-specific code by #ifdef CONFIG_HAS_DMAGeert Uytterhoeven
2014-12-23[media] videobuf2-vmalloc: fix sparse warningHans Verkuil
2014-12-23[media] v4l2 core: improve debug flag handlingHans Verkuil
2014-12-22[media] v4l2-subdev: drop get/set_crop pad opsHans Verkuil
2014-12-22[media] media: remove emacs editor variablesHans Verkuil
2014-12-16[media] v4l2-ioctl: WARN_ON if querycap didn't fill device_capsHans Verkuil
2014-12-04[media] v4l: vb2: Fix race condition in _vb2_fop_releaseLaurent Pinchart
2014-12-04[media] v4l: vb2: Fix race condition in vb2_fop_pollLaurent Pinchart
2014-12-02[media] V4L2: Deletion of an unnecessary check before the function call "vb2_...Markus Elfring
2014-12-01[media] v4l2-ioctl.c: log the new ycbcr_enc and quantization fieldsHans Verkuil
2014-11-25[media] vb2: use dma_map_sg_attrs to prevent unnecessary syncHans Verkuil
2014-11-25[media] vb2-vmalloc: add support for dmabuf exportsHans Verkuil
2014-11-25[media] vb2-dma-sg: add support for dmabuf exportsHans Verkuil
2014-11-25[media] vb2-dma-sg: add dmabuf import supportHans Verkuil
2014-11-25[media] vb2-dma-sg: move dma_(un)map_sg hereHans Verkuil