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