summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/ds1631.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If writing the control register fails, bail out without attaching any sensors.kettenis2016-05-121-1/+5
* Mark sensor as invalid if the i2c transaction to read its value fails.kettenis2009-08-121-2/+5
* make it more apparent that when we are dealing with 16 bit registersderaadt2008-04-171-3/+4
* 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-3/+3
* adapt to new two-level sensor api; Constantine A. Mureninderaadt2006-12-231-6/+7
* make this match our code standardsderaadt2006-04-101-2/+2
* Replace SENSOR_ADD() macro with a pair of functionsgrange2006-01-191-2/+2
* handle all 3 types of chips correctly. go into continuous mode, andderaadt2006-01-131-2/+41
* ds1624 and ds1721 too, horrid horrid horrid chipsderaadt2006-01-131-2/+4
* no longer use ia_compat; tested by a fewderaadt2005-12-271-7/+4
* driver for maxim ds1631, might work, might not!deraadt2005-11-161-0/+111