On 09/12/2018 08:42 AM, dorodnic@xxxxxxxxx wrote: > From: Sergey Dorodnicov <sergey.dorodnicov@xxxxxxxxx> > > Define new fourcc describing depth sensor confidence data used in Intel RealSense cameras. > Confidence information is stored as packed 4 bits per pixel single-plane image. > The patches were tested on 4.18-rc2 and merged with media_tree/master. > Addressing code-review comments by Hans Verkuil <hverkuil@xxxxxxxxx> and > Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx>. > > Sergey Dorodnicov (2): > CNF4 fourcc for 4 bit-per-pixel packed depth confidence information > CNF4 pixel format for media subsystem > > Documentation/media/uapi/v4l/depth-formats.rst | 1 + > Documentation/media/uapi/v4l/pixfmt-cnf4.rst | 31 ++++++++++++++++++++++++++ > drivers/media/usb/uvc/uvc_driver.c | 5 +++++ > drivers/media/usb/uvc/uvcvideo.h | 3 +++ > drivers/media/v4l2-core/v4l2-ioctl.c | 1 + > include/uapi/linux/videodev2.h | 1 + > 6 files changed, 42 insertions(+) > create mode 100644 Documentation/media/uapi/v4l/pixfmt-cnf4.rst > Laurent, this looks good to me. Do you want to take this series or shall I? If you take it, then you can add my: Acked-by: Hans Verkuil <hans.verkuil@xxxxxxxxx> to these patches. If you want me to take it, then I'll need your Ack of course. Regards, Hans