summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core/v4l2-subdev.c
AgeCommit message (Expand)Author
2022-04-24media: subdev: add locking wrappers to subdev op wrappersTomi Valkeinen
2022-04-24media: subdev: add subdev state lockingTomi Valkeinen
2022-04-24media: subdev: pass also the active state to subdevs from ioctlsTomi Valkeinen
2022-04-24media: subdev: add active state to struct v4l2_subdevTomi Valkeinen
2022-04-24media: subdev: rename subdev-state alloc & freeTomi Valkeinen
2022-04-24media: v4l2-subdev: drop extra #ifdefTomi Valkeinen
2022-01-28media: v4l2-subdev: Drop .set_mbus_config() operationLaurent Pinchart
2021-06-17media: subdev: remove VIDIOC_DQEVENT_TIME32 handlingArnd Bergmann
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen
2020-11-16media: v4l: subdev: Improve link format validation debug messagesSakari Ailus
2020-08-18media: v4l2-subdev: Introduce [get|set]_mbus_config pad opsJacopo Mondi
2020-05-18media: v4l2-subdev: add v4l2_subdev_get_fwnode_pad_1_to_1Steve Longerbeam
2020-05-12media: v4l2-subdev: add VIDIOC_SUBDEV_QUERYCAP ioctlHans Verkuil
2020-05-12media: v4l2-subdev: Guard whole fops and ioctl hdlrJacopo Mondi
2020-05-12media: v4l2-dev: Add v4l2_device_register_ro_subdev_node()Jacopo Mondi
2020-01-09media: v4l2-core: fix uninitialized structure fields being returned to userspaceColin Ian King
2020-01-03media: v4l2-core: fix VIDIOC_DQEVENT for time64 ABIArnd Bergmann
2019-11-05media: v4l2-subdev: Don't use __u32 internallyJanusz Krzysztofik
2019-07-25media: v4l: ctrls: Add debug messagesEzequiel Garcia
2019-07-11media: v4l2-subdev: fix regression in check_pad()Hans Verkuil
2019-06-24media: v4l2-subdev: Verify v4l2_subdev_call() pad config argumentJanusz Krzysztofik
2019-06-24media: v4l2-subdev: Verify v4l2_subdev_call() pointer argumentsJanusz Krzysztofik
2019-06-24media: v4l2-subdev: Verify arguments in v4l2_subdev_call()Janusz Krzysztofik
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-03-19media: v4l2-subdev: handle module refcounting hereHans Verkuil
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab
2018-08-31media: v4l2-ctrls: support g/s_ext_ctrls for requestsHans Verkuil
2018-07-24media: v4l: Add support for STD ioctls on subdev nodesNiklas Söderlund
2018-05-28media: v4l2-core: push taking ioctl mutex down to ioctl handlerHans Verkuil
2018-02-26media: v4l2-subdev: implement VIDIOC_DBG_G_CHIP_INFO ioctlHans Verkuil
2018-02-26media: v4l2-subdev: without controls return -ENOTTYHans Verkuil
2018-02-22media: v4l2-subdev: clear reserved fieldsHans Verkuil
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-27media: annotate ->poll() instancesAl Viro
2017-06-20[media] v4l2-core: Use kvmalloc() for potentially big allocationsTomasz Figa
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus
2016-07-23[media] v4l2-subdev.h: Improve documentationMauro Carvalho Chehab
2016-04-29[media] media: change pipeline validation return errorHelen Mae Koike Fornazier
2016-04-13[media] v4l: subdev: Add pad config allocator and initLaurent Pinchart
2016-04-13[media] media: Add obj_type field to struct media_entityLaurent Pinchart
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-subdev: use MEDIA_ENT_T_UNKNOWN for new subdevsMauro Carvalho Chehab
2016-01-11[media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab
2016-01-11[media] replace all occurrences of MEDIA_ENT_T_DEVNODE_V4LMauro Carvalho Chehab
2015-07-17[media] Add helper function for subdev event notificationsLars-Peter Clausen
2015-04-08[media] V4L2: Delete an unnecessary check before the function call "media_ent...Markus Elfring
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