index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
i2c
/
adm1025.c
Age
Commit message (
Expand
)
Author
2007-06-24
rework sensor tasks to use the kernels generic workq rather than a special
David Gwynne
2007-03-22
split userland & kernel struct sensor/sensordev so that the addition
Theo de Raadt
2006-12-23
adapt to new two-level sensor api; Constantine A. Murenin
Theo de Raadt
2006-04-10
make this match our code standards
Theo de Raadt
2006-01-19
Replace SENSOR_ADD() macro with a pair of functions
Alexander Yurchenko
2006-01-06
we now do these checks in iic_scan
Theo de Raadt
2005-12-31
spacing
Theo de Raadt
2005-12-29
stop using I2C_F_POLL; it is a bus driver responsibility now
Theo de Raadt
2005-12-28
symbolic + 3
Theo de Raadt
2005-12-27
better names
Theo de Raadt
2005-12-27
handle smsc 47m192 and varients, which have 3 additional sensors
Theo de Raadt
2005-12-27
avoid writing back same value; and use symbolic name for config START bit
Theo de Raadt
2005-12-27
no longer use ia_compat; tested by a few
Theo de Raadt
2005-12-24
use I2C_F_POLL for now
Theo de Raadt
2005-12-23
sdata should be signed
Theo de Raadt
2005-12-23
build a cacheing-read api internally, so that we can be even more stingy
Theo de Raadt
2005-12-23
typo
Theo de Raadt
2005-12-23
correct ic_release_bus
Theo de Raadt
2005-12-23
smsc 47m192 has a monitor like the adm1025
Theo de Raadt
2005-12-23
send a command to start scanning...
Theo de Raadt
2005-12-23
match functions deserve a failure condition
Theo de Raadt
2005-12-22
ne1619 is a clone by philips
Theo de Raadt
2005-12-22
document company/stepping regs
Theo de Raadt
2005-12-22
note missing ext temp sensors
Theo de Raadt
2005-12-22
adm1025 ... another day, another chip..
Theo de Raadt