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
/
lm75.c
Age
Commit message (
Expand
)
Author
2022-04-06
constify struct cfattach
Christian Weisgerber
2015-05-30
Acquire/release the i2c bus before/after reading the temperature register.
Mark Kettenis
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2008-04-17
make it more apparent that when we are dealing with 16 bit registers
Theo de Raadt
2008-04-16
Use ntohs() to swap the raw i2c data to native format; tested by sthen
Theo de Raadt
2008-04-15
Take a shot at LM76 support (13 bit temperature, 0.065 degC per LSB) for
Theo de Raadt
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-08-19
handle lm75a; matt@bodgit-n-scarper.com
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-10
rewritten lm75 driver. try to cope with the lm75 and lm77 better, but
Theo de Raadt
2006-01-09
damn, left a lock
Theo de Raadt
2006-01-09
variables now unused
Theo de Raadt
2006-01-09
trust i2c_scan for telling us if this is a lm75 or lm77, instead of
Theo de Raadt
2005-12-29
stop using I2C_F_POLL; it is a bus driver responsibility now
Theo de Raadt
2005-12-27
no longer use ia_compat; tested by a few
Theo de Raadt
2005-11-15
instead of passing OF nodes down to the drivers, pass name/compat string
Theo de Raadt
2005-11-13
code was totally borked, if it failed to detect a LM77 it left the
Theo de Raadt
2005-11-11
Use sensors thread instead of timeouts.
Mark Kettenis
2004-05-23
lmtemp(4) -- National Semiconductor LM75/LM77 temperature sensor driver.
Alexander Yurchenko