]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit504ea367a34eb41dc37c72e0983139348af39b13
treed21f458b1efa180252bf8411e31171e4ba7e6e2f
parentdcd58b89c4397ce1cbd604c80ac519a3a26f0c6c
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]