summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/max77620.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-12-23Actually, the local mutex is unnecesary; the i2c bus lock is heldthorpej
2019-12-23- No need to use I2C_F_POLL here.thorpej
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-17Fix compilation error pointed out by nishimura@.thorpej
2018-06-16More cleanup to i2c autoconfiguration:thorpej
2017-09-28Fix register write locationjmcneill
2017-09-22Add GPIO drivers for MAX77620 and TCA9539 as found in Jetson TX1jmcneill