summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/adm1025.c
AgeCommit message (Expand)Author
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-04-10make this match our code standardsTheo de Raadt
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
2006-01-06we now do these checks in iic_scanTheo de Raadt
2005-12-31spacingTheo de Raadt
2005-12-29stop using I2C_F_POLL; it is a bus driver responsibility nowTheo de Raadt
2005-12-28symbolic + 3Theo de Raadt
2005-12-27better namesTheo de Raadt
2005-12-27handle smsc 47m192 and varients, which have 3 additional sensorsTheo de Raadt
2005-12-27avoid writing back same value; and use symbolic name for config START bitTheo de Raadt
2005-12-27no longer use ia_compat; tested by a fewTheo de Raadt
2005-12-24use I2C_F_POLL for nowTheo de Raadt
2005-12-23sdata should be signedTheo de Raadt
2005-12-23build a cacheing-read api internally, so that we can be even more stingyTheo de Raadt
2005-12-23typoTheo de Raadt
2005-12-23correct ic_release_busTheo de Raadt
2005-12-23smsc 47m192 has a monitor like the adm1025Theo de Raadt
2005-12-23send a command to start scanning...Theo de Raadt
2005-12-23match functions deserve a failure conditionTheo de Raadt
2005-12-22ne1619 is a clone by philipsTheo de Raadt
2005-12-22document company/stepping regsTheo de Raadt
2005-12-22note missing ext temp sensorsTheo de Raadt
2005-12-22adm1025 ... another day, another chip..Theo de Raadt