summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/maxim6690.c
AgeCommit message (Expand)Author
2007-10-20_check prototypes are no longer used (replaced by i2c_scan.c); ok deraadt@Constantine A. Murenin
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-11-20Fix register number definitions.Mark Kettenis
2006-11-20Add support for LM63.Mark Kettenis
2006-04-30incorporate feedback from kettenis@: fix init of sc_temp_invalid for LM90,Damien Miller
2006-04-30support the Maxim 6657, 6658 and 6659 parts, which are register-wiseDamien Miller
2006-04-17Reorganize the 0xfe vendor register block, adding new devices and tighteningMark Kettenis
2006-04-10make this match our code standardsTheo de Raadt
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
2005-12-31spacingTheo de Raadt
2005-12-28this should also match lm86, lm89, lm90, lm99, lm89-1, lm99-1, i thinkTheo de Raadt
2005-12-27no longer use ia_compat; tested by a fewTheo de Raadt
2005-11-16Add support for MAX6642.Mark Kettenis
2005-11-15driver for the maxim6690 i2c dual temperature sensorTheo de Raadt