zephyr/drivers/dma
Mahesh Mahadevan 91f172e4ad drivers: dma: Zero-initialize memory allocated using kmalloc
The code was wrongly calling DMA_Abort on a channel
that not initialized. This fixes Issue#38078

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2021-09-01 12:34:50 -04:00
..
CMakeLists.txt
dma_dw.c
dma_dw.h
dma_handlers.c
dma_iproc_pax_v1.c
dma_iproc_pax_v1.h
dma_iproc_pax_v2.c
dma_iproc_pax_v2.h
dma_iproc_pax.h
dma_mcux_edma.c
dma_mcux_edma.h
dma_mcux_lpc.c drivers: dma: Zero-initialize memory allocated using kmalloc 2021-09-01 12:34:50 -04:00
dma_nios2_msgdma.c
dma_pl330.c
dma_pl330.h
dma_sam0.c
dma_sam_xdmac.c
dma_sam_xdmac.h
dma_stm32_v1.c
dma_stm32_v2.c
dma_stm32.c drivers: dma: stm32 initialize a dma_stm32_data structure 2021-08-27 13:08:33 -04:00
dma_stm32.h drivers: dma: stm32 initialize a dma_stm32_data structure 2021-08-27 13:08:33 -04:00
dmamux_stm32.c
Kconfig
Kconfig.dma_pl330
Kconfig.dw
Kconfig.iproc_pax
Kconfig.mcux_edma
Kconfig.mcux_lpc
Kconfig.nios2_msgdma
Kconfig.sam0
Kconfig.sam_xdmac
Kconfig.stm32