]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/hwmon/pmbus/Makefile
pmbus: Add driver for Maxim MAX31785 Intelligent Fan Controller
authorAndrew Jeffery <andrew@aj.id.au>
Fri, 3 Nov 2017 04:53:02 +0000 (15:53 +1100)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 5 Nov 2017 14:06:33 +0000 (06:06 -0800)
commit4d420a6a9ddd72bd25baa6e667dd0581506eeacb
tree6c819b5f598daa219a7f12806a75d3607586fa77
parent54b943e69691329805349440b157b36e34051a57
pmbus: Add driver for Maxim MAX31785 Intelligent Fan Controller

The Maxim MAX31785 is a PMBus device providing closed-loop, multi-channel
fan management with temperature and remote voltage sensing. It supports
various fan control features, including PWM frequency control, temperature
hysteresis, dual tachometer measurements, and fan health monitoring.

This patch presents a basic driver using only the existing features of the
PMBus subsystem.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
[groeck: Modified description to clarify that fan control is not yet provided]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/max31785 [new file with mode: 0644]
drivers/hwmon/pmbus/Kconfig
drivers/hwmon/pmbus/Makefile
drivers/hwmon/pmbus/max31785.c [new file with mode: 0644]