mbox series

[GIT,PULL,FOR,v6.5] uvcvideo changes

Message ID 20230605183025.GA22339@pendragon.ideasonboard.com
State New
Headers show
Series [GIT,PULL,FOR,v6.5] uvcvideo changes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git tags/media-uvc-next-20230606

Message

Laurent Pinchart June 5, 2023, 6:30 p.m. UTC
Hi Mauro,

The following changes since commit 9561de3a55bed6bdd44a12820ba81ec416e705a7:

  Linux 6.4-rc5 (2023-06-04 14:04:27 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git tags/media-uvc-next-20230606

for you to fetch changes up to 9bfc8e4d0972d3732bd8c6038c2bf1636780d727:

  media: uvcvideo: Constify descriptor buffers (2023-06-05 18:39:47 +0300)

Please note that this pull request is based on v6.4-rc5 as it depends on
a fix that was merged in that version.

----------------------------------------------------------------
Miscellaneous uvcvideo changes:

- Support for more Intel RealSense devices
- Small cleanups and constifications
- Drop duplicate device

----------------------------------------------------------------
Dmitry Perchanov (2):
      media: uapi: v4l: Intel metadata format update
      media: uvcvideo: Enable Intel RealSense metadata for devices

Laurent Pinchart (7):
      media: uvcvideo: Rename uvc_streaming 'format' field to 'formats'
      media: uvcvideo: Rename uvc_format 'frame' field to 'frames'
      media: uvcvideo: Use clamp() to replace manual implementation
      media: uvcvideo: Reorganize format descriptor parsing
      media: uvcvideo: Increment intervals pointer at end of parsing
      media: uvcvideo: Constify formats, frames and intervals
      media: uvcvideo: Constify descriptor buffers

Sakari Ailus (1):
      Revert "media: uvcvideo: Limit power line control for Acer EasyCamera"

 .../userspace-api/media/v4l/pixfmt-meta-d4xx.rst   |  55 +++++++--
 drivers/media/usb/uvc/uvc_driver.c                 | 137 ++++++++++++++++-----
 drivers/media/usb/uvc/uvc_v4l2.c                   |  79 ++++++------
 drivers/media/usb/uvc/uvc_video.c                  |  20 +--
 drivers/media/usb/uvc/uvcvideo.h                   |  12 +-
 5 files changed, 208 insertions(+), 95 deletions(-)