aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/lm75.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the deciKelvin to Celsius conversion in kernel.Luiz Otavio O Souza2016-05-221-1/+1
* Fix off-by-one bugs.Luiz Otavio O Souza2015-03-101-4/+3
* Replace hardcoded sizes by sizeof() and nitems().Luiz Otavio O Souza2015-02-171-14/+13
* Fix the display of negative temperatures.Luiz Otavio O Souza2015-02-171-7/+14
* Add the lm75 i2c digital temperature sensor driver.Luiz Otavio O Souza2014-05-101-0/+574