Age | Commit message (Expand) | Author |
2005-12-23 | oops, 0x31 is as99127f | Theo de Raadt |
2005-12-23 | not quite becoming a nightmare, but we are getting there.. | Theo de Raadt |
2005-12-23 | correct ic_release_bus | Theo de Raadt |
2005-12-23 | set both ia_name and ia_compat | Theo de Raadt |
2005-12-23 | another check register | Theo de Raadt |
2005-12-23 | smsc 47m192 has a monitor like the adm1025 | Theo de Raadt |
2005-12-23 | next generation. grok a few more chips, but also change the logic to | Theo de Raadt |
2005-12-23 | grok some more devices | Theo de Raadt |
2005-12-23 | send a command to start scanning... | Theo de Raadt |
2005-12-23 | work in progress towards "identifying" various devices on the i2c bus. | Theo de Raadt |
2005-12-23 | typo | Pedro Martelletto |
2005-12-23 | upon startup, only scan-and-attach devices which specify an address | Theo de Raadt |
2005-12-23 | match functions deserve a failure condition | Theo de Raadt |
2005-12-22 | permit outsider to call iic_print | Theo de Raadt |
2005-12-22 | ne1619 is a clone by philips | Theo de Raadt |
2005-12-22 | start at a driver for the stupid ADM 1021 | Theo de Raadt |
2005-12-22 | document company/stepping regs | Theo de Raadt |
2005-12-22 | note missing ext temp sensors | Theo de Raadt |
2005-12-22 | adm1025 ... another day, another chip.. | Theo de Raadt |
2005-12-22 | typo | Theo de Raadt |
2005-12-21 | wrong comment | Theo de Raadt |
2005-12-20 | Do bus scanning only if underlying controller asked for it. | Alexander Yurchenko |
2005-12-20 | start at a 2nd generation scanner | Theo de Raadt |
2005-12-19 | First attempt to have a table of known I2C slave devices that we | Alexander Yurchenko |
2005-11-28 | attempt to cope with the other versions of the chips | Theo de Raadt |
2005-11-18 | oops | Theo de Raadt |
2005-11-18 | support pca9556 and pca9557 too | Theo de Raadt |
2005-11-17 | Fix pastos; ok deraadt@. | Alexander Yurchenko |
2005-11-17 | grok adt7467 somewhat, and fan disconnects | Theo de Raadt |
2005-11-17 | basic driver for adt7460 found in some machines | Theo de Raadt |
2005-11-16 | Fix typo. | Mark Kettenis |
2005-11-16 | basic driver for apple fcu fan controller. can read up to 6 fan rpm's | Theo de Raadt |
2005-11-16 | Add support for MAX6642. | Mark Kettenis |
2005-11-16 | driver for maxim ds1631, might work, might not! | Theo de Raadt |
2005-11-16 | driver for the philips pca9554 i2c gpio device | Theo de Raadt |
2005-11-15 | driver for adm1030 i2c temp + fan controller | Theo de Raadt |
2005-11-15 | Driver for the TAOS TSL2560/61 light sensors. | Mark Kettenis |
2005-11-15 | differentiate the older chip without the 4 adc | Theo de Raadt |
2005-11-15 | read the channel register, hopefully initialized by some rom (Yes, Apple | Theo de Raadt |
2005-11-15 | temperature readings of 0x80 mean "diode not connected", i think; kettenis ok | Theo de Raadt |
2005-11-15 | Start monitoring operations such that values actually change. | Mark Kettenis |
2005-11-15 | simple driver for the Analog Devices AD7417/7418 (does not cope right | Theo de Raadt |
2005-11-15 | avoid integer overflow in fan speed calculations, from kettenis | Theo de Raadt |
2005-11-15 | driver for the maxim6690 i2c dual temperature sensor | Theo de Raadt |
2005-11-15 | instead of passing OF nodes down to the drivers, pass name/compat string | Theo de Raadt |
2005-11-15 | move lm87 to dev/i2c; ok kettenis | Theo de Raadt |
2005-11-13 | code was totally borked, if it failed to detect a LM77 it left the | Theo de Raadt |
2005-11-12 | Unbreak i386. | Mark Kettenis |
2005-11-12 | Define attachment-like attribute i2c and attach lmtemp to that instead of iic. | Mark Kettenis |
2005-11-11 | Use sensors thread instead of timeouts. | Mark Kettenis |