Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.10-2 For: - some fixes at the new ipu6 driver (and related fixes at mei csi driver); - fix a double debugfs remove logic at mgb4 driver; - a documentation fix. Regards, Mauro --- The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0: Linux 6.10-rc1 (2024-05-26 15:20:12 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.10-2 for you to fetch changes up to ffb9072bce200a4d004006e8b40c366933cf517b: media: intel/ipu6: add csi2 port sanity check in notifier bound (2024-05-30 16:34:59 +0200) ---------------------------------------------------------------- media fixes for v6.10-rc3 ---------------------------------------------------------------- Bingbu Cao (3): media: intel/ipu6: fix the buffer flags caused by wrong parentheses media: intel/ipu6: update the maximum supported csi2 port number to 6 media: intel/ipu6: add csi2 port sanity check in notifier bound Christophe JAILLET (3): media: intel/ipu6: Fix some redundant resources freeing in ipu6_pci_remove() media: intel/ipu6: Move isys_remove() close to isys_probe() media: intel/ipu6: Fix an error handling path in isys_probe() Martin Tůma (1): media: mgb4: Fix double debugfs remove Sakari Ailus (3): media: Documentation: v4l: Fix ACTIVE route flag media: mei: csi: Put the IPU device reference media: mei: csi: Warn less verbosely of a missing device fwnode .../userspace-api/media/v4l/dev-subdev.rst | 2 +- drivers/media/pci/intel/ipu6/ipu6-isys-queue.c | 6 +- drivers/media/pci/intel/ipu6/ipu6-isys.c | 71 +++++++++++++--------- drivers/media/pci/intel/ipu6/ipu6.c | 5 +- drivers/media/pci/intel/ivsc/mei_csi.c | 5 +- drivers/media/pci/mgb4/mgb4_core.c | 7 ++- 6 files changed, 56 insertions(+), 40 deletions(-)