zephyr/drivers/dma
Mahesh Mahadevan cb715fc813 drivers: dma: Update NXP LPC driver for SPI peripheral
1, Change the allocation of DMA descriptors for the case
when multiple buffers are used for DMA transfer. This was
tested during SPI DMA transfers
2. Add support for the case when source and destination
addresses should not be incremented.

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2020-10-21 06:26:40 -05:00
..
CMakeLists.txt
dma_dw.c
dma_dw.h
dma_handlers.c
dma_mcux_edma.c
dma_mcux_edma.h
dma_mcux_lpc.c
dma_nios2_msgdma.c
dma_pl330.c
dma_pl330.h
dma_sam_xdmac.c
dma_sam_xdmac.h
dma_sam0.c
dma_stm32_v1.c
dma_stm32_v2.c
dma_stm32.c
dma_stm32.h
dmamux_stm32.c
dmamux_stm32.h
Kconfig
Kconfig.dma_pl330
Kconfig.dw
Kconfig.mcux_edma
Kconfig.mcux_lpc
Kconfig.nios2_msgdma
Kconfig.sam_xdmac
Kconfig.sam0
Kconfig.stm32