commit | 7cc7de93fad46623e2600f74988c715d568e5ad8 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Tue Feb 12 09:55:16 2019 -0800 |
committer | Guenter Roeck <linux@roeck-us.net> | Sat Feb 23 09:04:47 2019 -0800 |
tree | 14a37639adf70e4ef9684b4fac75c2ee774ad02e | |
parent | b57e1d429397217870595c80219b825d7a6db0c6 [diff] |
hwmon: (ntc_thermistor) Convert to new hwmon API Use devm_hwmon_device_register_with_info() instead of devm_hwmon_device_register_with_groups() to register the hwmon device to simplify the code and make it easier to maintain. As part of this change, thermal device registration is moved into the hwmon core. Signed-off-by: Guenter Roeck <linux@roeck-us.net>