Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1659951
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3] hwmon: Add support for MAX31785 intelligent fan controller |
| Date | 2017-06-07 18:00 +0200 |
| Message-ID | <tPLxg-8U-13@gated-at.bofh.it> (permalink) |
| References | <tPgMO-5yk-35@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jun 06, 2017 at 04:32:30PM +0930, Andrew Jeffery wrote: > Add a basic driver for the MAX31785, focusing on the fan control > features but ignoring the temperature and voltage monitoring > features of the device. > > This driver supports all fan control modes and tachometer / PWM > readback where applicable. > > Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com> > Signed-off-by: Andrew Jeffery <andrew@aj.id.au> > --- > Hello, > > This is a rework of Timothy Pearson's original patch: > > https://www.mail-archive.com/linux-hwmon@vger.kernel.org/msg00868.html > > I've labelled it as v3 to differentiate from Timothy's postings. > > The original thread had some discussion about the MAX31785 being a PMBus device > and that it should thus be a PMBus driver. The implementation still makes use After thinking about it, that is what it should be. If I accept it as non-PMBus driver, it will be all but impossible to convert it to a PMBus driver later on, and that just doesn't make any sense. With no one interested in writing that driver, I'll try to give it some more priority myself. I do have an evaluation board somewhere, which should help. Note that the second fan reading should be implemented as just that, not with a non-standard attribute. Guenter
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3] hwmon: Add support for MAX31785 intelligent fan controller Andrew Jeffery <andrew@aj.id.au> - 2017-06-06 09:10 +0200
Re: [PATCH v3] hwmon: Add support for MAX31785 intelligent fan controller Guenter Roeck <linux@roeck-us.net> - 2017-06-06 15:40 +0200
Re: [PATCH v3] hwmon: Add support for MAX31785 intelligent fan controller Matthew Barth <msbarth@linux.vnet.ibm.com> - 2017-06-06 18:30 +0200
Re: [PATCH v3] hwmon: Add support for MAX31785 intelligent fan controller Joel Stanley <joel@jms.id.au> - 2017-06-07 04:50 +0200
Re: [PATCH v3] hwmon: Add support for MAX31785 intelligent fan controller Andrew Jeffery <andrew@aj.id.au> - 2017-06-07 08:50 +0200
Re: [PATCH v3] hwmon: Add support for MAX31785 intelligent fan controller Guenter Roeck <linux@roeck-us.net> - 2017-06-07 19:40 +0200
Re: [PATCH v3] hwmon: Add support for MAX31785 intelligent fan controller Andrew Jeffery <andrew@aj.id.au> - 2017-06-08 08:30 +0200
Re: [PATCH v3] hwmon: Add support for MAX31785 intelligent fan controller Andrew Jeffery <andrew@aj.id.au> - 2017-06-07 09:20 +0200
Re: [PATCH v3] hwmon: Add support for MAX31785 intelligent fan controller Guenter Roeck <linux@roeck-us.net> - 2017-06-07 18:00 +0200
Re: [PATCH v3] hwmon: Add support for MAX31785 intelligent fan controller Andrew Jeffery <andrew@aj.id.au> - 2017-06-08 10:00 +0200
Re: [PATCH v3] hwmon: Add support for MAX31785 intelligent fan controller Guenter Roeck <linux@roeck-us.net> - 2017-06-08 14:40 +0200
Re: [PATCH v3] hwmon: Add support for MAX31785 intelligent fan controller Andrew Jeffery <andrew@aj.id.au> - 2017-06-09 03:00 +0200
csiph-web