Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 6 Nov 2023 23:06:06 +0000 (15:06 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 6 Nov 2023 23:06:06 +0000 (15:06 -0800)
Pull media updates from Mauro Carvalho Chehab:

 - the old V4L2 core videobuf kAPI was finally removed. All media
   drivers should now be using VB2 kAPI

 - new automotive driver: mgb4

 - new platform video driver: npcm-video

 - new sensor driver: mt9m114

 - new TI driver used in conjunction with Cadence CSI2RX IP to bridge
   TI-specific parts

 - ir-rx51 was removed and the N900 DT binding was moved to the
   pwm-ir-tx generic driver

 - drop atomisp-specific ov5693, using the upstream driver instead

 - the camss driver has gained RDI3 support for VFE 17x

 - the atomisp driver now detects ISP2400 or ISP2401 at run time. No
   need to set it up at build time anymore

 - lots of driver fixes, cleanups and improvements

* tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (377 commits)
  media: nuvoton: VIDEO_NPCM_VCD_ECE should depend on ARCH_NPCM
  media: venus: Fix firmware path for resources
  media: venus: hfi_cmds: Replace one-element array with flex-array member and use __counted_by
  media: venus: hfi_parser: Add check to keep the number of codecs within range
  media: venus: hfi: add checks to handle capabilities from firmware
  media: venus: hfi: fix the check to handle session buffer requirement
  media: venus: hfi: add checks to perform sanity on queue pointers
  media: platform: cadence: select MIPI_DPHY dependency
  media: MAINTAINERS: Fix path for J721E CSI2RX bindings
  media: cec: meson: always include meson sub-directory in Makefile
  media: videobuf2: Fix IS_ERR checking in vb2_dc_put_userptr()
  media: platform: mtk-mdp3: fix uninitialized variable in mdp_path_config()
  media: mediatek: vcodec: using encoder device to alloc/free encoder memory
  media: imx-jpeg: notify source chagne event when the first picture parsed
  media: cx231xx: Use EP5_BUF_SIZE macro
  media: siano: Drop unnecessary error check for debugfs_create_dir/file()
  media: mediatek: vcodec: Handle invalid encoder vsi
  media: aspeed: Drop unnecessary error check for debugfs_create_file()
  Documentation: media: buffer.rst: fix V4L2_BUF_FLAG_PREPARED
  Documentation: media: gen-errors.rst: fix confusing ENOTTY description
  ...

1  2 
Documentation/devicetree/bindings/media/i2c/sony,imx415.yaml
Documentation/devicetree/bindings/media/samsung,fimc.yaml
Documentation/devicetree/bindings/trivial-devices.yaml
MAINTAINERS
arch/arm/configs/omap2plus_defconfig
drivers/media/pci/intel/ivsc/Kconfig
drivers/media/platform/mediatek/vcodec/encoder/venc_vpu_if.c
drivers/media/v4l2-core/v4l2-subdev.c
drivers/staging/media/atomisp/Kconfig

index 642f9b15d3597738e33fd7e5a51636e69d5fe8ae,8ea3ddd251f62a6344a7ba634ecc3c90682c744c..9a00dab2e8a3f008857a9dcc493f103e497fbe7e
@@@ -44,17 -44,8 +44,9 @@@ properties
      description: Sensor reset (XCLR) GPIO
      maxItems: 1
  
-   flash-leds: true
-   lens-focus: true
-   orientation: true
-   rotation: true
    port:
      $ref: /schemas/graph.yaml#/$defs/port-base
 +    unevaluatedProperties: false
  
      properties:
        endpoint:
diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge