Hi Mauro, Here's a few patches for 5.16 if time allows, most notably a staging driver for MAX96712 by Niklas. Also a few fixes for the IPU3 ImgU and CIO2 drivers. Please pull. The following changes since commit 57c3b9f55ba875a6f6295fa59f0bdc0a01c544f8: media: venus: core: Add sdm660 DT compatible and resource struct (2021-10-21 14:26:19 +0100) are available in the Git repository at: git://linuxtv.org/sailus/media_tree.git tags/for-5.16-2-signed for you to fetch changes up to dad71f55b69025a58cc54db95ed1a9e8cedbb08e: media: staging: ipu3-imgu: clarify the limitation of grid config (2021-10-22 23:30:49 +0300) ---------------------------------------------------------------- V4L2 patches for 5.16 ---------------------------------------------------------------- Bingbu Cao (2): media: dw9768: activate runtime PM and turn off device media: staging: ipu3-imgu: clarify the limitation of grid config Dan Carpenter (1): media: ipu3-cio2: fix error code in cio2_bridge_connect_sensor() Niklas Söderlund (1): media: staging: max96712: Add basic support for MAX96712 GMSL2 deserializer Qing Wang (1): media: i2c: ccs: replace snprintf in show functions with sysfs_emit MAINTAINERS | 6 + drivers/media/i2c/ccs/ccs-core.c | 12 +- drivers/media/i2c/dw9768.c | 6 + drivers/media/pci/intel/ipu3/cio2-bridge.c | 4 +- drivers/staging/media/Kconfig | 2 + drivers/staging/media/Makefile | 1 + .../staging/media/ipu3/include/uapi/intel-ipu3.h | 10 +- drivers/staging/media/max96712/Kconfig | 13 + drivers/staging/media/max96712/Makefile | 2 + drivers/staging/media/max96712/max96712.c | 440 +++++++++++++++++++++ 10 files changed, 487 insertions(+), 9 deletions(-) create mode 100644 drivers/staging/media/max96712/Kconfig create mode 100644 drivers/staging/media/max96712/Makefile create mode 100644 drivers/staging/media/max96712/max96712.c -- Sakari Ailus