summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/axp22x.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
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
2017-10-07add direct config supportjmcneill
2014-11-21Change internal temperature base from -267.7C to -243.7C. The AXP223jmcneill
2014-10-12add AXP22x Power Management Unit driverjmcneill