summaryrefslogtreecommitdiff
path: root/sys/dev/i2c
AgeCommit message (Collapse)Author
2007-09-18Set SENSOR_FINVALID instead of clearing it when reading fails.Mark Kettenis
ok otto@
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
a few more sub-types as comments; ok kettenis
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
bmc's watching on the shared bus. if you disable ipmi, you might see it pop up (reminder why ipmi / i2c mixes are disabled: some ipmi's seem to violate the i2c bus locking protocol). tested by Alexander Lobodzinski
2007-09-03there is a prototype version of the lm93 (plus spacing fixes)Theo de Raadt
2007-09-03Recognize Andigilog aSC7621.Mark Kettenis
ok deraadt@
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
kernel thread of its own. the api has changed (which will be fixed in the manpage shortly) so all the users of sensor tasks that i can find have been fixed too. noone tested, so its going in to force people to run with it. "put it in" deraadt@
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
of new fields in the future is less disruptive. This is done similar to how struct proc is handled for ps(1). ok jmc (man page changes) tested fkr simon, and more suggestions from millert
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
skip the most common value read (which is often 0xff anyways)
2006-12-31correct the code to handle the adt7475, which stupidly is missing someTheo de Raadt
of the registers.... tested by dhartmei and others
2006-12-26The adt7475 has a fixed address of 0x2e.Mark Kettenis
ok deraadt@
2006-12-26support adt7475; tested by dhartmeiTheo de Raadt
2006-12-25identify adt7475Theo de Raadt
2006-12-24normally hardware engineers call it Vcc not VCCTheo de Raadt
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-11-20Fix register number definitions.Mark Kettenis
ok deraadt@
2006-11-20Add support for LM63.Mark Kettenis
tested by niklas@
2006-11-19Probe for National Semiconductor LM63.Mark Kettenis
2006-11-19Probe for Myson MTP008.Mark Kettenis
2006-11-14Fix typos. From Pierre Riteau <pierre.riteau at free dot fr>.Mark Kettenis
2006-11-01lm75 scoring should not show up in verboseTheo de Raadt
2006-09-26re-enable I2C_VERBOSEJonathan Gray
ok deraadt@
2006-08-29#undef I2C_VERBOSEMark Kettenis
ok deraadt@
2006-08-26Cleanup. Add config flag to make fans blast at full speed.Mark Kettenis
ok drahn@
2006-08-19handle lm75a; matt@bodgit-n-scarper.comTheo de Raadt
2006-08-18probe for the lm75a, meaning that the lm75/lm75a/lm77 probe routine mustTheo de Raadt
become quite complicated. work done by matt@bodgit-n-scarper.com after i explained how daft these devices are
2006-07-20Add support for Analog Devices ADM1023 (and ADM1021A).Mark Kettenis
2006-07-15Add support for Genesys Logic GL523SM and Global Mixed-mode Technology G781.Mark Kettenis
tested by fgs@ and Stuart Henderson.
2006-07-12spacingTheo de Raadt
2006-07-12Add missing break.Mark Kettenis
2006-07-12Sort switch statements by vendor ID.Mark Kettenis
2006-06-27match pca9555 as a name tooTheo de Raadt
2006-06-21pretty code, shorten it, etc, ok drahnTheo de Raadt
2006-06-19Avoid using the rfact member of 'struct sensor' which is on its way out.Mark Kettenis
2006-06-17Better checks to avoid attaching when device is not present.Dale Rahn