hwmon: add SMARC-sAM67 support
authorMichael Walle <mwalle@kernel.org>
Fri, 12 Sep 2025 12:07:44 +0000 (14:07 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 25 Sep 2025 15:08:13 +0000 (08:08 -0700)
commit443b39c82c322c9f3c38bea0389fe927ba00b3b4
tree8ad554e94397d847092b5cf563aeb2b279457755
parent0f6eae86e626e0561d2f545a3183be2e12108410
hwmon: add SMARC-sAM67 support

Add a new driver for the Kontron SMARC-sAM67 board management
controller. It has two voltage sensors and one temperature sensor.

Signed-off-by: Michael Walle <mwalle@kernel.org>
Link: https://lore.kernel.org/r/20250912120745.2295115-7-mwalle@kernel.org
[groeck: Added sa67 to index.rst]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/index.rst
Documentation/hwmon/sa67.rst [new file with mode: 0644]
MAINTAINERS
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/sa67mcu-hwmon.c [new file with mode: 0644]