mbox series

[GIT,PULL,v2,FOR,v6.11] uvcvideo fixes and improvements

Message ID 20240617202800.GA19966@pendragon.ideasonboard.com
State New
Headers show
Series [GIT,PULL,v2,FOR,v6.11] uvcvideo fixes and improvements | expand

Pull-request

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

Message

Laurent Pinchart June 17, 2024, 8:28 p.m. UTC
Hi Hans, Mauro,

The following changes since commit 91798162245991e26949ef62851719bb2177a9c2:

  media: v4l: add missing MODULE_DESCRIPTION() macros (2024-06-15 11:16:40 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 8c40efeda94108d65c52038ea82ee83b2fb933e2:

  media: uvcvideo: Remove mappings form uvc_device_info (2024-06-17 23:21:13 +0300)

----------------------------------------------------------------
uvcvideo fixes and improvements

----------------------------------------------------------------
Daniel Schaefer (1):
      media: uvcvideo: Override default flags

Laurent Pinchart (1):
      media: uvcvideo: Force UVC version to 1.0a for 0408:4035

Michal Pecio (1):
      media: uvcvideo: Fix the bandwdith quirk on USB 3.x

Oleksandr Natalenko (1):
      media: uvcvideo: Add quirk for invalid dev_sof in Logitech C920

Ricardo Ribalda (14):
      media: uvcvideo: Support timestamp lists of any size
      media: uvcvideo: Ignore empty TS packets
      media: uvcvideo: Quirk for invalid dev_sof in Logitech C922
      media: uvcvideo: Allow hw clock updates with buffers not full
      media: uvcvideo: Refactor clock circular buffer
      media: uvcvideo: Fix hw timestamp handling for slow FPS
      media: uvcvideo: Fix integer overflow calculating timestamp
      media: uvcvideo: Enforce alignment of frame and interval
      media: uvcvideo: Allow custom control mapping
      media: uvcvideo: Refactor Power Line Frequency limit selection
      media: uvcvideo: Probe the PLF characteristics
      media: uvcvideo: Cleanup version-specific mapping
      media: uvcvideo: Remove PLF device quirking
      media: uvcvideo: Remove mappings form uvc_device_info

 drivers/media/usb/uvc/uvc_ctrl.c   | 193 +++++++++++++++++++++----------------
 drivers/media/usb/uvc/uvc_driver.c | 160 ++++++------------------------
 drivers/media/usb/uvc/uvc_video.c  | 169 ++++++++++++++++++++++----------
 drivers/media/usb/uvc/uvcvideo.h   |  10 +-
 4 files changed, 261 insertions(+), 271 deletions(-)