[PATCH v3 0/2] hwmon: acpi_power_meter: convert to new hwmon API

Corentin Labbe posted 2 patches 3 years, 12 months ago
drivers/hwmon/acpi_power_meter.c | 524 +++++++++++++------------------
1 file changed, 227 insertions(+), 297 deletions(-)
[PATCH v3 0/2] hwmon: acpi_power_meter: convert to new hwmon API
Posted by Corentin Labbe 3 years, 12 months ago
Hello

I dont like warning in my boot log such as:
hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
So I did the conversion to the new API.

The patchset was tested with:
- sensors
- cat all values directly in sysfs (for ones not displayed by sensors like oem_info, model_number, etc..)

But due to missing functionnality on my hardware some code path was not
tested. (Like all cap_xxx)

Regards

Change since v1:
- use really the new API

Change since v2:
- fix 32b build by using div_u64()

Corentin Labbe (2):
  hwmon: acpi_power_meter: fix style issue
  hwmon: acpi_power_meter: convert to hwmon_device_register_with_info

 drivers/hwmon/acpi_power_meter.c | 524 +++++++++++++------------------
 1 file changed, 227 insertions(+), 297 deletions(-)

-- 
2.35.1