Home | History | Annotate | Download | only in i2c
History log of /src/sys/dev/i2c/am2315.c
RevisionDateAuthorComments
 1.7  30-Mar-2022  pgoyette These modules need to depend on iic, not just on i2cexec. (They will
still recursively get i2cexec since the iic depends on it.)

Partial fix for kern/56772
 1.6  15-Jun-2021  mlelstv avoid double-free
 1.5  17-Jun-2018  thorpej branches: 1.5.20;
Oops, another one.
 1.4  17-Jun-2018  thorpej Remove now-unused variable.
 1.3  16-Jun-2018  thorpej 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.2  30-Dec-2017  christos branches: 1.2.2;
fixes from Brad Spenser
 1.1  28-Dec-2017  christos PR/52848: Brad Spencer: Two environment sensor drivers: AM2315 and SI70xx
XXX: Please check that my refactoring did not break them!
 1.2.2.1  25-Jun-2018  pgoyette Sync with HEAD
 1.5.20.1  17-Jun-2021  thorpej Sync w/ HEAD.

RSS XML Feed