Home | History | Annotate | Download | only in i2c
History log of /src/sys/dev/i2c/em3027.c
RevisionDateAuthorComments
 1.10  07-Sep-2025  thorpej Change todr_chip_handle::cookie -> todr_chip_handle::todr_dev, and
make it a device_t. Upcoming functional changes will require the
device_t associated with a TODR device.

Change todr_chip_handle::bus_cookie -> todr_chip_handle::todr_devaux.
Nothing was using the old field, but I decided to keep it around just
in cause something needs it in the future.

And with these largely mechanical yet semantically meaningful changes,
thus spake the Oracle: "Welcome to NetBSD 11.99.2."
 1.9  07-Sep-2025  thorpej Remove unnecessary NULL-initialization of TODR handle fields.
 1.8  27-Jan-2021  thorpej Use DEVICE_COMPAT_EOL.
 1.7  25-Jan-2021  thorpej Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.
 1.6  17-Jan-2021  thorpej Use designated initializers and a consistent termination style in
compat_data[].
 1.5  23-Dec-2020  uwe G/c trailing whitespace.
 1.4  23-Dec-2020  thorpej Add direct-config support.
 1.3  27-Jul-2019  thorpej branches: 1.3.10;
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  05-Jan-2018  uwe branches: 1.1.2;
Driver for EM Microelectronic EM3027 RTC and temperature sensor.
 1.1.2.1  25-Jun-2018  pgoyette Sync with HEAD
 1.2.2.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.3.10.2  03-Apr-2021  thorpej Sync with HEAD.
 1.3.10.1  03-Jan-2021  thorpej Sync w/ HEAD.

RSS XML Feed