summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core/v4l2-dev.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2017-12-18media: v4l2-dev: convert VFL_TYPE_* into an enumMauro Carvalho Chehab
2017-11-27media: annotate ->poll() instancesAl Viro
2017-11-27anntotate the places where ->poll() return values goAl Viro
2017-04-14[media] v4l: Add metadata buffer type and formatLaurent Pinchart
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-08-23[media] v4l2-core: Add support for touch devicesNick Dyer
2016-07-23[media] doc-rst: document v4l2-dev.hMauro Carvalho Chehab
2016-04-13[media] media: Add obj_type field to struct media_entityLaurent Pinchart
2016-01-11[media] media_entity: remove gfp_flags argumentMauro Carvalho Chehab
2016-01-11[media] uapi/media.h: Rename entities types to functionsMauro Carvalho Chehab
2016-01-11[media] media-entity.h: rename entity.type to entity.functionMauro Carvalho Chehab
2016-01-11[media] v4l2 core: enable all interface links at initMauro Carvalho Chehab
2016-01-11[media] v4l2-core: create MC interfaces for devnodesMauro Carvalho Chehab
2016-01-11[media] replace all occurrences of MEDIA_ENT_T_DEVNODE_V4LMauro Carvalho Chehab
2015-10-20[media] v4l2: add support for SDR transmitterAntti Palosaari
2015-04-02[media] v4l2-dev: disable selection ioctls for non-video devicesHans 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-02-13[media] media: Fix DVB devnode representation at media controllerMauro Carvalho Chehab
2014-12-23[media] v4l2 core: improve debug flag handlingHans Verkuil
2014-12-22[media] media: remove emacs editor variablesHans Verkuil
2014-11-25[media] v4l2-dev: vdev->v4l2_dev is always set, so simplify codeHans Verkuil
2014-07-17[media] v4l2-dev: don't debug poll unless the debug level > 2Hans Verkuil
2014-07-17[media] v4l2-dev: streamon/off is only a valid ioctl for video, vbi and sdrHans Verkuil
2014-07-17[media] v4l2: integrate support for VIDIOC_QUERY_EXT_CTRLHans Verkuil
2014-07-04[media] media: v4l2-core: remove the use of V4L2_FL_USE_FH_PRIO flagRamakrishnan Muthukrishnan
2014-03-11[media] v4l2: add VIDIOC_G/S_EDID support to the v4l2 coreHans Verkuil
2014-03-05[media] v4l: do not allow modulator ioctls for non-radio devicesHans Verkuil
2014-03-05[media] v4l: enable some IOCTLs for SDR receiverAntti Palosaari
2014-03-05[media] v4l: add device type for Software Defined RadioAntti Palosaari
2014-01-27[media] media: v4l2-dev: fix video device index assignmentMarek Szyprowski
2014-01-07[media] v4l2: move tracepoints to video_usercopyHans Verkuil
2013-12-10[media] v4l2-dev: Add tracepoints for QBUF and DQBUFWade Farnsworth
2013-09-05Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-08-24[media] v4l2-dev: Fix race condition on __video_register_deviceRicardo Ribalda
2013-08-19v4l2: convert class code to use dev_groupsGreg Kroah-Hartman
2013-06-21[media] v4l2: always require v4l2_dev, rename parent to dev_parentHans Verkuil
2013-06-21[media] v4l2-core: remove support for obsolete VIDIOC_DBG_G_CHIP_IDENTHans Verkuil
2013-06-17[media] v4l2: remove deprecated current_norm support completelyHans Verkuil
2013-04-14[media] v4l2: rename VIDIOC_DBG_G_CHIP_NAME to _CHIP_INFOHans Verkuil
2013-04-14[media] v4l2: put VIDIOC_DBG_G_CHIP_NAME under ADV_DEBUGHans Verkuil
2013-03-25[media] v4l2: add new VIDIOC_DBG_G_CHIP_NAME ioctlHans Verkuil
2013-03-24[media] v4l2 core: remove the obsolete dv_preset supportHans Verkuil
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-06[media] v4l2-core: do not enable the buffer ioctls for radio devicesFrank Schaefer
2012-11-25[media] v4l: add buffer exporting via dmabufTomasz Stanislawski
2012-09-26[media] v4l2-dev: reorder checks into blocks of ioctls with similar propertiesHans Verkuil