hwmon: (tmp401) Convert to _info API
authorGuenter Roeck <linux@roeck-us.net>
Sat, 16 Oct 2021 17:51:27 +0000 (10:51 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 26 Dec 2021 23:02:05 +0000 (15:02 -0800)
commitca53e7640de7579f7e3ee467c82618e1ad98857a
treee929e81ad70da48e41679abce6310042c1f62b45
parentbcb31e680837b71648158f2fedfc078cf6699207
hwmon: (tmp401) Convert to _info API

The new API is cleaner and reduces code size significantly.
All chip accesses are 'hidden' in chip access to prepare for using
regmap. Local caching code is removed, to be replaced by regmap based
caching in a follow-up patch.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/tmp401.c