[GIT PULL] hwmon fixes for hwmon-for-v7.0-rc3
From: Guenter Roeck
Date: Sat Mar 07 2026 - 06:47:41 EST
Hi Linus,
Please pull hwmon fixes for Linux hwmon-for-v7.0-rc3 from signed tag:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v7.0-rc3
Thanks,
Guenter
------
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v7.0-rc3
for you to fetch changes up to 25dd70a03b1f5f3aa71e1a5091ecd9cd2a13ee43:
hwmon: (pmbus/q54sj108a2) fix stack overflow in debugfs read (2026-03-04 16:48:06 -0800)
----------------------------------------------------------------
hwmon fixes for v7.0-rc3
- aht10: Fix initialization commands for AHT20
- emc1403: correct a malformed email address
- it87: Check the it87_lock() return value
- max6639: fix inverted polarity
- macsmc: Fix overflows, underflows, sign extension, and other problems
- pmbus/q54sj108a2: fix stack overflow in debugfs read
- Drop support for SMARC-sAM67 (discontinued and never released to market)
----------------------------------------------------------------
Bart Van Assche (1):
hwmon: (it87) Check the it87_lock() return value
Guenter Roeck (2):
hwmon: (macsmc) Fix regressions in Apple Silicon SMC hwmon driver
hwmon: (macsmc) Fix overflows, underflows, and sign extension
Hao Yu (1):
hwmon: (aht10) Fix initialization commands for AHT20
Michael Walle (2):
Revert "hwmon: add SMARC-sAM67 support"
dt-bindings: hwmon: sl28cpld: Drop sa67mcu compatible
Olivier Sobrie (1):
hwmon: (max6639) fix inverted polarity
Randy Dunlap (1):
hwmon: (emc1403) correct a malformed email address
Sanman Pradhan (1):
hwmon: (pmbus/q54sj108a2) fix stack overflow in debugfs read
.../bindings/hwmon/kontron,sl28cpld-hwmon.yaml | 1 -
Documentation/hwmon/emc1403.rst | 2 +-
Documentation/hwmon/index.rst | 1 -
Documentation/hwmon/sa67.rst | 41 ------
MAINTAINERS | 1 -
drivers/hwmon/Kconfig | 10 --
drivers/hwmon/Makefile | 1 -
drivers/hwmon/aht10.c | 6 +-
drivers/hwmon/it87.c | 5 +-
drivers/hwmon/macsmc-hwmon.c | 51 +++----
drivers/hwmon/max6639.c | 2 +-
drivers/hwmon/pmbus/q54sj108a2.c | 19 +--
drivers/hwmon/sa67mcu-hwmon.c | 161 ---------------------
13 files changed, 46 insertions(+), 255 deletions(-)
delete mode 100644 Documentation/hwmon/sa67.rst
delete mode 100644 drivers/hwmon/sa67mcu-hwmon.c