All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] hwmon: (adt7470) Clean up
@ 2021-08-26  2:41 Chris Packham
  2021-08-26  2:41 ` [PATCH v2 1/4] hwmon: (adt7470) Fix some style issues Chris Packham
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Chris Packham @ 2021-08-26  2:41 UTC (permalink / raw)
  To: jdelvare, linux; +Cc: linux-hwmon, linux-kernel, Chris Packham

This does some cleanup of the adt7470. The major benefit is the added error
handling. The volume of code decreases a little but it's kind of a wash between
the removal of attribute handling code vs the addition of code to drive the
hwmon core.

Chris Packham (4):
  hwmon: (adt7470) Fix some style issues
  hwmon: (adt7470) Convert to use regmap
  hwmon: (adt7470) Convert to devm_hwmon_device_register_with_info API
  hwmon: (adt7470) Use standard update_interval property

 drivers/hwmon/adt7470.c | 1133 +++++++++++++++++++--------------------
 1 file changed, 552 insertions(+), 581 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2021-08-30 20:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-26  2:41 [PATCH v2 0/4] hwmon: (adt7470) Clean up Chris Packham
2021-08-26  2:41 ` [PATCH v2 1/4] hwmon: (adt7470) Fix some style issues Chris Packham
2021-08-27 21:15   ` Guenter Roeck
2021-08-26  2:41 ` [PATCH v2 2/4] hwmon: (adt7470) Convert to use regmap Chris Packham
2021-08-27 21:17   ` Guenter Roeck
2021-08-26  2:41 ` [PATCH v2 3/4] hwmon: (adt7470) Convert to devm_hwmon_device_register_with_info API Chris Packham
2021-08-27 21:26   ` Guenter Roeck
2021-08-26  2:41 ` [PATCH v2 4/4] hwmon: (adt7470) Use standard update_interval property Chris Packham
2021-08-27 21:29   ` Guenter Roeck
2021-08-29 21:09     ` Chris Packham
2021-08-30 15:36       ` Guenter Roeck
2021-08-30 20:59         ` Chris Packham

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.