All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR 6.2] Sensor driver fixes
@ 2022-12-05 23:06 Sakari Ailus
  0 siblings, 0 replies; only message in thread
From: Sakari Ailus @ 2022-12-05 23:06 UTC (permalink / raw)
  To: linux-media

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-05 23:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-05 23:06 [GIT PULL FOR 6.2] Sensor driver fixes Sakari Ailus

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.