Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [thorpej-i2c-spi-conf] src/sys



Module Name:    src
Committed By:   thorpej
Date:           Wed May 19 02:58:26 UTC 2021

Modified Files:
        src/sys/arch/arm/imx [thorpej-i2c-spi-conf]: imxspi.c
        src/sys/arch/arm/rockchip [thorpej-i2c-spi-conf]: rk_spi.c
        src/sys/arch/arm/sunxi [thorpej-i2c-spi-conf]: sun4i_spi.c
        src/sys/dev/fdt [thorpej-i2c-spi-conf]: fdt_spi.c fdtvar.h

Log Message:
- As with i2c, just register the spi_controller directly.
- fdtbus_attach_spibus() is no longer anything other than a wrapper
  around config_found(); just get rid of it and make its callers
  look like all of the other SPI controller drivers.


To generate a diff of this commit:
cvs rdiff -u -r1.8.2.1 -r1.8.2.2 src/sys/arch/arm/imx/imxspi.c
cvs rdiff -u -r1.6 -r1.6.4.1 src/sys/arch/arm/rockchip/rk_spi.c
cvs rdiff -u -r1.7 -r1.7.4.1 src/sys/arch/arm/sunxi/sun4i_spi.c
cvs rdiff -u -r1.2.2.1 -r1.2.2.2 src/sys/dev/fdt/fdt_spi.c
cvs rdiff -u -r1.70 -r1.70.2.1 src/sys/dev/fdt/fdtvar.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