[lm-sensors] [PATCH 0/3] hwmon: More LM63 enhancements

Guenter Roeck guenter.roeck at ericsson.com
Tue Nov 22 21:39:57 CET 2011


Add support for unsigned temperatures on LM96163
Add support for writing remote T_CRIT limit
Add support for writing conversion rate register

Question:
  Calculations are currently along the line of "/ 125 * 32", causing loss of accuracy.
  Ok to change to "* 32 / 125" ?

v2 [unsigned temp patch]: Improved rounding for TEMP11U_TO_REG



More information about the lm-sensors mailing list