Home | History | Annotate | Download | only in i2c
History log of /src/sys/dev/i2c/axp809.c
RevisionDateAuthorComments
 1.3  27-Jul-2019  thorpej No need to check cold to add I2C_F_POLL; the i2c API does it for us now.
 1.2  16-Jun-2018  thorpej branches: 1.2.2;
More cleanup to i2c autoconfiguration:

- Get all of the drivers onto the new match quality constants.
- Introduce a new helper function, iic_use_direct_match(), that has
all of the logic for direct-config matching. If it returns true,
the driver returns the match result (which may be 0). If it returns
false, the driver does indirect-config matching.
- iic_compat_match() now returns a weighted match quality; matches to
lower-indexed "compatible" device property are more-specific matches,
and return a better match quality accordingly.
 1.1  07-Dec-2014  jmcneill branches: 1.1.2; 1.1.18; 1.1.20;
Add AXP806 and AXP809 power management controller drivers.
 1.1.20.1  25-Jun-2018  pgoyette Sync with HEAD
 1.1.18.2  03-Dec-2017  jdolecek update from HEAD
 1.1.18.1  07-Dec-2014  jdolecek file axp809.c was added on branch tls-maxphys on 2017-12-03 11:37:02 +0000
 1.1.2.2  06-Apr-2015  skrll Sync with HEAD
 1.1.2.1  07-Dec-2014  skrll file axp809.c was added on branch nick-nhusb on 2015-04-06 15:18:09 +0000
 1.2.2.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed