Age | Commit message (Expand) | Author |
2007-09-18 | Set SENSOR_FINVALID instead of clearing it when reading fails. | Mark Kettenis |
2007-09-09 | thmc vs tmhc screwup | Theo de Raadt |
2007-09-09 | new driver for TI tmhc50 / adm1022 / adm1028; checked by kettenis | Theo de Raadt |
2007-09-07 | missing scale factor; from Mike Belopuhov | Theo de Raadt |
2007-09-07 | Enter adl(4), a driver for the Andigilog aSC7621 written by Mike Belopuhov. | Mark Kettenis |
2007-09-06 | meaningless numbers and strings should not appear in sensor.desc; ok deraadt@ | Constantine A. Murenin |
2007-09-06 | fix copyright; spotted by cnst | Theo de Raadt |
2007-09-06 | negate -12V input value; spotted by Alexander Lobodzinski | Theo de Raadt |
2007-09-05 | typo; Mike Belopuhov | Theo de Raadt |
2007-09-05 | probe for adt7462 (no driver yet, someone want to write one), and mention | Theo de Raadt |
2007-09-05 | remove dmesg block showing sample register layout | Theo de Raadt |
2007-09-05 | fix over-agressive match function, oops | Theo de Raadt |
2007-09-04 | driver for i2c lm93 sensor; very common on ipmi machines which have i2c | Theo de Raadt |
2007-09-03 | there is a prototype version of the lm93 (plus spacing fixes) | Theo de Raadt |
2007-09-03 | Recognize Andigilog aSC7621. | Mark Kettenis |
2007-07-31 | don't duplicate .numt in .desc; 'In this driver, whatever you want' deraadt@ | Constantine A. Murenin |
2007-07-31 | change sensor type: if .value can only ever be 0 or 1, .type should be indicator | Constantine A. Murenin |
2007-07-31 | remove magic numbers: use PCAGPIO_NPINS instead (no binary change); ok deraadt@ | Constantine A. Murenin |
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-04-09 | Remove unused prototype. | Mark Kettenis |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
2007-01-07 | fcu fans are PWM, express as %; from murenin | Theo de Raadt |
2007-01-05 | when i2c_dumping, instead of just skipping 0xff value registers, | Theo de Raadt |
2006-12-31 | correct the code to handle the adt7475, which stupidly is missing some | Theo de Raadt |
2006-12-26 | The adt7475 has a fixed address of 0x2e. | Mark Kettenis |
2006-12-26 | support adt7475; tested by dhartmei | Theo de Raadt |
2006-12-25 | identify adt7475 | Theo de Raadt |
2006-12-24 | normally hardware engineers call it Vcc not VCC | Theo de Raadt |
2006-12-23 | adapt to new two-level sensor api; Constantine A. Murenin | Theo de Raadt |
2006-11-20 | Fix register number definitions. | Mark Kettenis |
2006-11-20 | Add support for LM63. | Mark Kettenis |
2006-11-19 | Probe for National Semiconductor LM63. | Mark Kettenis |
2006-11-19 | Probe for Myson MTP008. | Mark Kettenis |
2006-11-14 | Fix typos. From Pierre Riteau <pierre.riteau at free dot fr>. | Mark Kettenis |
2006-11-01 | lm75 scoring should not show up in verbose | Theo de Raadt |
2006-09-26 | re-enable I2C_VERBOSE | Jonathan Gray |
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 |