]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/hwmon/g762.c
Add support for GMT G762/G763 PWM fan controllers
authorArnaud Ebalard <arno@natisbad.org>
Thu, 20 Jun 2013 20:21:04 +0000 (22:21 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 27 Jun 2013 17:31:42 +0000 (10:31 -0700)
commit594fbe713bf60073ed884dc317a74dd5b327aba7
treea93240b841e0e913efbf000b6b22d6ce29ea467e
parent31e7ad74f6044ffec112fd4975c07b797589d89c
Add support for GMT G762/G763 PWM fan controllers

GMT G762/763 fan speed PWM controller is connected directly to a fan
and performs closed-loop or open-loop control of the fan speed. Two
modes - PWM or DC - are supported by the chip. Introduced driver
provides various knobs to control the operations of the chip (via
sysfs interface). Specific characteristics of the system can be passed
either using board init code or via DT. Documentation for both the
driver and DT bindings are also provided.

Signed-off-by: Arnaud Ebalard <arno@natisbad.org>
Tested-by: Simon Guinot <simon.guinot@sequanux.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/devicetree/bindings/hwmon/g762.txt [new file with mode: 0644]
Documentation/hwmon/g762 [new file with mode: 0644]
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/g762.c [new file with mode: 0644]
include/linux/platform_data/g762.h [new file with mode: 0644]