aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/max6690.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some integer signs. These unsigned integers should all be signed.Justin Hibbits2013-12-071-1/+1
* Avoid using the degree symbol. Looks ugly on the console.Andreas Tobler2012-08-191-3/+4
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* - Improve error handling.Andreas Tobler2011-06-041-23/+45
* Move the celsius-to-kelvin conversion to a place that powermac_thermal canNathan Whitehorn2011-05-291-6/+3
* Update the I2C-based temperature/fan drivers to connect to the PowermacNathan Whitehorn2011-05-291-12/+38
* Remove unused variable. Spotted by a cppcheckAndreas Tobler2011-01-151-3/+0
* Add three new drivers for fan control and temperature reading on theAndreas Tobler2010-10-151-0/+335