summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-22media: subdev: add stream based configurationTomi Valkeinen1-7/+143
2023-01-22media: subdev: Add for_each_active_route() macroJacopo Mondi1-0/+20
2023-01-22media: subdev: add v4l2_subdev_set_routing helper()Tomi Valkeinen1-0/+31
2023-01-22media: subdev: add v4l2_subdev_has_pad_interdep()Tomi Valkeinen1-0/+31
2023-01-22media: subdev: Require code change to enable [GS]_ROUTINGTomi Valkeinen1-0/+15
2023-01-22media: subdev: Add [GS]_ROUTING subdev ioctls and operationsLaurent Pinchart2-1/+108
2023-01-22media: add V4L2_SUBDEV_CAP_STREAMSTomi Valkeinen1-1/+4
2023-01-22media: v4l2-subdev: Sort includesTomi Valkeinen1-4/+4
2023-01-22media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct lineHans Verkuil1-1/+1
2023-01-20media: Add Y210, Y212 and Y216 formatsTomi Valkeinen1-0/+3
2023-01-20media: Add 2-10-10-10 RGB formatsTomi Valkeinen1-0/+3
2022-12-21Merge tag 'media/v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+1
2022-12-14media: v4l2-ctrls-api.c: add back dropped ctrl->is_new = 1Hans Verkuil1-0/+1
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+5
2022-12-13Merge tag 'media/v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds6-72/+99
2022-12-13Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds1-14/+8
2022-12-07media: v4l2-mediabus: add support for dual edge samplingMichael Riesch1-4/+19
2022-12-01media: videobuf-dma-sg: remove FOLL_FORCE usageDavid Hildenbrand1-9/+5
2022-11-25media: add nv12_8l128 and nv12_10be_8l128 video format.Ming Qian1-0/+2
2022-11-25media: v4l: Use memset_after() helperXiu Jianfeng1-45/+39
2022-11-25Merge tag 'br-v6.2g' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab1-4/+2
2022-11-25media: subdev: Replace custom implementation of device_match_fwnode()Andy Shevchenko1-1/+1
2022-11-23media: v4l2-dv-timings.c: fix too strict blanking sanity checksHans Verkuil1-6/+14
2022-11-21media: v4l2-core/tuner-core: Convert to i2c's .probe_new()Uwe Kleine-König1-4/+2
2022-11-21media: videobuf-dma-contig: use dma_mmap_coherentChristoph Hellwig1-14/+8
2022-11-15Merge tag 'br-v6.2d' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab2-18/+18
2022-11-15Merge tag 'br-v6.2e' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab1-0/+1
2022-11-08Merge git://linuxtv.org/sailus/media_tree into media_stageMauro Carvalho Chehab2-0/+17
2022-11-04media: v4l: Add definition for the Aspeed JPEG formatJammy Huang1-0/+1
2022-10-27v4l: subdev: Warn if disabling streaming failed, return successSakari Ailus1-0/+15