summaryrefslogtreecommitdiff
path: root/sys/dev/i2c
AgeCommit message (Expand)Author
2007-10-17typoTheo de Raadt
2007-10-17clear the invalid flag for temperature sensors that are no longer invalid; ok...Constantine A. Murenin
2007-10-17decl variables earlier; pointed out by fgschTheo de Raadt
2007-10-17some local variables can shadow to decrease kernel stack use, wheeTheo de Raadt
2007-10-16Fix printing of DIMM size for DDR2.Mark Kettenis
2007-10-15No need to match on "at34c02" anymore.Mark Kettenis
2007-10-14correctly print PC and PC2- prefixes; ok jsgTheo de Raadt
2007-10-14fix newlinesTheo de Raadt
2007-10-14wbng(4) driver for Winbond W83793G Hardware Monitor; 'commit it' deraadtConstantine A. Murenin
2007-10-14print the name of the chip on attach; ok deraadtConstantine A. Murenin
2007-10-13really correct : printing; ok deraadt@Constantine A. Murenin
2007-10-11probe for Winbond W83793G; tested by jon.steel@esentire.com; suggestions/ok d...Constantine A. Murenin
2007-10-11hypenate memory type for readability.Jonathan Gray
2007-10-10correct : printing; ok jsgTheo de Raadt
2007-10-09we have been knocking out i2c when ipmi exists on a machine (becauseTheo de Raadt
2007-10-08Print registered/CAS latency information for SDRAM.Jonathan Gray
2007-10-08To identity PC133 we need to check cycle time as modulesJonathan Gray
2007-10-08Correct frequency for SDRAM.Jonathan Gray
2007-10-08Don't skip EEPROMs in ofw i2c scan,Jonathan Gray
2007-10-08Indicate if the module is registered, DDR/DDR2 only at the moment.Jonathan Gray
2007-10-07Print CAS latency for DDR/DDR2.Jonathan Gray
2007-10-07Port of Nicolas Joly, Paul Goyette & Tobias Nygren'sJonathan Gray
2007-10-07add support for scanning the spdmem range of addresses, using a differentTheo de Raadt
2007-09-18Set SENSOR_FINVALID instead of clearing it when reading fails.Mark Kettenis
2007-09-09thmc vs tmhc screwupTheo de Raadt
2007-09-09new driver for TI tmhc50 / adm1022 / adm1028; checked by kettenisTheo de Raadt
2007-09-07missing scale factor; from Mike BelopuhovTheo de Raadt
2007-09-07Enter adl(4), a driver for the Andigilog aSC7621 written by Mike Belopuhov.Mark Kettenis
2007-09-06meaningless numbers and strings should not appear in sensor.desc; ok deraadt@Constantine A. Murenin
2007-09-06fix copyright; spotted by cnstTheo de Raadt
2007-09-06negate -12V input value; spotted by Alexander LobodzinskiTheo de Raadt
2007-09-05typo; Mike BelopuhovTheo de Raadt
2007-09-05probe for adt7462 (no driver yet, someone want to write one), and mentionTheo de Raadt
2007-09-05remove dmesg block showing sample register layoutTheo de Raadt
2007-09-05fix over-agressive match function, oopsTheo de Raadt
2007-09-04driver for i2c lm93 sensor; very common on ipmi machines which have i2cTheo de Raadt
2007-09-03there is a prototype version of the lm93 (plus spacing fixes)Theo de Raadt
2007-09-03Recognize Andigilog aSC7621.Mark Kettenis
2007-07-31don't duplicate .numt in .desc; 'In this driver, whatever you want' deraadt@Constantine A. Murenin
2007-07-31change sensor type: if .value can only ever be 0 or 1, .type should be indicatorConstantine A. Murenin
2007-07-31remove magic numbers: use PCAGPIO_NPINS instead (no binary change); ok deraadt@Constantine A. Murenin
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-04-09Remove unused prototype.Mark Kettenis
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2007-01-07fcu fans are PWM, express as %; from mureninTheo de Raadt
2007-01-05when i2c_dumping, instead of just skipping 0xff value registers,Theo de Raadt
2006-12-31correct the code to handle the adt7475, which stupidly is missing someTheo de Raadt
2006-12-26The adt7475 has a fixed address of 0x2e.Mark Kettenis
2006-12-26support adt7475; tested by dhartmeiTheo de Raadt