hwmon: (lm90) Support multiple temperature resolutions
authorGuenter Roeck <linux@roeck-us.net>
Wed, 3 Nov 2021 05:38:59 +0000 (22:38 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 13 Jul 2022 15:38:17 +0000 (08:38 -0700)
commita8ddcc5750a94527ceead3de59f1f6ebc3e58115
treeeba51bc18d018093d65f4990cac58bde1c3590af
parent8f19501d87e0e79a50b60ead7e114ed5a8eea34e
hwmon: (lm90) Support multiple temperature resolutions

While most LM90 compatible chips support a temperature sensor resolution
of 11 bit, this is not the case for all chips. ADT7461 only supports a
resolution of 10 bit, and TMP451/TMP461 support a resolution of 12 bit.

Add support for various temperature sensor resolutions. To do this,
model all temperature sensors as 16 bit sensors, and use unified
temperature conversion functions which take the sensor resolution
as parameter.

While enhancing functionality, this has the positive side effect of
reducing code size by about 5%.

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