Home | History | Annotate | Download | only in i2c
History log of /src/sys/dev/i2c/s390.c
RevisionDateAuthorComments
 1.9  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.8  07-Sep-2025  thorpej Remove unnecessary NULL-initialization of TODR handle fields.
 1.7  30-Jan-2021  thorpej Add the standard compat string from the Device Tree bindings.
 1.6  02-Jan-2020  thorpej branches: 1.6.8;
Use todr_gettime_ymdhms / todr_settime_ymdhms.
 1.5  02-Jan-2020  thorpej - No need to use I2C_F_POLL here.
- Correctly propagate errors up the stack.
 1.4  16-Jun-2018  thorpej branches: 1.4.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.3  20-Nov-2014  christos branches: 1.3.18;
use the inline bcdtobin and bintobcd directly instead through a macro.
 1.2  28-May-2011  phx branches: 1.2.4; 1.2.16;
Add direct config support for all devices used by sandpoint.
 1.1  04-Apr-2011  phx branches: 1.1.2;
s390rtc(4), an RTC driver for the Seiko Instruments S-35390A chip.
 1.1.2.3  31-May-2011  rmind sync with head
 1.1.2.2  21-Apr-2011  rmind sync with head
 1.1.2.1  04-Apr-2011  rmind file s390.c was added on branch rmind-uvmplock on 2011-04-21 01:41:46 +0000
 1.2.16.1  03-Dec-2017  jdolecek update from HEAD
 1.2.4.2  06-Jun-2011  jruoho Sync with HEAD.
 1.2.4.1  28-May-2011  jruoho file s390.c was added on branch jruoho-x86intr on 2011-06-06 09:07:50 +0000
 1.3.18.1  25-Jun-2018  pgoyette Sync with HEAD
 1.4.2.1  08-Apr-2020  martin Merge changes from current as of 20200406
 1.6.8.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed