Commit 1523e4d567f1 for kernel

commit 1523e4d567f119ad859783b314b5d1312ebf8281
Merge: 631919fb12fe cffff6df669a
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Apr 3 17:13:59 2026 -0700

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

    Pull hwmon fixes from Guenter Roeck:

     - Fix temperature sensor for PRIME X670E-PRO WIFI

     - occ: Add missing newline, and fix potential division by zero

     - pmbus:
        - Fix device ID comparison and printing in tps53676_identify()
        - Add missing MODULE_IMPORT_NS("PMBUS") for ltc4286
        - Check return value of page-select write in pxe1610 probe
        - Fix array access with zero-length block tps53679 read

    * tag 'hwmon-for-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
      hwmon: (asus-ec-sensors) Fix T_Sensor for PRIME X670E-PRO WIFI
      hwmon: (occ) Fix missing newline in occ_show_extended()
      hwmon: (occ) Fix division by zero in occ_show_power_1()
      hwmon: (tps53679) Fix device ID comparison and printing in tps53676_identify()
      hwmon: (ltc4286) Add missing MODULE_IMPORT_NS("PMBUS")
      hwmon: (pxe1610) Check return value of page-select write in probe
      hwmon: (tps53679) Fix array access with zero-length block read