Hi Hans, Thank you for the patches. On Mon, Mar 22, 2021 at 04:46:55PM +0100, Hans Verkuil wrote: > This small series rebases three old patches that slipped through the > cracks, but are otherwise fine. > > Two from Edgar: > > https://patchwork.linuxtv.org/project/linux-media/list/?series=329 > > and one from me: > > https://patchwork.linuxtv.org/project/linux-media/patch/6e8bde09-7b47-5dec-6f21-c5156fbc9b10@xxxxxxxxx/ > > Since my patch depends on the Edgar's patches I decided to just > rebase the lot and repost. Hopefully it won't take two years for > the v2 to be merged. :-) I've had all of this in my tree already, with the order of the patches reversed (removal of the format description at the bottom). > Edgar Thier (2): > v4l: Add 12-bit raw bayer linear packed formats > uvc: Add 12-bit raw bayer linear packed formats > > Hans Verkuil (1): > uvc: don't set description in ENUM_FMT > > .../userspace-api/media/v4l/pixfmt-bayer.rst | 1 + > .../media/v4l/pixfmt-srggb12lp.rst | 74 +++++++++++++++++++ > drivers/media/usb/uvc/uvc_driver.c | 70 ++++-------------- > drivers/media/usb/uvc/uvc_v4l2.c | 9 --- > drivers/media/usb/uvc/uvcvideo.h | 15 +++- > drivers/media/v4l2-core/v4l2-ioctl.c | 4 + > include/uapi/linux/videodev2.h | 7 ++ > 7 files changed, 114 insertions(+), 66 deletions(-) > create mode 100644 Documentation/userspace-api/media/v4l/pixfmt-srggb12lp.rst -- Regards, Laurent Pinchart