]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
hwmon: add support for MC33XS2410 hardware monitoring
authorDimitri Fedrau <dimitri.fedrau@liebherr.com>
Wed, 23 Jul 2025 17:34:57 +0000 (19:34 +0200)
committerUwe Kleine-König <ukleinek@kernel.org>
Thu, 24 Jul 2025 07:20:39 +0000 (09:20 +0200)
commita02b105fe9f2b82cbd13b13a98c2b9ffae4a7c27
treec0f909fadd007d1ea598788f7e0985767f80e7da
parent28517c8b6275a9cd25a4974d0e4d58eaba465a67
hwmon: add support for MC33XS2410 hardware monitoring

The device is able to monitor temperature, voltage and current of each of
the four outputs. Add basic support for monitoring the temperature of the
four outputs and the die temperature.

Signed-off-by: Dimitri Fedrau <dimitri.fedrau@liebherr.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20250723-mc33xs2410-hwmon-v5-2-f62aab71cd59@liebherr.com
Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>
Documentation/hwmon/index.rst
Documentation/hwmon/mc33xs2410_hwmon.rst [new file with mode: 0644]
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/mc33xs2410_hwmon.c [new file with mode: 0644]