OSDN Git Service

hwmon: Add NPCM7xx PWM and Fan driver
authorTomer Maimon <tmaimon77@gmail.com>
Tue, 3 Jul 2018 23:23:26 +0000 (02:23 +0300)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 9 Jul 2018 03:08:13 +0000 (20:08 -0700)
commitf1fd4a4db777030a2542701fb0d3a261d4472d6d
treed21f458b1efa180252bf8411e31171e4ba7e6e2f
parent68dde6cae6e523dfec8ec097af2c41680fb766c6
hwmon: Add NPCM7xx PWM and Fan driver

Add Nuvoton BMC NPCM750/730/715/705 Pulse Width Modulation (PWM)
and Fan tacho driver.

The Nuvoton BMC NPCM750/730/715/705 supports 8 PWM controller outputs
and 16 Fan controller inputs.

The driver provides a sysfs entries through which the user can
configure the duty-cycle value from 0(off) and 255(full speed)
and read the fan tacho rpm value.

Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/npcm750-pwm-fan [new file with mode: 0644]
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/npcm750-pwm-fan.c [new file with mode: 0644]