All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] hwmon: (lm92) Cleanup and conversion to with_info API
@ 2024-08-01 14:49 Guenter Roeck
  2024-08-01 14:49 ` [PATCH 1/6] hwmon: (lm92) Improve auto-detection accuracy Guenter Roeck
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Guenter Roeck @ 2024-08-01 14:49 UTC (permalink / raw)
  To: Hardware Monitoring; +Cc: Guenter Roeck

Clean up lm92 driver and convert it to use regmap and the with_info hwmon
API.

----------------------------------------------------------------
Guenter Roeck (6):
      hwmon: (lm92) Improve auto-detection accuracy
      hwmon: (lm92) Reorder include files to alphabetic order
      hwmon: (lm92) Replace chip IDs with limit register resolution
      hwmon: (lm92) Convert to use regmap
      hwmon: (lm92) Convert to with_info hwmon API
      hwmon: (lm92) Update documentation

 Documentation/hwmon/lm92.rst |  26 +--
 drivers/hwmon/Kconfig        |   3 +-
 drivers/hwmon/lm92.c         | 457 ++++++++++++++++++++++++++-----------------
 3 files changed, 291 insertions(+), 195 deletions(-)

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

end of thread, other threads:[~2024-08-02 14:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-01 14:49 [PATCH 0/6] hwmon: (lm92) Cleanup and conversion to with_info API Guenter Roeck
2024-08-01 14:49 ` [PATCH 1/6] hwmon: (lm92) Improve auto-detection accuracy Guenter Roeck
2024-08-02  5:11   ` Tzung-Bi Shih
2024-08-01 14:49 ` [PATCH 2/6] hwmon: (lm92) Reorder include files to alphabetic order Guenter Roeck
2024-08-02  5:12   ` Tzung-Bi Shih
2024-08-01 14:49 ` [PATCH 3/6] hwmon: (lm92) Replace chip IDs with limit register resolution Guenter Roeck
2024-08-02  5:12   ` Tzung-Bi Shih
2024-08-01 14:49 ` [PATCH 4/6] hwmon: (lm92) Convert to use regmap Guenter Roeck
2024-08-02  5:12   ` Tzung-Bi Shih
2024-08-01 14:49 ` [PATCH 5/6] hwmon: (lm92) Convert to with_info hwmon API Guenter Roeck
2024-08-02  5:12   ` Tzung-Bi Shih
2024-08-01 14:49 ` [PATCH 6/6] hwmon: (lm92) Update documentation Guenter Roeck
2024-08-02  5:12   ` Tzung-Bi Shih
2024-08-02 14:11     ` 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.