aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-25[media] fix compilation with both V4L2 and I2C as 'm'Mauro Carvalho Chehab1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-06[media] v4l2-core: do not enable the buffer ioctls for radio devicesFrank Schaefer1-7/+7
2013-02-06[media] use IS_ENABLED() macroPeter Senna Tschudin1-1/+1
2013-02-06[media] [V2,24/24] v4l2-core/v4l2-common.c: use IS_ENABLED() macroPeter Senna Tschudin1-2/+2
2013-02-05[media] videobuf2: don't return POLLERR when only polling for eventsHans Verkuil1-0/+5
2013-02-05[media] tuner-core: map audmode to STEREO for radio devicesHans Verkuil1-1/+16
2013-02-05[media] V4L: Add v4l2_ctrl_subdev_log_status() helper functionSylwester Nawrocki1-0/+7
2013-02-05[media] V4L: Add v4l2_ctrl_subdev_subscribe_event() helper functionSylwester Nawrocki1-0/+9
2013-02-05[media] V4L: Add v4l2_event_subdev_unsubscribe() helper functionSylwester Nawrocki1-0/+7
2013-02-05[media] v4l2-ctrl: Add helper function for the controls range updateSylwester Nawrocki1-39/+104
2013-01-24Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab1-1/+3
2013-01-06[media] v4l: Don't compile v4l2-int-device unless really neededSakari Ailus2-1/+13
2013-01-06[media] V4L: Remove deprecated image centering controlsSylwester Nawrocki1-2/+0
2013-01-06[media] v4l: vb2: Set data_offset to 0 for single-plane output buffersLaurent Pinchart1-1/+3
2013-01-05[media] v4l: Reset subdev v4l2_dev field to NULL if registration failsLaurent Pinchart1-16/+14
2013-01-05[media] v4l2-ctrls: add a notify callbackHans Verkuil1-0/+18
2012-12-21[media] v4l: Tell user space we're using monotonic timestampsSakari Ailus2-5/+7
2012-12-21[media] v4l: Helper function for obtaining timestampsSakari Ailus1-0/+10
2012-12-19[media] media: mem2mem: make reference to struct m2m_ops in the core constGuennadi Liakhovetski1-2/+2
2012-11-27Revert "videobuf2-dma-contig: Only support if HAVE_GENERIC_DMA_COHERENT"Mauro Carvalho Chehab1-6/+0
2012-11-26videobuf2-dma-contig: Only support if HAVE_GENERIC_DMA_COHERENTMauro Carvalho Chehab1-0/+6
2012-11-25[media] v4l: vb2-dma-contig: align buffer size to PAGE_SIZETomasz Stanislawski1-0/+3
2012-11-25[media] v4l: vb2-dma-contig: fail if user ptr buffer is not correctly alignedMarek Szyprowski1-0/+12
2012-11-25[media] v4l: vb2-dma-contig: add reference counting for a device from allocator contextTomasz Stanislawski1-1/+3
2012-11-25[media] v4l: vb2-dma-contig: add support for DMABUF exportingTomasz Stanislawski1-0/+200
2012-11-25[media] v4l: vb2: add buffer exporting via dmabufTomasz Stanislawski2-0/+96
2012-11-25[media] v4l: add buffer exporting via dmabufTomasz Stanislawski3-0/+12
2012-11-25[media] v4l: vb2-dma-contig: let mmap method to use dma_mmap_coherent callMarek Szyprowski2-42/+26
2012-11-25[media] v4l: vb2-vmalloc: add support for dmabuf importingTomasz Stanislawski2-0/+57
2012-11-25[media] v4l: vb2-dma-contig: add support for dma_buf importingSumit Semwal2-2/+119
2012-11-25[media] v4l: vb2-dma-contig: add prepare/finish to dma-contig allocatorMarek Szyprowski1-0/+24
2012-11-25[media] v4l: vb2: add prepare/finish callbacks to allocatorsMarek Szyprowski1-0/+11
2012-11-25[media] v4l: vb2-dma-contig: add support for scatterlist in userptr modeTomasz Stanislawski1-16/+210
2012-11-25[media] v4l: vb2-dma-contig: reorder functionsLaurent Pinchart1-38/+54
2012-11-25[media] v4l: vb2-dma-contig: remove reference of alloc_ctx from a bufferTomasz Stanislawski1-7/+6
2012-11-25[media] v4l: vb2-dma-contig: shorten vb2_dma_contig prefix to vb2_dcLaurent Pinchart1-18/+18
2012-11-25[media] v4l: vb: remove warnings about MEMORY_DMABUFSumit Semwal1-0/+4
2012-11-25[media] v4l: vb2: add support for shared buffer (dma_buf)Sumit Semwal2-3/+204
2012-11-25[media] v4l: Add DMABUF as a memory typeSumit Semwal2-0/+19
2012-11-22[media] v4l: Don't warn during link validation when encountering a V4L2 devnodeLaurent Pinchart1-11/+11
2012-11-21[media] v4l, smiapp, smiapp-pll, adp1653: Update contact informationSakari Ailus2-2/+2
2012-10-28[media] mem2mem: replace BUG_ON with WARN_ONNicolas THERY1-4/+2
2012-10-28[media] v4l2-common: h_bp var is unused at v4l2_detect_gtf()Mauro Carvalho Chehab1-2/+1
2012-10-12Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds3-42/+119
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov3-3/+3
2012-10-07[media] v4l2-ioctl: fix W=1 warningsHans Verkuil1-2/+1
2012-10-07[media] v4l2-ioctl: add blocks check for VIDIOC_SUBDEV_G/S_EDIDHans Verkuil1-0/+4
2012-10-05[media] v4l: Add control definitions for new H264 encoder featuresArun Kumar K1-0/+42