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 03:23:27 UTC 2025

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

Log Message:
- Const poison references to spi_controller.
- Don't make a copy of the spi_controller in the SPI bus softc; just take
  a reference to the one we got from the back-end driver.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/fdt/fdt_spi.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/fdt/fdt_spi.h
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/spi/spi.c
cvs rdiff -u -r1.17 -r1.18 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