mbox series

[GIT,PULL,for,v6.6-rc3] media fixes

Message ID 20230920200902.72ee092c@sal.lan
State New
Headers show
Series [GIT,PULL,for,v6.6-rc3] media fixes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.6-2

Message

Mauro Carvalho Chehab Sept. 20, 2023, 6:09 p.m. UTC
Hi Linus,

Please pull from:
  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.6-2

For:
  - driver fixes due to incorrect fwnode_handle_put() call
  - bt8xx: bttv_risc_packed(): remove field checks
  - vb2: frame_vector.c: replace WARN_ONCE with a comment
  - imx219: a couple typo fixes and perform a full mode set unconditionally
  - uvcvideo: Fix OOB read
  - some dependency fixes

Thanks!
Mauro

---

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.6-2

for you to fetch changes up to 263cb0cc5abac7c22a6c0dfa7e50e89d8e6c6900:

  media: imx-mipi-csis: Remove an incorrect fwnode_handle_put() call (2023-09-19 09:03:21 +0200)

----------------------------------------------------------------
Linux media updates for v6.6-rc3

----------------------------------------------------------------
Christophe JAILLET (3):
      media: i2c: max9286: Remove an incorrect fwnode_handle_put() call
      media: i2c: rdacm21: Remove an incorrect fwnode_handle_put() call
      media: imx-mipi-csis: Remove an incorrect fwnode_handle_put() call

Hans Verkuil (2):
      media: bt8xx: bttv_risc_packed(): remove field checks
      media: vb2: frame_vector.c: replace WARN_ONCE with a comment

Laurent Pinchart (3):
      media: i2c: imx219: Fix a typo referring to a wrong variable
      media: i2c: imx219: Fix crop rectangle setting when changing format
      media: i2c: imx219: Perform a full mode set unconditionally

Ricardo Ribalda (1):
      media: uvcvideo: Fix OOB read

Sakari Ailus (4):
      media: pci: ivsc: Select build dependencies
      media: v4l: Use correct dependency for camera sensor drivers
      media: via: Use correct dependency for camera sensor drivers
      media: ivsc: Depend on VIDEO_DEV

 drivers/media/common/videobuf2/frame_vector.c |  6 ++++--
 drivers/media/i2c/imx219.c                    | 13 +++++++------
 drivers/media/i2c/max9286.c                   |  1 -
 drivers/media/i2c/rdacm21.c                   |  1 -
 drivers/media/pci/bt8xx/bttv-risc.c           |  4 +---
 drivers/media/pci/intel/ivsc/Kconfig          |  5 ++++-
 drivers/media/platform/marvell/Kconfig        |  4 ++--
 drivers/media/platform/nxp/imx-mipi-csis.c    |  2 --
 drivers/media/platform/via/Kconfig            |  2 +-
 drivers/media/usb/em28xx/Kconfig              |  4 ++--
 drivers/media/usb/go7007/Kconfig              |  2 +-
 drivers/media/usb/uvc/uvc_ctrl.c              |  3 +++
 12 files changed, 25 insertions(+), 22 deletions(-)