Commit 7b6e48df8892 for kernel

commit 7b6e48df8892e1f128473e6971b3b8b24eb39f4b
Merge: e33aafac04bd 25dd70a03b1f
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Mar 7 08:39:59 2026 -0800

    Merge tag 'hwmon-for-v7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging

    Pull hwmon fixes from Guenter Roeck:

     - Fix initialization commands for AHT20

     - Correct a malformed email address (emc1403)

     - Check the it87_lock() return value

     - Fix inverted polarity (max6639)

     - Fix overflows, underflows, sign extension, and other problems in
       macsmc

     - Fix stack overflow in debugfs read (pmbus/q54sj108a2)

     - Drop support for SMARC-sAM67 (discontinued and never released to
       market)

    * tag 'hwmon-for-v7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
      hwmon: (pmbus/q54sj108a2) fix stack overflow in debugfs read
      hwmon: (max6639) fix inverted polarity
      dt-bindings: hwmon: sl28cpld: Drop sa67mcu compatible
      hwmon: (it87) Check the it87_lock() return value
      Revert "hwmon: add SMARC-sAM67 support"
      hwmon: (aht10) Fix initialization commands for AHT20
      hwmon: (emc1403) correct a malformed email address
      hwmon: (macsmc) Fix overflows, underflows, and sign extension
      hwmon: (macsmc) Fix regressions in Apple Silicon SMC hwmon driver