Commit cb4eb6771c0f for kernel

commit cb4eb6771c0f8fd1c52a8f6fdec7762fb087380a
Merge: b2680ba4a2ad 1c0220a61508
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Apr 24 13:23:50 2026 -0700

    Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc

    Pull char / misc / IIO / and others driver updates from Greg KH:
     "Here is the char/misc/iio and other smaller driver subsystem updates
      for 7.1-rc1. Lots of stuff in here, all tiny, but relevant for the
      different drivers they touch. Major points in here is:

       - the usual large set of new IIO drivers and updates for that
         subsystem (the large majority of this diffstat)

       - lots of comedi driver updates and bugfixes

       - coresight driver updates

       - interconnect driver updates and additions

       - mei driver updates

       - binder (both rust and C versions) updates and fixes

       - lots of other smaller driver subsystem updates and additions

      All of these have been in linux-next for a while with no reported
      issues"

    * tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (405 commits)
      coresight: tpdm: fix invalid MMIO access issue
      mei: me: add nova lake point H DID
      mei: lb: add late binding version 2
      mei: bus: add mei_cldev_uuid
      w1: ds2490: drop redundant device reference
      bus: mhi: host: pci_generic: Add Telit FE912C04 modem support
      mei: csc: wake device while reading firmware status
      mei: csc: support controller with separate PCI device
      mei: convert PCI error to common errno
      mei: trace: print return value of pci_cfg_read
      mei: me: move trace into firmware status read
      mei: fix idle print specifiers
      mei: me: use PCI_DEVICE_DATA macro
      sonypi: Convert ACPI driver to a platform one
      misc: apds990x: fix all kernel-doc warnings
      most: usb: Use kzalloc_objs for endpoint address array
      hpet: Convert ACPI driver to a platform one
      misc: vmw_vmci: Fix spelling mistakes in comments
      parport: Remove completed item from to-do list
      char: remove unnecessary module_init/exit functions
      ...