summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/maxim6690.c (follow)
Commit message (Collapse)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
| | | | | | | | | kernel thread of its own. the api has changed (which will be fixed in the manpage shortly) so all the users of sensor tasks that i can find have been fixed too. noone tested, so its going in to force people to run with it. "put it in" deraadt@
* split userland & kernel struct sensor/sensordev so that the additionderaadt2007-03-221-3/+3
| | | | | | of new fields in the future is less disruptive. This is done similar to how struct proc is handled for ps(1). ok jmc (man page changes) tested fkr simon, and more suggestions from millert
* adapt to new two-level sensor api; Constantine A. Mureninderaadt2006-12-231-7/+8
|
* Fix register number definitions.kettenis2006-11-201-3/+3
| | | | ok deraadt@
* Add support for LM63.kettenis2006-11-201-1/+2
| | | | tested by niklas@
* incorporate feedback from kettenis@: fix init of sc_temp_invalid for LM90,djm2006-04-301-15/+12
| | | | | make sc_temp_invalid an array and set 0x7f as an invalid reading for the Maxim 6690 too
* support the Maxim 6657, 6658 and 6659 parts, which are register-wisedjm2006-04-301-3/+16
| | | | | identical to the Maxim 6690. Also fixes a bug which caused Maxim 6642 parts to be mishandled; ok deraadt@
* Reorganize the 0xfe vendor register block, adding new devices and tighteningkettenis2006-04-171-1/+2
| | | | | checks on existing devices. "slap it in" deraadt@
* make this match our code standardsderaadt2006-04-101-3/+3
|
* Replace SENSOR_ADD() macro with a pair of functionsgrange2006-01-191-2/+2
| | | | | | | sensor_add()/sensor_del() so that sensors can be attached and detached dynamicaly. ok kettenis@ deraadt@ dlg@
* 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
| | | | ok deraadt@
* driver for the maxim6690 i2c dual temperature sensorderaadt2005-11-151-0/+183