aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAleksandr Mezin <mezin.alexander@gmail.com>2021-10-31 09:30:58 +0600
committerGuenter Roeck <linux@roeck-us.net>2021-12-26 15:02:07 -0800
commit53e68c20aeb1e23419bed811aa3a309ceda200f9 (patch)
tree090999f0380fc863d4943cb7224ba8efa4cb0413 /MAINTAINERS
parenthwmon: (nct6775) add ROG STRIX B550-A/X570-I GAMING (diff)
downloadlinux-dev-53e68c20aeb1e23419bed811aa3a309ceda200f9.tar.xz
linux-dev-53e68c20aeb1e23419bed811aa3a309ceda200f9.zip
hwmon: add driver for NZXT RGB&Fan Controller/Smart Device v2.
This driver implements monitoring and control of fans plugged into the device. Besides typical speed monitoring and PWM duty cycle control, voltage and current are reported for every fan. The device also has 2 connectors for RGB LEDs, support for them isn't implemented (mainly because there is no standardized sysfs interface). Also, the device has a noise sensor, but the sensor seems to be completely useless (and very imprecise), so support for it isn't implemented too. The driver coexists with userspace tools that access the device through hidraw interface with no known issues. The driver has been tested on x86_64, built in and as a module. Some changes/improvements were suggested by Jonas Malaco. Signed-off-by: Aleksandr Mezin <mezin.alexander@gmail.com> Link: https://lore.kernel.org/r/20211031033058.151014-1-mezin.alexander@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to '')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 5a00307d67e3..e7e40563498f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13805,6 +13805,13 @@ S: Maintained
F: Documentation/hwmon/nzxt-kraken2.rst
F: drivers/hwmon/nzxt-kraken2.c
+NZXT-SMART2 HARDWARE MONITORING DRIVER
+M: Aleksandr Mezin <mezin.alexander@gmail.com>
+L: linux-hwmon@vger.kernel.org
+S: Maintained
+F: Documentation/hwmon/nzxt-smart2.rst
+F: drivers/hwmon/nzxt-smart2.c
+
OBJAGG
M: Jiri Pirko <jiri@nvidia.com>
L: netdev@vger.kernel.org