Hi Mauro, This is the second set of patches for 4.6 from me. It contains several soc-camera enhancements, a re-submittion of the Z16, Y8I and Y12I formats - this time with documentation, and a cosmetic patch from me, improving function naming. Sorry, I only sent that patch recently to the list. If it is somehow wrong, let me know, I'll regenerate the pull request or you can drop it yourself, but actually it should be low-risk. The following changes since commit f7b5dff0b59b20469b2a4889e6170c0069d37c8d: [media] media: Use all bits of an enumeration (2016-02-19 11:45:03 -0200) are available in the git repository at: git://linuxtv.org/gliakhovetski/v4l-dvb.git for-4.6-2 for you to fetch changes up to ac2b970c099acf224303b4184c50e330f5140258: V4L2: fix a confusing function name (2016-02-21 17:43:16 +0100) ---------------------------------------------------------------- Arnd Bergmann (1): mx3_camera: use %pad format string for dma_ddr_t Aviv Greenberg (1): UVC: Add support for R200 depth camera. Guennadi Liakhovetski (2): V4L: add Y12I, Y8I and Z16 pixel format documentation V4L: fix a confusing function name Guenter Roeck (1): atmel-isi: Fix bad usage of IS_ERR_VALUE Koji Matsuoka (1): soc_camera: rcar_vin: Add ARGB8888 caputre format support Robert Jarzmik (4): pxa_camera: fix the buffer free path pxa_camera: move interrupt to tasklet pxa_camera: trivial move of dma irq functions pxa_camera: conversion to dmaengine Documentation/DocBook/media/v4l/pixfmt-y12i.xml | 49 +++ Documentation/DocBook/media/v4l/pixfmt-y8i.xml | 80 ++++ Documentation/DocBook/media/v4l/pixfmt-z16.xml | 81 ++++ Documentation/DocBook/media/v4l/pixfmt.xml | 10 + drivers/media/platform/soc_camera/Kconfig | 1 + drivers/media/platform/soc_camera/atmel-isi.c | 4 +- drivers/media/platform/soc_camera/mx3_camera.c | 12 +- drivers/media/platform/soc_camera/pxa_camera.c | 478 +++++++++++------------- drivers/media/platform/soc_camera/rcar_vin.c | 39 +- drivers/media/usb/uvc/uvc_driver.c | 20 + drivers/media/usb/uvc/uvcvideo.h | 12 + drivers/media/v4l2-core/videobuf-core.c | 10 +- include/uapi/linux/videodev2.h | 3 + 13 files changed, 517 insertions(+), 282 deletions(-) create mode 100644 Documentation/DocBook/media/v4l/pixfmt-y12i.xml create mode 100644 Documentation/DocBook/media/v4l/pixfmt-y8i.xml create mode 100644 Documentation/DocBook/media/v4l/pixfmt-z16.xml Thanks Guennadi -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html