Module Name: src Committed By: thorpej Date: Tue May 18 23:30:56 UTC 2021
Modified Files: src/sys/arch/arm/at91 [thorpej-i2c-spi-conf]: at91spi.c src/sys/arch/arm/broadcom [thorpej-i2c-spi-conf]: bcm2835_spi.c src/sys/arch/arm/imx [thorpej-i2c-spi-conf]: imxspi.c src/sys/arch/arm/sunxi [thorpej-i2c-spi-conf]: sun6i_spi.c src/sys/arch/mips/alchemy/dev [thorpej-i2c-spi-conf]: auspi.c src/sys/arch/mips/atheros/dev [thorpej-i2c-spi-conf]: arspi.c src/sys/dev/marvell [thorpej-i2c-spi-conf]: mvspi.c Log Message: Pass the controller devhandle along to the "spi" instance. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.6.2.1 src/sys/arch/arm/at91/at91spi.c cvs rdiff -u -r1.10 -r1.10.2.1 src/sys/arch/arm/broadcom/bcm2835_spi.c cvs rdiff -u -r1.8 -r1.8.2.1 src/sys/arch/arm/imx/imxspi.c cvs rdiff -u -r1.9 -r1.9.2.1 src/sys/arch/arm/sunxi/sun6i_spi.c cvs rdiff -u -r1.10 -r1.10.2.1 src/sys/arch/mips/alchemy/dev/auspi.c cvs rdiff -u -r1.14 -r1.14.2.1 src/sys/arch/mips/atheros/dev/arspi.c cvs rdiff -u -r1.6 -r1.6.2.1 src/sys/dev/marvell/mvspi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.