Hi Mauro, Here's a set of mostly sensor driver patches for 5.7. Most notably, the pull request includes a driver for IMX219 sensors. Please pull. The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: git://linuxtv.org/sailus/media_tree.git tags/for-5.7-1-signed for you to fetch changes up to 5f3770911e25ca97436af5bbff15de9c380252a0: MAINTAINERS: Sort entries in database for TI VPE/CAL (2020-02-18 15:33:07 +0200) ---------------------------------------------------------------- Sensor driver patches for 5.7 ---------------------------------------------------------------- Andrey Konovalov (1): dt-bindings: media: i2c: Add IMX219 CMOS sensor binding Andy Shevchenko (1): MAINTAINERS: Sort entries in database for TI VPE/CAL Bingbu Cao (1): media: ipu3.rst: add imgu pipe config tool link Dave Stevenson (1): media: i2c: Add driver for Sony IMX219 sensor Jean-Baptiste Jouband (1): staging: media: ipu3: Change 'unsigned long int' to 'unsigned long' Shawn Tu (1): ov5675: add vflip/hflip control support .../devicetree/bindings/media/i2c/imx219.yaml | 114 ++ Documentation/media/v4l-drivers/ipu3.rst | 11 +- MAINTAINERS | 14 +- drivers/media/i2c/Kconfig | 11 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/imx219.c | 1312 ++++++++++++++++++++ drivers/media/i2c/ov5675.c | 82 +- drivers/staging/media/ipu3/TODO | 2 - drivers/staging/media/ipu3/ipu3-mmu.c | 4 +- 9 files changed, 1531 insertions(+), 20 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/i2c/imx219.yaml create mode 100644 drivers/media/i2c/imx219.c -- Sakari Ailus