summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tiny comments sync with netbsd, was lost during importinggrange2004-05-241-1/+5
|
* lmtemp(4) -- National Semiconductor LM75/LM77 temperature sensor driver.grange2004-05-233-1/+406
| | | | | | | Based on the driver from NetBSD (r) written by Jason R. Thorpe, adapted for our sensors infrastructure and with LM77 support. ok deraadt@
* I2C framework originally written by Steve C. Woodford and Jason R. Thorpegrange2004-05-237-0/+787
for NetBSD (r). This framework supports various i2c master controllers: - dumb bit-bang controllers - a few styles of automated controllers that give you control over sending start/stop conditions on the i2c bus - automated controllers that are too smart for its own good, giving software no control over start/stop conditions - smbus controllers by emulating smbus protocol with i2c commands i2c slave devices need their addresses to be specified in the kernel config file, no device discovery presented. ok deraadt@