Hi Mauro, The following changes since commit d034731bb4b4f2bf5f378231a6d99e59c2cb59f6: media: vivid: fix compile warning/error (2020-09-08 11:54:00 +0200) are available in the Git repository at: git://linuxtv.org/pinchartl/media.git tags/uvc-next-20200908 for you to fetch changes up to 1c2200153c500600b478e9f47361c9435aaac477: media: uvcvideo: Convey full colorspace information to V4L2 (2020-09-08 19:53:31 +0300) ---------------------------------------------------------------- Miscellaneous UVC changes for v5.10 ---------------------------------------------------------------- Adam Goode (2): media: uvcvideo: Ensure all probed info is returned to v4l2 media: uvcvideo: Convey full colorspace information to V4L2 Alexander A. Klimov (1): media: uvcvideo: Replace HTTP links with HTTPS ones Daniel W. S. Almeida (1): media: uvcvideo: Fix dereference of out-of-bound list iterator Dmitry Buzdyk (1): media: uvcvideo: Add mapping for HEVC payloads Hans de Goede (2): media: uvcvideo: Fix uvc_ctrl_fixup_xu_info() not having any effect media: uvcvideo: Cleanup uvc_ctrl_add_info() error handling Jun Chen (1): media: uvcvideo: Fix annotation for uvc_video_clock_update() Laurent Pinchart (2): media: uvcvideo: Set media controller entity functions media: uvcvideo: Silence shift-out-of-bounds warning drivers/media/usb/uvc/uvc_ctrl.c | 46 ++++++++++++------------ drivers/media/usb/uvc/uvc_driver.c | 71 +++++++++++++++++++++++++++++++++++--- drivers/media/usb/uvc/uvc_entity.c | 35 +++++++++++++++++++ drivers/media/usb/uvc/uvc_v4l2.c | 34 ++++++++++++++++++ drivers/media/usb/uvc/uvc_video.c | 2 +- drivers/media/usb/uvc/uvcvideo.h | 8 ++++- 6 files changed, 167 insertions(+), 29 deletions(-) -- Regards, Laurent Pinchart