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: Sat Sep 13 14:10:44 UTC 2025
Modified Files:
src/sys/dev/spi: bmx280thpspi.c m25p.c mcp23xxxgpio_spi.c mcp3k.c
mcp48x1.c oj6sh.c scmdspi.c spi.c spiflash.c spiflash.h spivar.h
ssdfb_spi.c tmp121.c
Log Message:
Define and use spi_handle_t to drive home the point that it's an opaque
type.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/spi/bmx280thpspi.c \
src/sys/dev/spi/spiflash.h
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/spi/m25p.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/spi/mcp23xxxgpio_spi.c
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/spi/mcp3k.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/spi/mcp48x1.c src/sys/dev/spi/scmdspi.c
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/spi/oj6sh.c
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/spi/spi.c
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/spi/spiflash.c
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/spi/spivar.h
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/spi/ssdfb_spi.c
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/spi/tmp121.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