Hi Mauro, Here's a set of camera sensor patches and a lone documentation patch for 5.8. In particular, there's a driver for ov2740 and DT support for ov8856. It'd be nice to get this in to 5.8 if it's still possible. Please pull. The following changes since commit 960b2dee908b0fc51cf670841de13b40b44aaaae: media: dt-bindings: phy: phy-rockchip-dphy-rx0: move rockchip dphy rx0 bindings out of staging (2020-05-20 15:22:27 +0200) are available in the Git repository at: git://linuxtv.org/sailus/media_tree.git tags/for-5.8-4-signed for you to fetch changes up to 82e90cbd2316adb6c53b4d695dc3f8d66c5214e2: Documentation: media: Refer to mbus format documentation from CSI-2 docs (2020-05-25 11:12:41 +0300) ---------------------------------------------------------------- Camera sensor patches for 5.8 ---------------------------------------------------------------- Bingbu Cao (1): media: i2c: Add ov2740 image sensor driver Dongchun Zhu (1): media: dt-bindings: ov8856: Document YAML bindings Geert Uytterhoeven (1): media: i2c: imx219: Drop <linux/clk-provider.h> and <linux/clkdev.h> Gustavo A. R. Silva (1): media: s5k5baf: Replace zero-length array with flexible-array Robert Foss (2): media: ov8856: Add devicetree support media: ov8856: Implement sensor module revision identification Sakari Ailus (1): Documentation: media: Refer to mbus format documentation from CSI-2 docs .../devicetree/bindings/media/i2c/ov8856.yaml | 142 +++ Documentation/driver-api/media/csi2.rst | 6 + MAINTAINERS | 12 +- drivers/media/i2c/Kconfig | 13 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/imx219.c | 2 - drivers/media/i2c/ov2740.c | 1016 ++++++++++++++++++++ drivers/media/i2c/ov8856.c | 191 +++- drivers/media/i2c/s5k5baf.c | 2 +- 9 files changed, 1367 insertions(+), 18 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/i2c/ov8856.yaml create mode 100644 drivers/media/i2c/ov2740.c -- Sakari Ailus