Hi Mauro, Here's another set of sensor driver patches for 5.2. Included are also a new driver for ST mipid02 CSI-2 to parallel converter as well as some improvements for the ImgU driver. Please pull. The following changes since commit 1c3ec30bb23023d738b538e64ac3028902d53692: media: index.rst: exclude Indexes section from latex/pdf output (2019-03-30 09:42:35 -0400) are available in the git repository at: ssh://linuxtv.org/git/sailus/media_tree.git tags/for-5.1-4-signed for you to fetch changes up to 895be0bf180177f15a92f668b6599d2bb8dc0f19: ipu3-imgu: Use %u for formatting unsigned values (not %d) (2019-04-10 13:49:37 +0300) ---------------------------------------------------------------- mipid02 + cio2 + sensor patches ---------------------------------------------------------------- Akinobu Mita (2): media: ov2659: make S_FMT ioctl succeed even if requested format doesn't match media: ov2659: fix unbalanced mutex_lock/unlock Bingbu Cao (1): media:staging/intel-ipu3: parameter buffer refactoring Janusz Krzysztofik (3): media: ov6650: Fix sensor possibly not detected on probe media: ov6650: Move v4l2_clk_get() to ov6650_video_probe() helper media: ov6650: Register with asynchronous subdevice framework Mickael Guene (3): media: uapi: Add MEDIA_BUS_FMT_BGR888_3X8 media bus format dt-bindings: Document MIPID02 bindings media: st-mipid02: MIPID02 CSI-2 to PARALLEL bridge driver Sakari Ailus (1): ipu3-imgu: Use %u for formatting unsigned values (not %d) .../bindings/media/i2c/st,st-mipid02.txt | 82 ++ Documentation/media/uapi/v4l/subdev-formats.rst | 107 ++ MAINTAINERS | 8 + drivers/media/i2c/Kconfig | 13 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/ov2659.c | 8 +- drivers/media/i2c/ov6650.c | 43 +- drivers/media/i2c/st-mipid02.c | 1033 ++++++++++++++++++++ drivers/staging/media/ipu3/ipu3-css.c | 5 - drivers/staging/media/ipu3/ipu3-v4l2.c | 86 +- drivers/staging/media/ipu3/ipu3.c | 30 + include/uapi/linux/media-bus-format.h | 3 +- 12 files changed, 1345 insertions(+), 74 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/i2c/st,st-mipid02.txt create mode 100644 drivers/media/i2c/st-mipid02.c -- Sakari Ailus