mbox series

[0/6] hwmon: (lm92) Cleanup and conversion to with_info API

Message ID 20240801144918.6156-1-linux@roeck-us.net (mailing list archive)
Headers show
Series hwmon: (lm92) Cleanup and conversion to with_info API | expand

Message

Guenter Roeck Aug. 1, 2024, 2:49 p.m. UTC
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(-)