]> git.ipfire.org Git - thirdparty/linux.git/commit
hwmon: Add driver for I2C chip Nuvoton NCT7363Y
authorBan Feng <kcfeng0@nuvoton.com>
Tue, 22 Oct 2024 05:29:05 +0000 (13:29 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 10 Nov 2024 22:48:07 +0000 (14:48 -0800)
commit46b94c485ed197bc681da242440c6e2315697c57
tree91d239bdf923c30cc4acfd9c7490acf346f0d3d8
parent15cae9c0b9c0e78b78da7a08ff8ab0ea15294f57
hwmon: Add driver for I2C chip Nuvoton NCT7363Y

The NCT7363Y is a fan controller which provides up to 16
independent FAN input monitors. It can report each FAN input count
values. The NCT7363Y also provides up to 16 independent PWM
outputs. Each PWM can output specific PWM signal by manual mode to
control the FAN duty outside.

Signed-off-by: Ban Feng <kcfeng0@nuvoton.com>
Message-ID: <20241022052905.4062682-3-kcfeng0@nuvoton.com>
[groeck: Dropped unnecessary variable initialization, and , after { }]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/index.rst
Documentation/hwmon/nct7363.rst [new file with mode: 0644]
MAINTAINERS
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/nct7363.c [new file with mode: 0644]