Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-13 | LM73 bug fix for negative temperatures and cleanup | Larry Johnson | |
When the LM73 temperature sensor measures a temperature below 0 C, the current driver does not perform sign extension, so the result returned is 512 C too high. This patch fixes the problem, and does general cleanup of the code. Signed-off-by: Larry Johnson <lrj@acm.org> | |||
2008-01-12 | Remove superfluous preprocessor conditionals from LM73 driver | Larry Johnson | |
(1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE". (2) Use conditional Makefile.o. Signed-off-by: Larry Johnson <lrj@acm.org> | |||
2007-12-27 | Add driver for National Semiconductor LM73 temperature sensor | Larry Johnson | |
This driver is based on the driver for the LM75. Signed-off-by: Larry Johnson <lrj@acm.org> |