zephyr/drivers/spi
Francois Ramu 469e505278 drivers: spi: control of the dma callback on spi client for stm32
The DMA callback function now controls the tx or rx buffers
and reload dma in case of multiple trnasfer before the transfer ends

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2020-05-04 09:46:07 -05:00
..
CMakeLists.txt
Kconfig kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.cc13xx_cc26xx
Kconfig.dw kconfig: Remove redundant SPI_DW dep on SPI_DW_ACCESS_WORD_ONLY 2020-02-08 09:58:33 +02:00
Kconfig.gecko
Kconfig.litex
Kconfig.mcux_dspi
Kconfig.mcux_flexcomm
Kconfig.mcux_lpspi
Kconfig.nrfx drivers: nrf: Remove no longer suitable dependencies on Kconfig options 2020-04-03 14:47:32 +02:00
Kconfig.oc_simple kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.rv32m1_lpspi
Kconfig.sam drivers: spi: spi_sam: rework device tree support 2020-04-25 09:29:54 -05:00
Kconfig.sam0
Kconfig.sifive kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.stm32 drivers: spi: Enable dma transfer for SPI on stm32 2020-05-04 09:46:07 -05:00
Kconfig.xec_qmspi
spi_cc13xx_cc26xx.c soc: arm: replace DT_CPU_CLOCK_FREQUENCY with new dt macros 2020-04-23 23:55:37 -05:00
spi_context.h drivers/spi: spi_context.h: Update to new GPIO API 2020-02-05 12:00:36 +01:00
spi_dw.c drivers: spi: spi_dw: Convert to new DT_INST macros 2020-03-30 08:29:30 -05:00
spi_dw.h
spi_dw_regs.h
spi_gecko.c drivers: Convert to use DT_INST_FOREACH 2020-03-31 19:29:22 -05:00
spi_handlers.c
spi_litespi.c drivers: Convert to use DT_INST_FOREACH 2020-03-31 19:29:22 -05:00
spi_litespi.h drivers: litex: Convert litex drivers to new DT_INST macros 2020-03-30 12:49:43 -05:00
spi_ll_stm32.c drivers: spi: control of the dma callback on spi client for stm32 2020-05-04 09:46:07 -05:00
spi_ll_stm32.h drivers: spi: Enable dma transfer for SPI on stm32 2020-05-04 09:46:07 -05:00
spi_mcux_dspi.c drivers: spi: mcux_dspi: Convert to DT_INST 2020-04-20 15:23:47 -05:00
spi_mcux_flexcomm.c drivers: spi: mcux_flexcomm: Convert to DT_INST 2020-04-20 15:23:47 -05:00
spi_mcux_lpspi.c drivers: spi: mcux_lpspi: Convert to DT_INST 2020-04-20 15:23:47 -05:00
spi_nrfx_spi.c drivers: spi: nordic: finish conversion to new DT API 2020-04-20 15:43:39 +02:00
spi_nrfx_spim.c global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() 2020-03-31 07:18:06 +02:00
spi_nrfx_spis.c drivers: spi: nordic: finish conversion to new DT API 2020-04-20 15:43:39 +02:00
spi_oc_simple.c drivers: spi: spi_oc_simple: Convert to new DT_INST macros 2020-03-30 13:09:34 -05:00
spi_oc_simple.h
spi_rv32m1_lpspi.c drivers: spi: rv32m1_spi: Convert driver to new DT_INST macros 2020-04-10 14:38:04 -05:00
spi_sam.c drivers: spi: spi_sam: rework device tree support 2020-04-25 09:29:54 -05:00
spi_sam0.c drivers: spi: spi_sam0: rework devicetree support 2020-04-25 09:30:16 -05:00
spi_sifive.c drivers: spi: sifive: Fix bug with checking if tx fifo is full 2020-04-23 17:28:48 +02:00
spi_sifive.h
spi_xec_qmspi.c drivers: spi: xec_qmspi: Convert to using DT_INST macros 2020-04-28 07:43:31 -05:00