Commit 0a6dce0a5c66 for kernel

commit 0a6dce0a5c66ab2cb3e9f01902e5b188ada8a89d
Merge: 11de40c03cf0 88da5f4b46f5
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Jan 25 09:57:31 2026 -0800

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

    Pull char/misc/iio driver fixes from Greg KH:
     "Here are some small char/misc/iio and some other minor driver
      subsystem fixes for 6.19-rc7. Nothing huge here, just some fixes for
      reported issues including:

       - lots of little iio driver fixes

       - comedi driver fixes

       - mux driver fix

       - w1 driver fixes

       - uio driver fix

       - slimbus driver fixes

       - hwtracing bugfix

       - other tiny bugfixes

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

    * tag 'char-misc-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (36 commits)
      comedi: dmm32at: serialize use of paged registers
      mei: trace: treat reg parameter as string
      uio: pci_sva: correct '-ENODEV' check logic
      uacce: ensure safe queue release with state management
      uacce: implement mremap in uacce_vm_ops to return -EPERM
      uacce: fix isolate sysfs check condition
      uacce: fix cdev handling in the cleanup path
      slimbus: core: clean up of_slim_get_device()
      slimbus: core: fix of_slim_get_device() kernel doc
      slimbus: core: amend slim_get_device() kernel doc
      slimbus: core: fix device reference leak on report present
      slimbus: core: fix runtime PM imbalance on report present
      slimbus: core: fix OF node leak on registration failure
      intel_th: rename error label
      intel_th: fix device leak on output open()
      comedi: Fix getting range information for subdevices 16 to 255
      mux: mmio: Fix IS_ERR() vs NULL check in probe()
      interconnect: debugfs: initialize src_node and dst_node to empty strings
      iio: dac: ad3552r-hs: fix out-of-bound write in ad3552r_hs_write_data_source
      iio: accel: iis328dq: fix gain values
      ...