summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/lm87.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* uninitialised value caused some lmenv(4) fans to never appear sometimes;cnst2008-11-101-2/+3
* rework sensor tasks to use the kernels generic workq rather than a specialdlg2007-06-241-2/+2
* split userland & kernel struct sensor/sensordev so that the additionderaadt2007-03-221-3/+3
* adapt to new two-level sensor api; Constantine A. Mureninderaadt2006-12-231-13/+10
* slightly nicer sensor namesderaadt2006-04-091-3/+3
* Replace SENSOR_ADD() macro with a pair of functionsgrange2006-01-191-2/+2
* spacingderaadt2005-12-311-2/+2
* interrupt clearing applies to lm87 class too (not just lm81 class)deraadt2005-12-271-3/+2
* if the device is busy trying to deliver an interrupt, it will stall onderaadt2005-12-271-5/+13
* on lm81 and clones, reflag external sensor as invalid every time throughderaadt2005-12-271-3/+6
* match about 15 more clone chipsderaadt2005-12-271-18/+30
* if we write to the START bit, splat out a messagederaadt2005-12-271-14/+15
* if start is already set, avoid setting it againderaadt2005-12-261-7/+9
* Fix typo.kettenis2005-11-161-2/+2
* read the channel register, hopefully initialized by some rom (Yes, Applederaadt2005-11-151-12/+46
* temperature readings of 0x80 mean "diode not connected", i think; kettenis okderaadt2005-11-151-3/+6
* Start monitoring operations such that values actually change.kettenis2005-11-151-1/+18
* avoid integer overflow in fan speed calculations, from kettenisderaadt2005-11-151-9/+16
* instead of passing OF nodes down to the drivers, pass name/compat stringderaadt2005-11-151-18/+12
* move lm87 to dev/i2c; ok kettenisderaadt2005-11-151-0/+241