Commit 1dc18801be29 for kernel

commit 1dc18801be29bc54709aa355b8acd80e183b03cd
Merge: 9f333cb6b57c ac930b80c1e0
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Mon Jun 22 09:30:31 2026 -0700

    Merge tag 'i2c-7.2-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux

    Pull more i2c updates from Andi Shyti:
     "Cleanups:
       - generic cleanups in qcom, qcom-cci and pxa, plus core cleanups in
         algo-bit and atr

      Fixes:
       - davinci: clean up cpufreq notifier on probe failure
       - imx-lpi2c: suspend the adapter while hardware is powered down
       - ls2x-v2: return IRQ_HANDLED after servicing error interrupts
       - stm32f7: fix timing calculation accuracy

      DT bindings:
       - microchip: permit resets
       - i2c-mux-pinctrl: update maintainer entry
       - i2c-mux-reg: convert bindings to DT schema"

    * tag 'i2c-7.2-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux:
      i2c: pxa: Use named initializers for the platform_device_id array
      i2c: imx-lpi2c: mark I2C adapter when hardware is powered down
      i2c: stm32f7: truncate clock period instead of rounding it
      dt-bindings: i2c: microchip,corei2c: permit resets
      i2c: qcom: Unify user-visible "Qualcomm" name
      i2c: ls2x-v2: return IRQ_HANDLED after servicing an error
      i2c: atr: annotate i2c_atr_adap_desc->aliases with __counted_by_ptr
      i2c: algo: bit: use str_plural helper in bit_xfer
      dt-bindings: i2c: i2c-mux-pinctrl: change maintainer
      dt-bindings: i2c: convert i2c-mux-reg to DT schema
      i2c: davinci: Unregister cpufreq notifier on probe failure
      i2c: qcom-cci: Remove overcautious disable_irq() calls
      i2c: qcom-cci: Move cci_init() under cci_reset() function
      i2c: qcom-cci: Do not check return value of cci_init()