All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@iki.fi>
To: linux-media@vger.kernel.org
Subject: [GIT PULL FOR 5.17] V4L2 patches
Date: Wed, 24 Nov 2021 17:11:22 +0200	[thread overview]
Message-ID: <YZ5WGhErn1kv4vlX@valkosipuli.retiisi.eu> (raw)

Hi Mauro,

Here are a bunch of V4L2 patches for 5.17.

In particular, this includes support for the ov5693 sensor, ACPI support
for the ov8865 driver as well as improvements to the imx274 driver.

Please pull.


The following changes since commit 0d2517b3765aa331aee0a95f9b8072062d6bb7e5:

  media: hantro: Support NV12 on the G2 core (2021-11-22 07:53:37 +0000)

are available in the Git repository at:

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

for you to fetch changes up to bd697d6a91d20cd05860f14f672bd7e8237d4541:

  dt-bindings: media: renesas,jpu: Convert to json-schema (2021-11-24 11:15:14 +0200)

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

----------------------------------------------------------------
Daniel Scally (19):
      media: ipu3-cio2: Toggle sensor streaming in pm runtime ops
      media: i2c: Add support for ov5693 sensor
      media: ipu3-cio2: Add link freq for INT33BE entry
      media: i2c: Re-order runtime pm initialisation
      media: i2c: Add ACPI support to ov8865
      media: i2c: Fix incorrect value in comment
      media: i2c: Defer probe if not endpoint found
      media: i2c: Support 19.2MHz input clock in ov8865
      media: i2c: Add .get_selection() support to ov8865
      media: i2c: Switch control to V4L2_CID_ANALOGUE_GAIN
      media: i2c: Add vblank control to ov8865
      media: i2c: Add hblank control to ov8865
      media: i2c: Update HTS values in ov8865
      media: i2c: cap exposure at height + vblank in ov8865
      media: i2c: Add controls from fwnode to ov8865
      media: i2c: Switch exposure control unit to lines
      media: i2c: Use dev_err_probe() in ov8865
      media: i2c: Fix max gain in ov8865
      media: ipu3-cio2: Add INT347A to cio2-bridge

Eugen Hristev (6):
      media: i2c: imx274: fix s_frame_interval runtime resume not requested
      media: i2c: imx274: fix trivial typo expsoure/exposure
      media: i2c: imx274: fix trivial typo obainted/obtained
      media: i2c: imx274: implement enum_mbus_code
      media: i2c: imx274: simplify probe function by adding local variable dev
      media: i2c: imx274: implement fwnode parsing

Geert Uytterhoeven (1):
      dt-bindings: media: renesas,jpu: Convert to json-schema

Hans de Goede (1):
      media: i2c: ov8865: Fix lockdep error

Kieran Bingham (1):
      media: i2c: max9286: Depend on VIDEO_V4L2

 .../devicetree/bindings/media/renesas,jpu.txt      |   25 -
 .../devicetree/bindings/media/renesas,jpu.yaml     |   65 +
 MAINTAINERS                                        |    7 +
 drivers/media/i2c/Kconfig                          |   12 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/imx274.c                         |  102 +-
 drivers/media/i2c/ov5693.c                         | 1537 ++++++++++++++++++++
 drivers/media/i2c/ov8865.c                         |  466 ++++--
 drivers/media/pci/intel/ipu3/cio2-bridge.c         |    4 +-
 drivers/media/pci/intel/ipu3/ipu3-cio2-main.c      |   17 +-
 10 files changed, 2052 insertions(+), 184 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/media/renesas,jpu.txt
 create mode 100644 Documentation/devicetree/bindings/media/renesas,jpu.yaml
 create mode 100644 drivers/media/i2c/ov5693.c

-- 
Kind regards,

Sakari Ailus

             reply	other threads:[~2021-11-24 15:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-24 15:11 Sakari Ailus [this message]
2021-11-24 15:45 ` [GIT PULL FOR 5.17] V4L2 patches (#78752) Jenkins
2021-12-13 13:49 [GIT PULL FOR 5.17] V4L2 patches Sakari Ailus
2021-12-14 10:21 ` Mauro Carvalho Chehab
2021-12-14 10:33   ` Sakari Ailus
2021-12-16  0:11 Sakari Ailus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YZ5WGhErn1kv4vlX@valkosipuli.retiisi.eu \
    --to=sakari.ailus@iki.fi \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.