Age | Commit message (Expand) | Author |
2006-08-29 | #undef I2C_VERBOSE | Mark Kettenis |
2006-08-26 | Cleanup. Add config flag to make fans blast at full speed. | Mark Kettenis |
2006-08-19 | handle lm75a; matt@bodgit-n-scarper.com | Theo de Raadt |
2006-08-18 | probe for the lm75a, meaning that the lm75/lm75a/lm77 probe routine must | Theo de Raadt |
2006-07-20 | Add support for Analog Devices ADM1023 (and ADM1021A). | Mark Kettenis |
2006-07-15 | Add support for Genesys Logic GL523SM and Global Mixed-mode Technology G781. | Mark Kettenis |
2006-07-12 | spacing | Theo de Raadt |
2006-07-12 | Add missing break. | Mark Kettenis |
2006-07-12 | Sort switch statements by vendor ID. | Mark Kettenis |
2006-06-27 | match pca9555 as a name too | Theo de Raadt |
2006-06-21 | pretty code, shorten it, etc, ok drahn | Theo de Raadt |
2006-06-19 | Avoid using the rfact member of 'struct sensor' which is on its way out. | Mark Kettenis |
2006-06-17 | Better checks to avoid attaching when device is not present. | Dale Rahn |
2006-06-17 | Driver for the Philips PCA9532 LCD dimmer controller, found on thecus. | Dale Rahn |
2006-06-15 | Fan controller for Thecus N2100, still needs more work, currently sets the | Dale Rahn |
2006-06-15 | Ricoh rtc support for armish, driver from netbsd. | Dale Rahn |
2006-06-14 | teach it fintek f75375; half by drahn | Theo de Raadt |
2006-05-14 | Add abstraction for resistor factors; makes it easier to compare them to | Mark Kettenis |
2006-04-30 | incorporate feedback from kettenis@: fix init of sc_temp_invalid for LM90, | Damien Miller |
2006-04-30 | support the Maxim 6657, 6658 and 6659 parts, which are register-wise | Damien Miller |
2006-04-29 | bring back skip_fc SMI workaround for max6657 chips; ok kettenis@ | Damien Miller |
2006-04-17 | Reorganize the 0xfe vendor register block, adding new devices and tightening | Mark Kettenis |
2006-04-17 | looks like 0x20 on sch5017 is a 5v input, not 2.5v | Theo de Raadt |
2006-04-14 | fix +12v conversion, because of stupid C; wilfried | Theo de Raadt |
2006-04-13 | various changes to the table-driven code as a result of conversations | Theo de Raadt |
2006-04-10 | sch5017 is an adt7460 clone of some type. also, we are seeing some | Theo de Raadt |
2006-04-10 | make this match our code standards | Theo de Raadt |
2006-04-10 | new sch5017 driver by roman.hunt@comcast.net | Theo de Raadt |
2006-04-10 | files.i2c | Theo de Raadt |
2006-04-09 | slightly nicer sensor names | Theo de Raadt |
2006-03-22 | Detect newer revisions of the LM81. | Mark Kettenis |
2006-03-19 | sis950 has 0x5b missing, so it looks more like an it8712f-a | Theo de Raadt |
2006-03-19 | ok, what i thought was sis950 is actually likely the it8712f-a | Theo de Raadt |
2006-03-18 | probe for it8712 and sis950 (somewhat of a clone) | Theo de Raadt |
2006-03-18 | typo | Brad Smith |
2006-03-12 | Properly scale voltage on w83l784r. | Mark Kettenis |
2006-03-12 | Match emc6d100 and emc6w201. Fix typo. print rev with 0x prefix. | Mark Kettenis |
2006-03-12 | Tweak comment. | Mark Kettenis |
2006-03-07 | Add a few more SMSC devices. | Mark Kettenis |
2006-03-07 | Improve adm1030/adm1031 detection. | Mark Kettenis |
2006-03-04 | Re-enable I2C_VERBOSE. | Mark Kettenis |
2006-03-04 | don't permanently disable temperature sensors when they fail a read, | Damien Miller |
2006-03-04 | handle lm96000 (another similar chip); ok kettenis, tested by stu@spacehopper... | Theo de Raadt |
2006-02-26 | if ipmi is on the machine: instead of (confusingly) failing in match, | Theo de Raadt |
2006-02-26 | Don't touch i2c bus tag internals directly. | Alexander Yurchenko |
2006-02-25 | Make sure we print something for unidentified devices. | Mark Kettenis |
2006-02-25 | #undef I2C_VERBOSE; re-enable after release. | Mark Kettenis |
2006-02-17 | Fix another typo. From Constantine A. Murenin. | Mark Kettenis |
2006-02-16 | Fix typo's. From Constantine A. Murenin. | Mark Kettenis |
2006-02-08 | add a member to the i2c_attach args so that a controller can pass a | David Gwynne |