mbox series

[GIT,PULL,FOR,6.11] V4L2 patches

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

Pull-request

git://linuxtv.org/sailus/media_tree.git tags/for-6.11-2.2-signed

Message

Sakari Ailus June 14, 2024, 5:12 p.m. UTC
Hi Hans, Mauro,

Here are fixes for the IVSC, alvium and imx219 drivers, and cleanups and
improvements for the rest (ov5647, vgxy61, alvium, ov2680 and ipu-bridge).

Also included is the use of MODULE_DESCRIPTION() macro for v4l2-async and
v4l2-fwnode.

Please pull.


The following changes since commit 156922faabcef2979cb2ddc2fbaa659b5ea37f54:

  media: atomisp: Switch to new Intel CPU model defines (2024-06-13 21:43:56 +0200)

are available in the Git repository at:

  git://linuxtv.org/sailus/media_tree.git tags/for-6.11-2.2-signed

for you to fetch changes up to 76694bf770818c6823f9d2fb07aae6038626a279:

  media: v4l: add missing MODULE_DESCRIPTION() macros (2024-06-14 20:07:40 +0300)

----------------------------------------------------------------
V4L2 patches for 6.11

----------------------------------------------------------------
Abdulrasaq Lawani (1):
      media: i2c: ov5647: replacing of_node_put with __free(device_node)

Benjamin Mugnier (1):
      media: i2c: vgxy61: Fix device name

Conor Dooley (1):
      media: i2c: imx219: fix msr access command sequence

Hans de Goede (3):
      media: ipu-bridge: Sort ipu_supported_sensors[] array by ACPI HID
      media: ipu-bridge: Add HIDs from out of tree IPU6 driver ipu-bridge copy
      media: ov2680: Pass correct number of controls to v4l2_ctrl_handler_init()

Jeff Johnson (1):
      media: v4l: add missing MODULE_DESCRIPTION() macros

Tommaso Merciai (5):
      media: i2c: alvium: fix alvium_get_fw_version()
      media: i2c: alvium: rename acquisition frame rate enable reg
      media: i2c: alvium: enable acquisition frame rate
      media: i2c: alvium: implement enum_frame_size
      media: i2c: alvium: Move V4L2_CID_GAIN to V4L2_CID_ANALOG_GAIN

Wentong Wu (3):
      media: ivsc: csi: add separate lock for v4l2 control handler
      media: ivsc: csi: don't count privacy on as error
      media: ivsc: csi: remove privacy status in struct mei_csi

 .../userspace-api/media/drivers/index.rst          |  2 +-
 .../media/drivers/{st-vgxy61.rst => vgxy61.rst}    |  0
 MAINTAINERS                                        |  6 +-
 drivers/media/i2c/Kconfig                          |  2 +-
 drivers/media/i2c/Makefile                         |  2 +-
 drivers/media/i2c/alvium-csi2.c                    | 65 +++++++++++++++++-----
 drivers/media/i2c/alvium-csi2.h                    | 16 ++++--
 drivers/media/i2c/imx219.c                         |  2 +-
 drivers/media/i2c/ov2680.c                         |  2 +-
 drivers/media/i2c/ov5647.c                         | 11 ++--
 drivers/media/i2c/{st-vgxy61.c => vgxy61.c}        |  2 +-
 drivers/media/pci/intel/ipu-bridge.c               | 40 +++++++++----
 drivers/media/pci/intel/ivsc/mei_csi.c             | 24 +++++---
 drivers/media/v4l2-core/v4l2-async.c               |  1 +
 drivers/media/v4l2-core/v4l2-fwnode.c              |  1 +
 15 files changed, 121 insertions(+), 55 deletions(-)
 rename Documentation/userspace-api/media/drivers/{st-vgxy61.rst => vgxy61.rst} (100%)
 rename drivers/media/i2c/{st-vgxy61.c => vgxy61.c} (99%)