Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev



Module Name:    src
Committed By:   thorpej
Date:           Tue Sep 16 13:09:14 UTC 2025

Modified Files:
        src/sys/dev/fdt: i2cmux_fdt.c
        src/sys/dev/i2c: i2cmux.c i2cmuxvar.h pcai2cmux.c

Log Message:
Now that the common I2C code hides many of the FDT vs ACPI differences,
perform the reductions currently possible in the I2C mux layer.  Note
some additional enhancements necessary for further reductions.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/fdt/i2cmux_fdt.c
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/i2c/i2cmux.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/i2cmuxvar.h
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/i2c/pcai2cmux.c

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