Hi Mauro, Here's a few more V4L2 patches for 5.17. There are various patches for supporting sensor driver probing in non-D0 ACPI power states and a few random fixes. Note that the checkpatch.pl complaint about Martin's From: and Sob: originate from .mailmap. Since v1, I've rebased on media stage tree. Please pull. The following changes since commit b9aafbd46eb92b3174781661c33bdb2c17d484f1: media: si2157: add ATV support for si2158 (2021-12-14 16:19:05 +0100) are available in the Git repository at: git://linuxtv.org/sailus/media_tree.git tags/for-5.17-3.1-signed for you to fetch changes up to a4aab54975e042f182eb3d49b1451dccde38b789: media: i2c: hi846: use pm_runtime_force_suspend/resume for system suspend (2021-12-16 14:29:52 +0200) ---------------------------------------------------------------- V4L2 patches for 5.17 ---------------------------------------------------------------- Bingbu Cao (5): media: ov8856: support device probe in non-zero ACPI D state media: ov2740: support device probe in non-zero ACPI D state media: imx208: Support device probe in non-zero ACPI D state media: ov5675: Support device probe in non-zero ACPI D state media: hi556: Support device probe in non-zero ACPI D state Jean-Michel Hautbois (1): media: staging: ipu3-imgu: add the AWB memory layout Martin Kepplinger (2): media: i2c: hi846: check return value of regulator_bulk_disable() media: i2c: hi846: use pm_runtime_force_suspend/resume for system suspend Sakari Ailus (3): Update Intel-submitted camera sensor driver contacts ov8865: Disable only enabled regulators on error path media: ov5670: Support device probe in non-zero ACPI D state MAINTAINERS | 1 - drivers/media/i2c/hi556.c | 70 +++++---- drivers/media/i2c/hi846.c | 14 +- drivers/media/i2c/imx208.c | 82 +++++++---- drivers/media/i2c/imx319.c | 2 +- drivers/media/i2c/imx355.c | 2 +- drivers/media/i2c/ov13858.c | 2 +- drivers/media/i2c/ov2740.c | 69 ++++++--- drivers/media/i2c/ov5670.c | 80 +++++----- drivers/media/i2c/ov5675.c | 71 +++++---- drivers/media/i2c/ov8856.c | 162 +++++++++++---------- drivers/media/i2c/ov8865.c | 12 +- .../staging/media/ipu3/include/uapi/intel-ipu3.h | 32 +++- 13 files changed, 370 insertions(+), 229 deletions(-) -- Sakari Ailus