hwmon: (aquacomputer_d5next) Add support for Aquacomputer Quadro fan controller
authorAleksa Savic <savicaleksa83@gmail.com>
Wed, 27 Jul 2022 10:06:05 +0000 (12:06 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 27 Jul 2022 13:00:24 +0000 (06:00 -0700)
commitcdbe34da01e32024e56fff5c6854a263a012d7ff
treed217fc5de213177e27f6e183b8e5c713fe60ab84
parent41cd4373274239a79a5a3e1127607225908a0fbb
hwmon: (aquacomputer_d5next) Add support for Aquacomputer Quadro fan controller

Extend aquacomputer_d5next driver to expose hardware temperature sensors
and fans of the Aquacomputer Quadro fan controller, which communicates
through a proprietary USB HID protocol. Implemented by Jack Doan [1].

Four temperature sensors and PWM controllable fans are available. The
liquid flow sensor is also exposed, implemented by Leonard Anderweit [2].

Additionally, serial number, firmware version and power-on count are
exposed through debugfs.

This driver has been tested on x86_64.

[1] https://github.com/aleksamagicka/aquacomputer_d5next-hwmon/pull/5
[2] https://github.com/aleksamagicka/aquacomputer_d5next-hwmon/pull/9

Originally-from: Jack Doan <me@jackdoan.com>
Originally-from: Leonard Anderweit <leonard.anderweit@gmail.com>
Signed-off-by: Aleksa Savic <savicaleksa83@gmail.com>
Link: https://lore.kernel.org/r/20220727100606.9328-1-savicaleksa83@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/aquacomputer_d5next.rst
drivers/hwmon/Kconfig
drivers/hwmon/aquacomputer_d5next.c