aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core/v4l2-dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-05media: v4l2-core: fix size of devnode_nums[] bitarrayMauro Carvalho Chehab1-2/+6
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-4/+6
2017-12-18media: v4l2-dev: convert VFL_TYPE_* into an enumMauro Carvalho Chehab1-4/+6
2017-11-27media: annotate ->poll() instancesAl Viro1-1/+1
2017-11-27anntotate the places where ->poll() return values goAl Viro1-1/+1
2017-04-14[media] v4l: Add metadata buffer type and formatLaurent Pinchart1-6/+10
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-08-23[media] v4l2-core: Add support for touch devicesNick Dyer1-3/+11
2016-07-23[media] doc-rst: document v4l2-dev.hMauro Carvalho Chehab1-34/+0
2016-04-13[media] media: Add obj_type field to struct media_entityLaurent Pinchart1-0/+1
2016-01-11[media] media_entity: remove gfp_flags argumentMauro Carvalho Chehab1-2/+1
2016-01-11[media] uapi/media.h: Rename entities types to functionsMauro Carvalho Chehab1-7/+7
2016-01-11[media] media-entity.h: rename entity.type to entity.functionMauro Carvalho Chehab1-7/+7
2016-01-11[media] v4l2 core: enable all interface links at initMauro Carvalho Chehab1-1/+2
2016-01-11[media] v4l2-core: create MC interfaces for devnodesMauro Carvalho Chehab1-18/+93
2016-01-11[media] replace all occurrences of MEDIA_ENT_T_DEVNODE_V4LMauro Carvalho Chehab1-1/+1
2015-10-20[media] v4l2: add support for SDR transmitterAntti Palosaari1-2/+12
2015-04-02[media] v4l2-dev: disable selection ioctls for non-video devicesHans Verkuil1-8/+8
2015-03-02[media] v4l2-core: drop g/s_priority opsHans Verkuil1-4/+3
2015-03-02[media] v4l2-core: remove the old .ioctl BKL replacementHans Verkuil1-28/+0
2015-02-13[media] media: Fix DVB devnode representation at media controllerMauro Carvalho Chehab1-2/+2
2014-12-23[media] v4l2 core: improve debug flag handlingHans Verkuil1-13/+15
2014-12-22[media] media: remove emacs editor variablesHans Verkuil1-7/+0
2014-11-25[media] v4l2-dev: vdev->v4l2_dev is always set, so simplify codeHans Verkuil1-20/+14
2014-07-17[media] v4l2-dev: don't debug poll unless the debug level > 2Hans Verkuil1-1/+1
2014-07-17[media] v4l2-dev: streamon/off is only a valid ioctl for video, vbi and sdrHans Verkuil1-2/+2
2014-07-17[media] v4l2: integrate support for VIDIOC_QUERY_EXT_CTRLHans Verkuil1-0/+2
2014-07-04[media] media: v4l2-core: remove the use of V4L2_FL_USE_FH_PRIO flagRamakrishnan Muthukrishnan1-4/+2
2014-03-11[media] v4l2: add VIDIOC_G/S_EDID support to the v4l2 coreHans Verkuil1-0/+2
2014-03-05[media] v4l: do not allow modulator ioctls for non-radio devicesHans Verkuil1-2/+3
2014-03-05[media] v4l: enable some IOCTLs for SDR receiverAntti Palosaari1-3/+18
2014-03-05[media] v4l: add device type for Software Defined RadioAntti Palosaari1-0/+6
2014-01-27[media] media: v4l2-dev: fix video device index assignmentMarek Szyprowski1-1/+1
2014-01-07[media] v4l2: move tracepoints to video_usercopyHans Verkuil1-9/+0
2013-12-10[media] v4l2-dev: Add tracepoints for QBUF and DQBUFWade Farnsworth1-0/+9
2013-09-05Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-3/+2
2013-08-24[media] v4l2-dev: Fix race condition on __video_register_deviceRicardo Ribalda1-3/+2
2013-08-19v4l2: convert class code to use dev_groupsGreg Kroah-Hartman1-13/+17
2013-06-21[media] v4l2: always require v4l2_dev, rename parent to dev_parentHans Verkuil1-19/+15
2013-06-21[media] v4l2-core: remove support for obsolete VIDIOC_DBG_G_CHIP_IDENTHans Verkuil1-1/+0
2013-06-17[media] v4l2: remove deprecated current_norm support completelyHans Verkuil1-3/+2
2013-04-14[media] v4l2: rename VIDIOC_DBG_G_CHIP_NAME to _CHIP_INFOHans Verkuil1-1/+1
2013-04-14[media] v4l2: put VIDIOC_DBG_G_CHIP_NAME under ADV_DEBUGHans Verkuil1-1/+1
2013-03-25[media] v4l2: add new VIDIOC_DBG_G_CHIP_NAME ioctlHans Verkuil1-2/+3
2013-03-24[media] v4l2 core: remove the obsolete dv_preset supportHans Verkuil1-4/+0
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
2012-11-25[media] v4l: add buffer exporting via dmabufTomasz Stanislawski1-0/+1