summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/maxim6690.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* _check prototypes are no longer used (replaced by i2c_scan.c); ok deraadt@cnst2007-10-201-2/+1
* 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-7/+8
* Fix register number definitions.kettenis2006-11-201-3/+3
* Add support for LM63.kettenis2006-11-201-1/+2
* incorporate feedback from kettenis@: fix init of sc_temp_invalid for LM90,djm2006-04-301-15/+12
* support the Maxim 6657, 6658 and 6659 parts, which are register-wisedjm2006-04-301-3/+16
* Reorganize the 0xfe vendor register block, adding new devices and tighteningkettenis2006-04-171-1/+2
* make this match our code standardsderaadt2006-04-101-3/+3
* Replace SENSOR_ADD() macro with a pair of functionsgrange2006-01-191-2/+2
* spacingderaadt2005-12-311-3/+3
* this should also match lm86, lm89, lm90, lm99, lm89-1, lm99-1, i thinkderaadt2005-12-281-44/+15
* no longer use ia_compat; tested by a fewderaadt2005-12-271-10/+7
* Add support for MAX6642.kettenis2005-11-161-24/+46
* driver for the maxim6690 i2c dual temperature sensorderaadt2005-11-151-0/+183