public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] media: uvcvideo: Misc cleanups
@ 2023-05-06  7:14 Laurent Pinchart
  2023-05-06  7:14 ` [PATCH v2 1/7] media: uvcvideo: Rename uvc_streaming 'format' field to 'formats' Laurent Pinchart
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Laurent Pinchart @ 2023-05-06  7:14 UTC (permalink / raw)
  To: linux-media; +Cc: Kieran Bingham, Ricardo Ribalda

Hello,

This small patch series contains miscellaneous drive-by cleanups for the
uvcvideo driver. There isn't much to tell here, please see individual
patches for details.

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

 drivers/media/usb/uvc/uvc_driver.c | 76 ++++++++++++++++------------
 drivers/media/usb/uvc/uvc_v4l2.c   | 79 +++++++++++++++---------------
 drivers/media/usb/uvc/uvc_video.c  | 20 ++++----
 drivers/media/usb/uvc/uvcvideo.h   | 12 ++---
 4 files changed, 101 insertions(+), 86 deletions(-)


base-commit: 423f331364bfbcd1212b78ac9052894ff5213ac9
prerequisite-patch-id: 742f7d139e5ba686a5487b0133ba6587b5b421dc
-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-05-15 14:34 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-06  7:14 [PATCH v2 0/7] media: uvcvideo: Misc cleanups Laurent Pinchart
2023-05-06  7:14 ` [PATCH v2 1/7] media: uvcvideo: Rename uvc_streaming 'format' field to 'formats' Laurent Pinchart
2023-05-06  7:14 ` [PATCH v2 2/7] media: uvcvideo: Rename uvc_format 'frame' field to 'frames' Laurent Pinchart
2023-05-06  7:14 ` [PATCH v2 3/7] media: uvcvideo: Use clamp() to replace manual implementation Laurent Pinchart
2023-05-15 12:00   ` Ricardo Ribalda
2023-05-06  7:14 ` [PATCH v2 4/7] media: uvcvideo: Reorganize format descriptor parsing Laurent Pinchart
2023-05-15 12:16   ` Ricardo Ribalda
2023-05-06  7:14 ` [PATCH v2 5/7] media: uvcvideo: Increment intervals pointer at end of parsing Laurent Pinchart
2023-05-15 13:22   ` Ricardo Ribalda
2023-05-15 14:32     ` Laurent Pinchart
2023-05-15 14:33       ` Ricardo Ribalda
2023-05-06  7:14 ` [PATCH v2 6/7] media: uvcvideo: Constify formats, frames and intervals Laurent Pinchart
2023-05-15 13:28   ` Ricardo Ribalda
2023-05-06  7:14 ` [PATCH v2 7/7] media: uvcvideo: Constify descriptor buffers Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox