Source-Changes archive

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

CVS commit: src/sys/dev/spi



Module Name:    src
Committed By:   thorpej
Date:           Thu Sep 11 13:24:12 UTC 2025

Modified Files:
        src/sys/dev/spi: spi.c spivar.h

Log Message:
Introduce spi_use_direct_match() which, like its i2c cousin, informs
the driver if a direct config match is in play, allowing the driver
more easily apply direct vs indirect config match logic.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/spi/spi.c
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/spi/spivar.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