mbox series

[00/11] hwmon: (ina2xx) Cleanup and convert to use with_info API

Message ID 20240827153455.1344529-1-linux@roeck-us.net (mailing list archive)
Headers show
Series hwmon: (ina2xx) Cleanup and convert to use with_info API | expand

Message

Guenter Roeck Aug. 27, 2024, 3:34 p.m. UTC
Clean up driver and convert to use with_info API to simplify driver
maintenance.

----------------------------------------------------------------
Guenter Roeck (11):
      hwmon: (ina2xx) Reorder include files to alphabetic order
      hwmon: (ina2xx) Replace platform data with device properties
      hwmon: (ina2xx) Use bit operations
      hwmon: (ina2xx) Mark regmap_config as const
      hwmon: (ina2xx) Use local regmap pointer if used more than once
      hwmon: (ina2xx) Re-initialize chip using regmap functions
      hwmon: (ina2xx) Set alert latch when enabling alerts
      hwmon: (ina2xx) Fix various overflow issues
      hwmon: (ina2xx) Consolidate chip initialization code
      hwmon: (ina2xx) Move ina2xx_get_value()
      hwmon: (ina2xx) Convert to use with_info hwmon API

 drivers/hwmon/ina2xx.c | 822 +++++++++++++++++++++++++++----------------------
 1 file changed, 453 insertions(+), 369 deletions(-)