summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core
AgeCommit message (Expand)AuthorFilesLines
2023-07-05Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds6-94/+434
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-06-10mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes1-1/+1
2023-06-09media: Add NV15_4L4 pixel formatBenjamin Gaignard2-0/+3
2023-06-09media: v4l2-common: Add support for fractional bppNicolas Dufresne1-80/+80
2023-06-09media: AV1: Make sure that bit depth in correctly initializeBenjamin Gaignard1-0/+5
2023-06-09media: Add AV1 uAPIDaniel Almeida3-0/+320
2023-06-02media: v4l2-mc: Drop subdev check in v4l2_create_fwnode_links_to_pad()Vaishnav Achath1-2/+1
2023-05-26media: v4l2-mc: Drop subdev check in v4l2_create_fwnode_links_to_pad()Vaishnav Achath1-2/+1
2023-05-25media: mc: Make media_get_pad_index() use pad type flagSakari Ailus1-13/+25
2023-05-25media: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-15media: Add ABGR64_12 video formatMing Qian2-0/+2
2023-04-15media: Add BGR48_12 video formatMing Qian2-0/+2
2023-04-15media: Add YUV48_12 video formatMing Qian2-0/+2
2023-04-15media: Add Y212 v4l2 format infoMing Qian1-0/+1
2023-04-15media: Add Y012 video formatMing Qian1-0/+1
2023-04-15media: Add P012 and P012M video formatMing Qian2-0/+4
2023-04-15media: v4l2-subdev: Add new ioctl for client capabilitiesTomi Valkeinen1-0/+63
2023-04-11media: Accept non-subdev sinks in v4l2_create_fwnode_links_to_pad()Laurent Pinchart1-9/+6
2023-04-11media: v4l: async: Return async sub-devices to subnotifier listSakari Ailus1-5/+8
2023-04-10media: add RealVideo format RV30 and RV40Ming Qian1-0/+2
2023-04-10media: add Sorenson Spark video formatMing Qian1-0/+1
2023-03-20media: subdev: Add V4L2_SUBDEV_ROUTING_NO_MULTIPLEXINGTomi Valkeinen1-3/+33
2023-03-20media: subdev: Split V4L2_SUBDEV_ROUTING_NO_STREAM_MIXTomi Valkeinen1-4/+11
2023-03-20media: subdev: Use 'shall' instead of 'may' in route validationTomi Valkeinen1-1/+1
2023-03-20media: v4l2-core: zero field base in struct v4l2_framebufferHans Verkuil2-7/+12
2023-03-20media: v4l2-core: drop v4l2_window clipping and bitmap supportHans Verkuil2-118/+25
2023-03-20media: v4l2-dev.c: check for V4L2_CAP_STREAMING to enable streaming ioctlsHans Verkuil1-2/+3
2023-03-18media: v4l: subdev: Make link validation saferSakari Ailus1-0/+10
2023-03-18media: subdev: Fix validation state lockdep issueTomi Valkeinen1-30/+52
2023-02-26Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds5-40/+1014
2023-02-26media: v4l2-subdev.c: clear stream fieldHans Verkuil1-0/+15
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-4/+4
2023-02-23Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+6
2023-02-22Merge tag 'platform-drivers-x86-v6.3-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-0/+71
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan3-4/+4
2023-02-09media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct lineHans Verkuil1-1/+1
2023-02-08media: drivers/media/v4l2-core/v4l2-h264 : add detection of null pointersDong Chuanjian1-0/+4
2023-02-08media: v4l2-jpeg: ignore the unknown APP14 markerMing Qian1-1/+1
2023-02-08media: v4l2-jpeg: correct the skip count in jpeg_parse_app14_dataMing Qian1-1/+1
2023-02-06media: v4l2-mem2mem: use vb2_is_streaming()Hans Verkuil1-2/+2
2023-02-03media: v4l2-core: Make the v4l2-core code enable/disable the privacy LED if p...Hans de Goede4-0/+71
2023-01-22media: v4l2-subdev: Add v4l2_subdev_s_stream_helper() functionLaurent Pinchart1-0/+40
2023-01-22media: v4l2-subdev: Add subdev .(enable|disable)_streams() operationsLaurent Pinchart1-0/+224
2023-01-22media: v4l2-subdev: Add v4l2_subdev_state_xlate_streams() helperLaurent Pinchart1-0/+26
2023-01-22media: subdev: add v4l2_subdev_routing_validate() helperLaurent Pinchart1-0/+102
2023-01-22media: subdev: add v4l2_subdev_set_routing_with_fmt() helperTomi Valkeinen1-0/+22
2023-01-22media: subdev: add streams to v4l2_subdev_get_fmt() helper functionTomi Valkeinen1-3/+7
2023-01-22media: subdev: add "opposite" stream helper funcsTomi Valkeinen1-0/+49
2023-01-22media: subdev: use streams in v4l2_subdev_link_validate()Tomi Valkeinen1-20/+165