aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core/videobuf2-v4l2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2017-11-27media: annotate ->poll() instancesAl Viro1-4/+4
2017-11-27annotate poll_table_struct ->_keyAl Viro1-1/+1
2017-11-27media: videobuf2: don't use kernel-doc "/**" markupsMauro Carvalho Chehab1-5/+5
2017-04-14[media] v4l: Add metadata buffer type and formatLaurent Pinchart1-0/+3
2016-10-21[media] v4l2-core: don't break long linesMauro Carvalho Chehab1-6/+4
2016-09-09[media] videobuf2-v4l2.h: get kernel-doc tags from C fileMauro Carvalho Chehab1-142/+0
2016-07-08[media] vb2: Merge vb2_internal_qbuf and vb2_qbufRicardo Ribalda1-9/+5
2016-07-08[media] vb2: Merge vb2_internal_dqbuf and vb2_dqbufRicardo Ribalda1-22/+17
2016-07-08[media] vb2: V4L2_BUF_FLAG_DONE is set after DQBUFRicardo Ribalda1-0/+6
2016-06-16[media] videobuf2-v4l2: Verify planes array in buffer dequeueingSakari Ailus1-0/+6
2016-05-11Revert "[media] videobuf2-v4l2: Verify planes array in buffer dequeueing"Mauro Carvalho Chehab1-6/+0
2016-04-25[media] media: vb2: Fix regression on poll() for RW modeRicardo Ribalda1-8/+6
2016-04-13[media] videobuf2-v4l2: Verify planes array in buffer dequeueingSakari Ailus1-0/+6
2016-02-04[media] vb2: fix nasty vb2_thread regressionHans Verkuil1-1/+1
2015-12-18[media] videobuf2-core: fill_user_buffer and copy_timestamp should return voidHans Verkuil1-7/+5
2015-12-18[media] media: videobuf2: Move vb2_fileio_data and vb2_thread to core partJunghak Sung1-615/+8
2015-12-18[media] media: videobuf2: Refactor vb2_fileio_data and vb2_threadJunghak Sung1-55/+49
2015-12-18[media] media: videobuf2: last_buffer_queued is set at fill_v4l2_buffer()Junghak Sung1-4/+5
2015-12-18[media] media: videobuf2: Separate vb2_poll()Junghak Sung1-34/+59
2015-12-18[media] media: videobuf2: Add copy_timestamp to struct vb2_queueJunghak Sung1-18/+13
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung1-4/+3
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil1-5/+43
2015-11-17[media] media: videobuf2: fix compare_const_fl.cocci warningsJulia Lawall1-1/+1
2015-11-17[media] vb2: fix a regression in poll() behavior for output,streamsHans Verkuil1-3/+3
2015-10-20[media] media: videobuf2: Move v4l2-specific stuff to videobuf2-v4l2Junghak Sung1-0/+1630
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung1-0/+31