mbox series

[GIT,PULL,FOR,5.17] V4L2 patches

Message ID YbqEPv6h6cESfWY5@valkosipuli.retiisi.eu
State New
Headers show
Series [GIT,PULL,FOR,5.17] V4L2 patches | expand

Pull-request

git://linuxtv.org/sailus/media_tree.git tags/for-5.17-3-signed

Message

Sakari Ailus Dec. 16, 2021, 12:11 a.m. UTC
Hi Mauro,

Here's a few more V4L2 patches for 5.17.

There's a dependency fix for the max96712 driver, various patches for
supporting sensor driver probing in non-D0 ACPI power states, a few random
fixes and imx6-mipi-csi2 support for pre- and post-streamon ops.

Note that the checkpatch.pl complaint about Martin's From: and Sob:
originate from .mailmap.

Please pull.


The following changes since commit 9b4d7b5c81a2578e080da33b5cddc3149fa611aa:

  media: bttv: use DEVICE_ATTR_RO() helper macro (2021-12-07 11:29:58 +0100)

are available in the Git repository at:

  git://linuxtv.org/sailus/media_tree.git tags/for-5.17-3-signed

for you to fetch changes up to 8d08471daa49e47671e3b64a9c89bc3cbdac5438:

  media: i2c: hi846: use pm_runtime_force_suspend/resume for system suspend (2021-12-16 01:27:18 +0200)

----------------------------------------------------------------
V4L2 patches for 5.17

----------------------------------------------------------------
Andy Shevchenko (1):
      media: i2c: max9286: Get rid of duplicate of_node assignment

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

Michael Tretter (1):
      media: imx6-mipi-csi2: use pre_streamon callback to set sensor into LP11

Sakari Ailus (4):
      max96712: Depend on VIDEO_V4L2
      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/max9286.c                        |   1 -
 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 +-
 drivers/staging/media/imx/imx6-mipi-csi2.c         |   9 +-
 .../staging/media/ipu3/include/uapi/intel-ipu3.h   |  32 +++-
 drivers/staging/media/max96712/Kconfig             |   1 +
 16 files changed, 379 insertions(+), 231 deletions(-)