summaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/ad7417.c
Commit message (Expand)AuthorAgeFilesLines
* Drop 'All rights reserved'Andreas Tobler2020-03-061-15/+28
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-8/+7
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Do the ADC init only at startup and not during every sensor read call.Andreas Tobler2012-08-191-5/+12
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* - Improve error handling.Andreas Tobler2011-06-081-43/+127
* Update the I2C-based temperature/fan drivers to connect to the PowermacNathan Whitehorn2011-05-291-41/+121
* Add a new driver, the ad7417, to read temperatures and voltages on someAndreas Tobler2011-05-291-0/+457