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 6.2] Sensor driver fixes
Date: Tue, 6 Dec 2022 01:06:47 +0200	[thread overview]
Message-ID: <Y455h3riDE/NdZj7@valkosipuli.retiisi.eu> (raw)

Hi Mauro,

Here's a set of fixes and a few trivial patches for 6.2. In particular, a
number of drivers were missing the MODIFY_LAYOUT flag on flip controls and
there are miscellaneous fixes for a few other drivers. Also included is a
new compatible string for ov9281 sensor in the ov9282 driver as well as
ov9282 driver smatch fixes.

Please pull.


The following changes since commit 2496ee3821b0fd585c84a3b66d7c2894fc66503a:

  media: dvb-usb: m920x: make read-only arrays static const (2022-12-02 15:36:44 +0100)

are available in the Git repository at:

  git://linuxtv.org/sailus/media_tree.git tags/for-6.2-4.3-signed

for you to fetch changes up to 4e02013257bb37910b24ffd5952593925453339e:

  media: i2c: ov9282: Add missing clk_disable_unprepare to error path (2022-12-06 01:04:37 +0200)

----------------------------------------------------------------
V4L2 patches for 6.2

----------------------------------------------------------------
Alexander Stein (2):
      media: dt-bindings: media: Add compatible for ov9281
      media: i2c: ov9282: Add ov9281 compatible

Dave Stevenson (8):
      media: i2c: ov2680: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flips
      media: i2c: imx208: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flips
      media: i2c: imx319: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flips
      media: i2c: imx355: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flips
      media: i2c: ov08d10: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flips
      media: i2c: ov9282: Fix missing documentation in structures
      media: i2c: ov9282: Make common_regs_list static
      media: i2c: ov9282: Add missing clk_disable_unprepare to error path

Guoniu.zhou (2):
      media: ov5640: set correct default link frequency
      media: ov5640: report correct frame rate to user

 .../devicetree/bindings/media/i2c/ovti,ov9282.yaml |  5 ++++-
 drivers/media/i2c/imx208.c                         |  4 ++++
 drivers/media/i2c/imx319.c                         |  4 ++++
 drivers/media/i2c/imx355.c                         |  4 ++++
 drivers/media/i2c/ov08d10.c                        |  5 +++++
 drivers/media/i2c/ov2680.c                         |  2 ++
 drivers/media/i2c/ov5640.c                         | 25 ++++++++++++----------
 drivers/media/i2c/ov9282.c                         | 15 ++++++++++---
 8 files changed, 49 insertions(+), 15 deletions(-)

-- 
Kind regards,

Sakari Ailus

                 reply	other threads:[~2022-12-05 23:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=Y455h3riDE/NdZj7@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.