spi: Implement new spi api in the mcux dspi driver

Adds support for the new spi api to the mcux dspi shim driver. Does not
remove support for the legacy spi api since there are still consumers of
that api, particularly the mcr20a 802.15.4 driver.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2018-02-13 18:03:48 -06:00 committed by Carles Cufí
commit ef5152ab22
3 changed files with 272 additions and 4 deletions

View file

@ -313,6 +313,8 @@ endif # !SPI_LEGACY_API
source "drivers/spi/Kconfig.dw"
source "drivers/spi/Kconfig.mcux_dspi"
source "drivers/spi/Kconfig.sam0"
endif # SPI