summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/lm75.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* instead of passing OF nodes down to the drivers, pass name/compat stringderaadt2005-11-151-1/+8
| | | | | | pointers. This lets their match() functions actually make real decisions. OF-capable machines will pass name/compat pointers, but other machines will not. grudging ok kettenis
* code was totally borked, if it failed to detect a LM77 it left thederaadt2005-11-131-7/+7
| | | | type as 0; ok kettenis
* Use sensors thread instead of timeouts.kettenis2005-11-111-8/+2
| | | | ok dlg@, "slap it in" deraadt@
* lmtemp(4) -- National Semiconductor LM75/LM77 temperature sensor driver.grange2004-05-231-0/+220
Based on the driver from NetBSD (r) written by Jason R. Thorpe, adapted for our sensors infrastructure and with LM77 support. ok deraadt@