Add imxspi(4), a driver for the i.MX SPI controller. This is the first
authorpatrick <patrick@openbsd.org>
Thu, 26 Jul 2018 10:59:07 +0000 (10:59 +0000)
committerpatrick <patrick@openbsd.org>
Thu, 26 Jul 2018 10:59:07 +0000 (10:59 +0000)
commitf1906b62da9c47ea23ad743a0487f3a8fce102c2
tree60f5ab7669ddb92a5130a70e8d228662da8db443
parente45f7b26807ee3bf4249523dbff25570ec4aed61
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@
sys/arch/arm64/conf/GENERIC
sys/arch/armv7/conf/GENERIC
sys/dev/fdt/files.fdt
sys/dev/fdt/imxspi.c [new file with mode: 0644]
sys/dev/spi/spivar.h [new file with mode: 0644]