]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: Add pwm-fan driver
authorKamil Debski <k.debski@samsung.com>
Wed, 16 Jul 2014 15:46:42 +0000 (17:46 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 4 Aug 2014 14:01:38 +0000 (07:01 -0700)
commit1c16c7ee3c8605da48952f907e9c67905b92e278
treeeb22ad9c566ea5c4818125134fa3775e4b831e8a
parent9607aeed508b360d0c704361084729663171d378
hwmon: Add pwm-fan driver

The pwm-fan driver enables control of fans connected to PWM lines.
This driver uses the PWM framework, so it is compatible with all
PWM devices that provide drivers through the PWM framework.

Signed-off-by: Kamil Debski <k.debski@samsung.com>
Reviewed-by: Varka Bhadram <varkabhadram@gmail.com>
Reviewed-by: Tobias Klauser <tklauser@distanz.ch>
[Guenter Roeck: Last argument to devm_of_pwm_get is pointer, use NULL]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/devicetree/bindings/hwmon/pwm-fan.txt [new file with mode: 0644]
Documentation/hwmon/pwm-fan [new file with mode: 0644]
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/pwm-fan.c [new file with mode: 0644]