zephyr/drivers/spi
Maureen Helm 45d3d8e441 spi: Introduce mcux lpspi shim driver
Introduces a new mcux lpspi shim driver to be used on the imxrt soc.
This shim driver leverages heavily from the mcux dspi shim driver
because the MCUXpresso SDK provides similar APIs for the lpspi and dspi
peripherals.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2018-09-19 09:15:29 -04:00
..
CMakeLists.txt spi: Introduce mcux lpspi shim driver 2018-09-19 09:15:29 -04:00
Kconfig spi: Introduce mcux lpspi shim driver 2018-09-19 09:15:29 -04:00
Kconfig.dw Kconfig: Use the first default with a satisfied condition 2018-08-10 12:38:28 -07:00
Kconfig.mcux_dspi spi: Remove unused Kconfig symbols from mcux dspi driver 2018-09-17 15:58:03 -04:00
Kconfig.mcux_lpspi spi: Introduce mcux lpspi shim driver 2018-09-19 09:15:29 -04:00
Kconfig.nrfx dts: add SPI bindings for nRF family 2018-09-11 11:41:37 +02:00
Kconfig.sam0 drivers: spi: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.stm32 drivers: spi: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
spi_context.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_dw_quark_se_ss_regs.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_dw_regs.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_dw.c drivers/spi: Handle the case when tx buf/len is NULL/>0 in DW driver 2018-05-29 16:21:08 -04:00
spi_dw.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_handlers.c spi_handlers: fix some build issues 2018-05-17 23:34:03 +03:00
spi_intel_regs.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_intel.c
spi_intel.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_ll_stm32.c spi: spi_ll_stm32: (fix) Clear OVR bit condition 2018-06-04 12:35:52 -05:00
spi_ll_stm32.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
spi_mcux_dspi.c
spi_mcux_lpspi.c spi: Introduce mcux lpspi shim driver 2018-09-19 09:15:29 -04:00
spi_nrfx_spi.c
spi_nrfx_spim.c
spi_nrfx_spis.c
spi_sam0.c