All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] hwmon: convert w83627ehf to new interface
@ 2019-11-24 20:20 Dr. David Alan Gilbert
  2019-11-24 20:20 ` [PATCH 1/2] hwmon: Add intrusion templates Dr. David Alan Gilbert
  2019-11-24 20:20 ` [PATCH 2/2] hwmon: (w83627ehf) convert to with_info interface Dr. David Alan Gilbert
  0 siblings, 2 replies; 8+ messages in thread
From: Dr. David Alan Gilbert @ 2019-11-24 20:20 UTC (permalink / raw)
  To: linux, jdelvare, linux-hwmon; +Cc: Dr. David Alan Gilbert

Convert w83627ehf to the with_info interface;
while we're here add intrusion%d_ templates since they're used
by a bunch of different devices.

The _visible functions try and follow the same structure as the existing
device_create_file loops and structures.

The in*input,fan*input and temp*input all look sane to me; and I've
tried writing to a bunch of the files; but the pwm ones I don't have too
much of an idea of.

This has been tested on my P55M Pro which has a W83667HG-B;
it would be good to get some testing from people with other devices
supported by the driver.

Dave

Dr. David Alan Gilbert (2):
  hwmon: Add intrusion templates
  hwmon: (w83627ehf) convert to with_info interface

 drivers/hwmon/hwmon.c     |    9 +-
 drivers/hwmon/w83627ehf.c | 1429 ++++++++++++++++---------------------
 include/linux/hwmon.h     |    8 +
 3 files changed, 646 insertions(+), 800 deletions(-)

-- 
2.23.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-12-24  2:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-24 20:20 [PATCH 0/2] hwmon: convert w83627ehf to new interface Dr. David Alan Gilbert
2019-11-24 20:20 ` [PATCH 1/2] hwmon: Add intrusion templates Dr. David Alan Gilbert
2019-11-29 18:39   ` Guenter Roeck
2019-11-24 20:20 ` [PATCH 2/2] hwmon: (w83627ehf) convert to with_info interface Dr. David Alan Gilbert
2019-12-07 13:51   ` Guenter Roeck
2019-12-07 16:49     ` Dr. David Alan Gilbert
2019-12-24  2:16       ` Dr. David Alan Gilbert
2019-12-24  2:21         ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.