]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hwmon: add driver for the hwmon parts of qnap-mcu devices
authorHeiko Stuebner <heiko@sntech.de>
Thu, 7 Nov 2024 11:47:10 +0000 (12:47 +0100)
committerLee Jones <lee@kernel.org>
Tue, 17 Dec 2024 13:14:48 +0000 (13:14 +0000)
commit9855caf5d4eb1d8b8bba60be256186ea8e0f907c
tree81ac1e2a272b184e6f480a1cd95e738ea19dedca
parentbb7e361191564cbd77f5cfc0f49213d9e799ff10
hwmon: add driver for the hwmon parts of qnap-mcu devices

The MCU can be found on network-attached-storage devices made by QNAP
and provides access to fan control including reading back its RPM as
well as reading the temperature of the NAS case.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20241107114712.538976-8-heiko@sntech.de
Signed-off-by: Lee Jones <lee@kernel.org>
Documentation/hwmon/index.rst
Documentation/hwmon/qnap-mcu-hwmon.rst [new file with mode: 0644]
MAINTAINERS
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/qnap-mcu-hwmon.c [new file with mode: 0644]