]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - Documentation/hwmon/pwm-fan
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)
commitd82d57767c85984132cde4efaf89ad6db290cda3
treeeb22ad9c566ea5c4818125134fa3775e4b831e8a
parent7a7176aa4bf49685ddbef9adbdaf7383dc62ceed
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]