Source-Changes archive

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

CVS commit: src/sys/dev/i2c



Module Name:    src
Committed By:   thorpej
Date:           Sat Sep 20 21:24:29 UTC 2025

Modified Files:
        src/sys/dev/i2c: i2c_exec.c i2c_subr.c i2cvar.h

Log Message:
Put the "acquire i2c bus lock" logic (sleep vs try) into a helper function
so it can shared.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/i2c/i2c_exec.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/i2c_subr.c
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/i2c/i2cvar.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