..
CMakeLists.txt
MXRT600: Add DMA support
2020-08-28 14:24:21 -05:00
dma_dw.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
dma_dw.h
drivers: dma: Align all drivers using user_data for callback
2020-07-30 09:48:00 +02:00
dma_handlers.c
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
dma_mcux_edma.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
dma_mcux_edma.h
dma_mcux_lpc.c
drivers: dma: Update NXP LPC driver for SPI peripheral
2020-10-21 06:26:40 -05:00
dma_nios2_msgdma.c
drivers: dma: Fix device instance const qualifier loss in NIOS2 driver
2020-09-02 13:48:13 +02:00
dma_pl330.c
drivers: dma: pl330: const-ify device instance
2020-10-16 06:50:49 -05:00
dma_pl330.h
drivers: dma: Align all drivers using user_data for callback
2020-07-30 09:48:00 +02:00
dma_sam_xdmac.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
dma_sam_xdmac.h
dma_sam0.c
isr: Normalize usage of device instance through ISR
2020-09-02 13:48:13 +02:00
dma_stm32_v1.c
drivers: dma: stm32: change order of disabling and checking result
2020-09-04 12:00:37 +02:00
dma_stm32_v2.c
drivers: dma: dma_stm32_v2: typo in compilation switch
2020-09-11 09:31:27 -05:00
dma_stm32.c
drivers: dma: dma_stm32: can't use device_get_binding() during init
2020-09-11 09:31:27 -05:00
dma_stm32.h
drivers: dma: stm32: remove global function tables
2020-09-03 21:50:58 +02:00
dmamux_stm32.c
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
dmamux_stm32.h
device: Const-ify all device driver instance pointers
2020-09-02 13:48:13 +02:00
Kconfig
MXRT600: Add DMA support
2020-08-28 14:24:21 -05:00
Kconfig.dma_pl330
Kconfig.dw
Kconfig.mcux_edma
Kconfig.mcux_lpc
MXRT600: Add DMA support
2020-08-28 14:24:21 -05:00
Kconfig.nios2_msgdma
Kconfig.sam_xdmac
Kconfig.sam0
Kconfig.stm32
drivers: dma: dmamux init needs k_malloc
2020-09-04 10:42:18 -05:00