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: Wed Sep 10 04:33:46 UTC 2025
Modified Files:
src/sys/dev/spi: spi.c spivar.h ssdfb_spi.c
Log Message:
Don't pass a "cookie" in the attach args to SPI devices. Instead,
properly initialize the child device's device handle. G/C unused
fields in spi_attach_args.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/spi/spi.c
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/spi/spivar.h
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/spi/ssdfb_spi.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