summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core/v4l2-subdev.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-25media: subdev: Replace custom implementation of device_match_fwnode()Andy Shevchenko1-1/+1
2022-10-27v4l: subdev: Warn if disabling streaming failed, return successSakari Ailus1-0/+15
2022-05-13media: v4l2-subdev.c: kvmalloc_array -> kvcallocHans Verkuil1-3/+2
2022-04-24media: subdev: add v4l2_subdev_get_fmt() helper functionTomi Valkeinen1-0/+22
2022-04-24media: subdev: add locking wrappers to subdev op wrappersTomi Valkeinen1-7/+48
2022-04-24media: subdev: add subdev state lockingTomi Valkeinen1-17/+46
2022-04-24media: subdev: pass also the active state to subdevs from ioctlsTomi Valkeinen1-10/+54
2022-04-24media: subdev: add active state to struct v4l2_subdevTomi Valkeinen1-0/+21
2022-04-24media: subdev: rename subdev-state alloc & freeTomi Valkeinen1-6/+6
2022-04-24media: v4l2-subdev: drop extra #ifdefTomi Valkeinen1-2/+1
2022-01-28media: v4l2-subdev: Drop .set_mbus_config() operationLaurent Pinchart1-8/+0
2021-06-17media: subdev: remove VIDIOC_DQEVENT_TIME32 handlingArnd Bergmann1-24/+0
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen1-62/+80
2020-11-16media: v4l: subdev: Improve link format validation debug messagesSakari Ailus1-7/+41
2020-08-18media: v4l2-subdev: Introduce [get|set]_mbus_config pad opsJacopo Mondi1-0/+16
2020-05-18media: v4l2-subdev: add v4l2_subdev_get_fwnode_pad_1_to_1Steve Longerbeam1-0/+22
2020-05-12media: v4l2-subdev: add VIDIOC_SUBDEV_QUERYCAP ioctlHans Verkuil1-0/+11
2020-05-12media: v4l2-subdev: Guard whole fops and ioctl hdlrJacopo Mondi1-8/+31
2020-05-12media: v4l2-dev: Add v4l2_device_register_ro_subdev_node()Jacopo Mondi1-0/+19
2020-01-09media: v4l2-core: fix uninitialized structure fields being returned to userspaceColin Ian King1-1/+1
2020-01-03media: v4l2-core: fix VIDIOC_DQEVENT for time64 ABIArnd Bergmann1-1/+25
2019-11-05media: v4l2-subdev: Don't use __u32 internallyJanusz Krzysztofik1-3/+3
2019-07-25media: v4l: ctrls: Add debug messagesEzequiel Garcia1-3/+3
2019-07-11media: v4l2-subdev: fix regression in check_pad()Hans Verkuil1-1/+1
2019-06-24media: v4l2-subdev: Verify v4l2_subdev_call() pad config argumentJanusz Krzysztofik1-6/+21
2019-06-24media: v4l2-subdev: Verify v4l2_subdev_call() pointer argumentsJanusz Krzysztofik1-0/+27
2019-06-24media: v4l2-subdev: Verify arguments in v4l2_subdev_call()Janusz Krzysztofik1-92/+146
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-03-19media: v4l2-subdev: handle module refcounting hereHans Verkuil1-13/+9
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-3/+6
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-1/+1
2018-08-31media: v4l2-ctrls: support g/s_ext_ctrls for requestsHans Verkuil1-3/+6
2018-07-24media: v4l: Add support for STD ioctls on subdev nodesNiklas Söderlund1-0/+22
2018-05-28media: v4l2-core: push taking ioctl mutex down to ioctl handlerHans Verkuil1-1/+16
2018-02-26media: v4l2-subdev: implement VIDIOC_DBG_G_CHIP_INFO ioctlHans Verkuil1-0/+13
2018-02-26media: v4l2-subdev: without controls return -ENOTTYHans Verkuil1-0/+24
2018-02-22media: v4l2-subdev: clear reserved fieldsHans Verkuil1-0/+13
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-27media: annotate ->poll() instancesAl Viro1-1/+1
2017-06-20[media] v4l2-core: Use kvmalloc() for potentially big allocationsTomasz Figa1-3/+5
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus1-4/+0
2016-07-23[media] v4l2-subdev.h: Improve documentationMauro Carvalho Chehab1-10/+0
2016-04-29[media] media: change pipeline validation return errorHelen Mae Koike Fornazier1-2/+2
2016-04-13[media] v4l: subdev: Add pad config allocator and initLaurent Pinchart1-4/+35
2016-04-13[media] media: Add obj_type field to struct media_entityLaurent Pinchart1-0/+1
2016-01-11[media] uapi/media.h: Rename entities types to functionsMauro Carvalho Chehab1-2/+2
2016-01-11[media] media-entity.h: rename entity.type to entity.functionMauro Carvalho Chehab1-3/+3
2016-01-11[media] v4l2-subdev: use MEDIA_ENT_T_UNKNOWN for new subdevsMauro Carvalho Chehab1-1/+1
2016-01-11[media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab1-1/+1
2016-01-11[media] replace all occurrences of MEDIA_ENT_T_DEVNODE_V4LMauro Carvalho Chehab1-1/+1