CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/26 04:59:07
Modified files:
sys/arch/arm64/conf: GENERIC
sys/arch/armv7/conf: GENERIC
sys/dev/fdt : files.fdt
Added files:
sys/dev/fdt : imxspi.c
sys/dev/spi : spivar.h
Log message:
Add imxspi(4), a driver for the i.MX SPI controller. This is the first
SPI controller in our tree. Add a basic generic SPI infrastructure as
well.
ok kettenis@
