summaryrefslogtreecommitdiff
path: root/sys/dev/i2c
AgeCommit message (Expand)Author
2005-11-17Fix pastos; ok deraadt@.Alexander Yurchenko
2005-11-17grok adt7467 somewhat, and fan disconnectsTheo de Raadt
2005-11-17basic driver for adt7460 found in some machinesTheo de Raadt
2005-11-16Fix typo.Mark Kettenis
2005-11-16basic driver for apple fcu fan controller. can read up to 6 fan rpm'sTheo de Raadt
2005-11-16Add support for MAX6642.Mark Kettenis
2005-11-16driver for maxim ds1631, might work, might not!Theo de Raadt
2005-11-16driver for the philips pca9554 i2c gpio deviceTheo de Raadt
2005-11-15driver for adm1030 i2c temp + fan controllerTheo de Raadt
2005-11-15Driver for the TAOS TSL2560/61 light sensors.Mark Kettenis
2005-11-15differentiate the older chip without the 4 adcTheo de Raadt
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-15simple driver for the Analog Devices AD7417/7418 (does not cope rightTheo de Raadt
2005-11-15avoid integer overflow in fan speed calculations, from kettenisTheo de Raadt
2005-11-15driver for the maxim6690 i2c dual temperature sensorTheo 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
2005-11-13code was totally borked, if it failed to detect a LM77 it left theTheo de Raadt
2005-11-12Unbreak i386.Mark Kettenis
2005-11-12Define attachment-like attribute i2c and attach lmtemp to that instead of iic.Mark Kettenis
2005-11-11Use sensors thread instead of timeouts.Mark Kettenis
2005-04-15Add basic audio playback support for the Zaurus SL-C3000.Christopher Pascoe
2005-03-08Cosmetics...Thierry Deval
2004-05-24tiny comments sync with netbsd, was lost during importingAlexander Yurchenko
2004-05-23lmtemp(4) -- National Semiconductor LM75/LM77 temperature sensor driver.Alexander Yurchenko
2004-05-23I2C framework originally written by Steve C. Woodford and Jason R. ThorpeAlexander Yurchenko