summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/axp20x.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
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
2020-02-16- Don't use I2C_F_POLL.thorpej
2019-12-23- Don't read/write the device if iic_acquire_bus() fails.thorpej
2019-12-23No need to do the poll-during-autoconfiguration dance; the i2c codethorpej
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-22AXP209 isn't an SMBus device, so don't use iic_smbus_* APIs.jmcneill
2017-10-09Change aprint_verbose on voltage change to aprint_debug to prevent dmesgjmcneill
2017-10-07Hook axp20x into fdt regulator apijmcneill
2017-08-29Add powerdown support and hook it in to FDTjmcneill
2017-08-29Add direct configuration support.jmcneill
2017-05-14define control register and associated bits for RTC supercap chargertnn
2015-10-15Fix dcdc3 voltage settings (s/dcdc2/dcdc3/g).bouyer
2015-10-15Implement sensor reports for power supplies (voltage and intensities).bouyer
2014-09-09fix a sizeof typojmcneill
2014-09-09AXP20x Power Management Unit driver, pretty basic at the moment -- only acts ...jmcneill