summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/adadc.c
AgeCommit message (Expand)Author
2021-01-27Use DEVICE_COMPAT_EOL.thorpej
2021-01-25Since we're using designated initialisers for compat data, we shouldthorpej
2021-01-17Use designated initializers and a consistent termination style inthorpej
2019-06-15explicitly initialize sensor->statemacallan
2018-06-26In my quest to make device_compatible_entry (and associated goo)thorpej
2018-06-18- Rename iic_compat_match() to iic_compatible_match() and change itthorpej
2018-06-16More cleanup to i2c autoconfiguration:thorpej
2018-03-16get EEPROM data from uni_n instead of poking around in OFmacallan
2018-03-09remove some unused code, add comments for credits & explanationsmacallan
2018-03-09yet another temperature sensor / ADCmacallan