Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: thorpej
Date: Sun Sep 21 14:43:19 UTC 2025
Modified Files:
src/sys/dev/i2c: i2c.c i2c_exec.c i2cvar.h
src/sys/sys: param.h
Log Message:
Tidy up the i2c subsystem ABI:
- Remove unused structures and deprecated fields (ia_prop, ia_cookie,
ia_cookietype).
- Normalize the "compatible" list; we get it as a strlist, don't bother
converting to an array when we can use the strlist as-is. (This is
invisible to drivers using the API correctly, but it does change
the i2c_attach_args).
- Add a "channel" field to i2c_tag_t, for use by controllers with
built-in i2c muxes or discrete i2c muxes.
Bienvenido, NetBSD 11.99.3.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/dev/i2c/i2c.c
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/i2c/i2c_exec.c
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/i2c/i2cvar.h
cvs rdiff -u -r1.740 -r1.741 src/sys/sys/param.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index