mbox series

[GIT,PULL,FOR,5.17] V4L2 patches

Message ID YbqEPv6h6cESfWY5@valkosipuli.retiisi.eu (mailing list archive)
State New, archived
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(-)

Comments

Jenkins Dec. 16, 2021, 12:17 a.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/YbqEPv6h6cESfWY5@valkosipuli.retiisi.eu/
Build log: https://builder.linuxtv.org/job/patchwork/165762/
Build time: 00:00:00
Link: https://lore.kernel.org/linux-media/YbqEPv6h6cESfWY5@valkosipuli.retiisi.eu

gpg: Signature made Wed 15 Dec 2021 11:27:30 PM UTC
gpg:                using DSA key 53AC58A5F5948636C04A1BF8141DFA54A1EC8DEA
gpg:                issuer "sakari.ailus@linux.intel.com"
gpg: Good signature from "Sakari Ailus <sakari.ailus@linux.intel.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: F0D0 377A 0D4F 25A7 9238  EFE5 6D40 361B 6E28 C193
     Subkey fingerprint: 53AC 58A5 F594 8636 C04A  1BF8 141D FA54 A1EC 8DEA


Build aborted due to a fatal error:
FAILED: patch patch patches/0001-max96712-Depend-on-VIDEO_V4L2.patch doesn't apply:
Applying patch patches/0001-max96712-Depend-on-VIDEO_V4L2.patch
patching file drivers/staging/media/max96712/Kconfig
Hunk #1 FAILED at 3.
1 out of 1 hunk FAILED -- rejects in file drivers/staging/media/max96712/Kconfig
Patch patches/0001-max96712-Depend-on-VIDEO_V4L2.patch can be reverse-applied
Mauro Carvalho Chehab Dec. 16, 2021, 12:27 p.m. UTC | #2
Em Thu, 16 Dec 2021 00:17:13 +0000
Sakari,

Could you please rebase on the top of media-stage and resend? It sounds that
some of the patches here were already merged ;-)

Regards,
Mauro

Jenkins <jenkins@linuxtv.org> escreveu:

> From: builder@linuxtv.org
> 
> Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/YbqEPv6h6cESfWY5@valkosipuli.retiisi.eu/
> Build log: https://builder.linuxtv.org/job/patchwork/165762/
> Build time: 00:00:00
> Link: https://lore.kernel.org/linux-media/YbqEPv6h6cESfWY5@valkosipuli.retiisi.eu
> 
> gpg: Signature made Wed 15 Dec 2021 11:27:30 PM UTC
> gpg:                using DSA key 53AC58A5F5948636C04A1BF8141DFA54A1EC8DEA
> gpg:                issuer "sakari.ailus@linux.intel.com"
> gpg: Good signature from "Sakari Ailus <sakari.ailus@linux.intel.com>" [unknown]
> gpg: WARNING: This key is not certified with a trusted signature!
> gpg:          There is no indication that the signature belongs to the owner.
> Primary key fingerprint: F0D0 377A 0D4F 25A7 9238  EFE5 6D40 361B 6E28 C193
>      Subkey fingerprint: 53AC 58A5 F594 8636 C04A  1BF8 141D FA54 A1EC 8DEA
> 
> 
> Build aborted due to a fatal error:
> FAILED: patch patch patches/0001-max96712-Depend-on-VIDEO_V4L2.patch doesn't apply:
> Applying patch patches/0001-max96712-Depend-on-VIDEO_V4L2.patch
> patching file drivers/staging/media/max96712/Kconfig
> Hunk #1 FAILED at 3.
> 1 out of 1 hunk FAILED -- rejects in file drivers/staging/media/max96712/Kconfig
> Patch patches/0001-max96712-Depend-on-VIDEO_V4L2.patch can be reverse-applied
> 



Thanks,
Mauro
Sakari Ailus Dec. 16, 2021, 12:32 p.m. UTC | #3
On Thu, Dec 16, 2021 at 01:27:32PM +0100, Mauro Carvalho Chehab wrote:
> Em Thu, 16 Dec 2021 00:17:13 +0000
> Sakari,
> 
> Could you please rebase on the top of media-stage and resend? It sounds that
> some of the patches here were already merged ;-)

Ah, yeah, seems so. I'll resend in a moment.