• Guenter Roeck's avatar
    hwmon: (lm90) Support multiple temperature resolutions · a8ddcc57
    Guenter Roeck authored
    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: default avatarGuenter Roeck <linux@roeck-us.net>
    a8ddcc57
lm90.c 56.4 KB