hwmon: (adt7x10) Use devm_hwmon_device_register_with_info
authorCosmin Tanislav <cosmin.tanislav@analog.com>
Tue, 21 Dec 2021 21:58:37 +0000 (23:58 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 7 Feb 2022 22:30:37 +0000 (14:30 -0800)
commitf225f9357eb6cb9032e83f56e590d45b48dbeb07
treef2475048e12170b817682a9e7be050a557333498
parent45942b5890bad85561b78c1670519dabeabf7928
hwmon: (adt7x10) Use devm_hwmon_device_register_with_info

Describe the only available channel, implement read, write
and is_visible callbacks.
Also, pass name to core driver for the i2c device so that
it can be used to register hwmon device.

Signed-off-by: Cosmin Tanislav <cosmin.tanislav@analog.com>
Link: https://lore.kernel.org/r/20211221215841.2641417-4-demonsingur@gmail.com
[groeck: Adjusted to use regmap]
Tested-by: Cosmin Tanislav <cosmin.tanislav@analog.com>
Reviewed-by: Cosmin Tanislav <cosmin.tanislav@analog.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/adt7410.c
drivers/hwmon/adt7x10.c