summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/adm1026.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * fix the order of precedence in the divisor bits calculationcnst2008-06-091-10/+10
* rework sensor tasks to use the kernels generic workq rather than a specialdlg2007-06-241-2/+2
* split userland & kernel struct sensor/sensordev so that the additionderaadt2007-03-221-4/+4
* adapt to new two-level sensor api; Constantine A. Mureninderaadt2006-12-231-32/+9
* make this match our code standardsderaadt2006-04-101-4/+4
* Replace SENSOR_ADD() macro with a pair of functionsgrange2006-01-191-2/+2
* spacingderaadt2005-12-311-2/+2
* stop using I2C_F_POLL; it is a bus driver responsibility nowderaadt2005-12-291-23/+23
* I think this is better fan supportderaadt2005-12-281-17/+28
* attempt at fan measurementderaadt2005-12-281-2/+66
* first draft of an adm1026 driver, without fan code yetderaadt2005-12-281-0/+287