summaryrefslogtreecommitdiff
path: root/sys/dev/i2c
AgeCommit message (Expand)Author
2005-12-23oops, 0x31 is as99127fTheo de Raadt
2005-12-23not quite becoming a nightmare, but we are getting there..Theo de Raadt
2005-12-23correct ic_release_busTheo de Raadt
2005-12-23set both ia_name and ia_compatTheo de Raadt
2005-12-23another check registerTheo de Raadt
2005-12-23smsc 47m192 has a monitor like the adm1025Theo de Raadt
2005-12-23next generation. grok a few more chips, but also change the logic toTheo de Raadt
2005-12-23grok some more devicesTheo de Raadt
2005-12-23send a command to start scanning...Theo de Raadt
2005-12-23work in progress towards "identifying" various devices on the i2c bus.Theo de Raadt
2005-12-23typoPedro Martelletto
2005-12-23upon startup, only scan-and-attach devices which specify an addressTheo de Raadt
2005-12-23match functions deserve a failure conditionTheo de Raadt
2005-12-22permit outsider to call iic_printTheo de Raadt
2005-12-22ne1619 is a clone by philipsTheo de Raadt
2005-12-22start at a driver for the stupid ADM 1021Theo de Raadt
2005-12-22document company/stepping regsTheo de Raadt
2005-12-22note missing ext temp sensorsTheo de Raadt
2005-12-22adm1025 ... another day, another chip..Theo de Raadt
2005-12-22typoTheo de Raadt
2005-12-21wrong commentTheo de Raadt
2005-12-20Do bus scanning only if underlying controller asked for it.Alexander Yurchenko
2005-12-20start at a 2nd generation scannerTheo de Raadt
2005-12-19First attempt to have a table of known I2C slave devices that weAlexander Yurchenko
2005-11-28attempt to cope with the other versions of the chipsTheo de Raadt
2005-11-18oopsTheo de Raadt
2005-11-18support pca9556 and pca9557 tooTheo de Raadt
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