summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/lm87.c
AgeCommit message (Expand)Author
2005-12-27interrupt clearing applies to lm87 class too (not just lm81 class)Theo de Raadt
2005-12-27if the device is busy trying to deliver an interrupt, it will stall onTheo de Raadt
2005-12-27on lm81 and clones, reflag external sensor as invalid every time throughTheo de Raadt
2005-12-27match about 15 more clone chipsTheo de Raadt
2005-12-27if we write to the START bit, splat out a messageTheo de Raadt
2005-12-26if start is already set, avoid setting it againTheo de Raadt
2005-11-16Fix typo.Mark Kettenis
2005-11-15read the channel register, hopefully initialized by some rom (Yes, AppleTheo de Raadt
2005-11-15temperature readings of 0x80 mean "diode not connected", i think; kettenis okTheo de Raadt
2005-11-15Start monitoring operations such that values actually change.Mark Kettenis
2005-11-15avoid integer overflow in fan speed calculations, from kettenisTheo de Raadt
2005-11-15instead of passing OF nodes down to the drivers, pass name/compat stringTheo de Raadt
2005-11-15move lm87 to dev/i2c; ok kettenisTheo de Raadt