summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-07-056-94/+434
|\
| * media: Add NV15_4L4 pixel formatBenjamin Gaignard2023-06-092-0/+3
| * media: v4l2-common: Add support for fractional bppNicolas Dufresne2023-06-091-80/+80
| * media: AV1: Make sure that bit depth in correctly initializeBenjamin Gaignard2023-06-091-0/+5
| * media: Add AV1 uAPIDaniel Almeida2023-06-093-0/+320
| * media: v4l2-mc: Drop subdev check in v4l2_create_fwnode_links_to_pad()Vaishnav Achath2023-05-261-2/+1
| * media: mc: Make media_get_pad_index() use pad type flagSakari Ailus2023-05-251-13/+25
| * media: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-251-1/+1
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\ \
| * | mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-091-1/+1
| |/
* / media: v4l2-mc: Drop subdev check in v4l2_create_fwnode_links_to_pad()Vaishnav Achath2023-06-021-2/+1
|/
* media: Add ABGR64_12 video formatMing Qian2023-04-152-0/+2
* media: Add BGR48_12 video formatMing Qian2023-04-152-0/+2
* media: Add YUV48_12 video formatMing Qian2023-04-152-0/+2
* media: Add Y212 v4l2 format infoMing Qian2023-04-151-0/+1
* media: Add Y012 video formatMing Qian2023-04-151-0/+1
* media: Add P012 and P012M video formatMing Qian2023-04-152-0/+4
* media: v4l2-subdev: Add new ioctl for client capabilitiesTomi Valkeinen2023-04-151-0/+63
* media: Accept non-subdev sinks in v4l2_create_fwnode_links_to_pad()Laurent Pinchart2023-04-111-9/+6
* media: v4l: async: Return async sub-devices to subnotifier listSakari Ailus2023-04-111-5/+8
* media: add RealVideo format RV30 and RV40Ming Qian2023-04-101-0/+2
* media: add Sorenson Spark video formatMing Qian2023-04-101-0/+1
* media: subdev: Add V4L2_SUBDEV_ROUTING_NO_MULTIPLEXINGTomi Valkeinen2023-03-201-3/+33
* media: subdev: Split V4L2_SUBDEV_ROUTING_NO_STREAM_MIXTomi Valkeinen2023-03-201-4/+11
* media: subdev: Use 'shall' instead of 'may' in route validationTomi Valkeinen2023-03-201-1/+1
* media: v4l2-core: zero field base in struct v4l2_framebufferHans Verkuil2023-03-202-7/+12
* media: v4l2-core: drop v4l2_window clipping and bitmap supportHans Verkuil2023-03-202-118/+25
* media: v4l2-dev.c: check for V4L2_CAP_STREAMING to enable streaming ioctlsHans Verkuil2023-03-191-2/+3
* media: v4l: subdev: Make link validation saferSakari Ailus2023-03-181-0/+10
* media: subdev: Fix validation state lockdep issueTomi Valkeinen2023-03-181-30/+52
* Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-02-265-40/+1014
|\
| * media: v4l2-subdev.c: clear stream fieldHans Verkuil2023-02-261-0/+15
| * media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct lineHans Verkuil2023-02-091-1/+1
| * media: drivers/media/v4l2-core/v4l2-h264 : add detection of null pointersDong Chuanjian2023-02-081-0/+4
| * media: v4l2-jpeg: ignore the unknown APP14 markerMing Qian2023-02-081-1/+1
| * media: v4l2-jpeg: correct the skip count in jpeg_parse_app14_dataMing Qian2023-02-081-1/+1
| * media: v4l2-mem2mem: use vb2_is_streaming()Hans Verkuil2023-02-061-2/+2
| * media: v4l2-subdev: Add v4l2_subdev_s_stream_helper() functionLaurent Pinchart2023-01-221-0/+40
| * media: v4l2-subdev: Add subdev .(enable|disable)_streams() operationsLaurent Pinchart2023-01-221-0/+224
| * media: v4l2-subdev: Add v4l2_subdev_state_xlate_streams() helperLaurent Pinchart2023-01-221-0/+26
| * media: subdev: add v4l2_subdev_routing_validate() helperLaurent Pinchart2023-01-221-0/+102
| * media: subdev: add v4l2_subdev_set_routing_with_fmt() helperTomi Valkeinen2023-01-221-0/+22
| * media: subdev: add streams to v4l2_subdev_get_fmt() helper functionTomi Valkeinen2023-01-221-3/+7
| * media: subdev: add "opposite" stream helper funcsTomi Valkeinen2023-01-221-0/+49
| * media: subdev: use streams in v4l2_subdev_link_validate()Tomi Valkeinen2023-01-221-20/+165
| * media: subdev: add stream based configurationTomi Valkeinen2023-01-221-7/+143
| * media: subdev: Add for_each_active_route() macroJacopo Mondi2023-01-221-0/+20
| * media: subdev: add v4l2_subdev_set_routing helper()Tomi Valkeinen2023-01-221-0/+31
| * media: subdev: add v4l2_subdev_has_pad_interdep()Tomi Valkeinen2023-01-221-0/+31
| * media: subdev: Require code change to enable [GS]_ROUTINGTomi Valkeinen2023-01-221-0/+15