Home | History | Annotate | Download | only in i2c
History log of /src/sys/dev/i2c/act8846.c
RevisionDateAuthorComments
 1.6  27-Jul-2019  thorpej No need to check cold to add I2C_F_POLL; the i2c API does it for us now.
 1.5  16-Jun-2018  thorpej branches: 1.5.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.4  30-Apr-2018  jmcneill act8846_match: filter on ia_addr (device is expected at 0x5a)
 1.3  02-Jan-2015  jmcneill branches: 1.3.2; 1.3.18; 1.3.20;
disable ACT_DEBUG, but still print current state at attach
 1.2  01-Jan-2015  jmcneill write reg value not target freq in act8846_set_voltage
 1.1  01-Jan-2015  jmcneill Add driver for Active-Semi ACT8846 Power Management controller.
 1.3.20.2  25-Jun-2018  pgoyette Sync with HEAD
 1.3.20.1  02-May-2018  pgoyette Synch with HEAD
 1.3.18.2  03-Dec-2017  jdolecek update from HEAD
 1.3.18.1  02-Jan-2015  jdolecek file act8846.c was added on branch tls-maxphys on 2017-12-03 11:37:02 +0000
 1.3.2.2  06-Apr-2015  skrll Sync with HEAD
 1.3.2.1  02-Jan-2015  skrll file act8846.c was added on branch nick-nhusb on 2015-04-06 15:18:09 +0000
 1.5.2.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed