aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/max6690.c
Commit message (Expand)AuthorAgeFilesLines
* Provide a slightly more-tolerant set of thermal parameters for PowerMacNathan Whitehorn2020-10-151-2/+11
* - Drop 'All rights reserved'Andreas Tobler2020-03-061-4/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-6/+5
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Check error return from reading integer part of temperature.Justin Hibbits2014-10-121-0/+4
* 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