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:           Wed Sep 10 04:11:32 UTC 2025

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

Log Message:
Put the task of getting the device array from the FDT onto the
SPI bus attach routine.  This is slightly ugly now, but a prettier
solution is on the way, and this at least funnels the ugliness into
a single location.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/fdt/fdt_spi.c
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/spi/spi.c
cvs rdiff -u -r1.18 -r1.19 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