Hi Mauro, Here's a small set of fixes and improvements for DT bindings, ov8865 driver and v4l2-async. Since v1, added a patch from Ezequiel to remove the custom async match type. This addresses the warnings in the earlier pull request. Please pull. The following changes since commit 321af22a3d2f6ed1fb1737c8588c01f6fec8a7b8: media: atomisp: convert comma to semicolon (2021-01-14 13:59:46 +0100) are available in the Git repository at: git://linuxtv.org/sailus/media_tree.git tags/for-5.12-4.1-signed for you to fetch changes up to bd5927c372287d51cde8741c83bd7e302b6ecd0a: dt-bindings: media: ov5647: Fix filename (2021-01-22 11:35:29 +0200) ---------------------------------------------------------------- More V4L2 patches ---------------------------------------------------------------- Ezequiel Garcia (2): media: v4l2-async: Remove V4L2_ASYNC_MATCH_CUSTOM media: v4l2-async: Add waiting subdevices debugfs Jacopo Mondi (1): dt-bindings: media: ov5647: Fix filename Lad Prabhakar (1): media: i2c/Kconfig: Select FWNODE for OV772x sensor Laurent Pinchart (1): media: v4l2-async: Safely unregister an non-registered async subdev kernel test robot (1): media: i2c: fix odd_ptr_err.cocci warnings .../devicetree/bindings/media/i2c/ovti,ov5647.yaml | 2 +- drivers/media/i2c/Kconfig | 1 + drivers/media/i2c/ov8865.c | 2 +- drivers/media/v4l2-core/v4l2-async.c | 83 ++++++++++++++++++---- drivers/media/v4l2-core/v4l2-dev.c | 5 ++ include/media/v4l2-async.h | 25 +++---- 6 files changed, 85 insertions(+), 33 deletions(-) -- Kind regards, Sakari Ailus