zephyr/drivers/dma
Declan Snyder bb74b311fe drivers: dma_mcux_lpc: remove SDK based macro
remove the sdk based TOTAL_DMA_CHANNELS macro and instead just use the
zephyr driver's num_of_channels field

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
2023-07-12 09:26:58 +02:00
..
CMakeLists.txt drivers: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
Kconfig
Kconfig.dma_pl330
Kconfig.dw
Kconfig.dw_common
Kconfig.esp32
Kconfig.gd32
Kconfig.intel_adsp_gpdma
Kconfig.intel_adsp_hda
Kconfig.intel_lpss
Kconfig.iproc_pax
Kconfig.mcux_edma
Kconfig.mcux_lpc
Kconfig.nios2_msgdma
Kconfig.rpi_pico
Kconfig.sam0
Kconfig.sam_xdmac
Kconfig.stm32 drivers: dma: stm32 dmamux device must be initialized after dma 2023-06-23 09:21:59 +02:00
Kconfig.xec
Kconfig.xmc4xxx
dma_dw.c
dma_dw_common.c
dma_dw_common.h
dma_esp32_gdma.c
dma_gd32.c
dma_handlers.c
dma_intel_adsp_gpdma.c drivers: intel_adsp_gpdma: Fix typo in reg name 2023-06-20 07:57:37 -04:00
dma_intel_adsp_hda.c drivers: dma: intel-adsp-hda: add a missing "break" 2023-07-01 12:38:02 +02:00
dma_intel_adsp_hda.h
dma_intel_adsp_hda_host_in.c
dma_intel_adsp_hda_host_out.c
dma_intel_adsp_hda_link_in.c
dma_intel_adsp_hda_link_out.c
dma_intel_lpss.c
dma_iproc_pax.h
dma_iproc_pax_v1.c
dma_iproc_pax_v1.h
dma_iproc_pax_v2.c
dma_iproc_pax_v2.h
dma_mchp_xec.c
dma_mcux_edma.c
dma_mcux_edma.h
dma_mcux_lpc.c drivers: dma_mcux_lpc: remove SDK based macro 2023-07-12 09:26:58 +02:00
dma_nios2_msgdma.c
dma_pl330.c
dma_pl330.h
dma_rpi_pico.c
dma_sam0.c
dma_sam_xdmac.c
dma_sam_xdmac.h
dma_stm32.c drivers: dma: Remove double parentheses in if statements 2023-05-31 14:41:25 -04:00
dma_stm32.h
dma_stm32_bdma.c
dma_stm32_bdma.h
dma_stm32_v1.c
dma_stm32_v2.c
dma_stm32u5.c drivers: dma: stm32u5: set data length in bytes 2023-07-11 09:44:37 +02:00
dma_xmc4xxx.c
dmamux_stm32.c drivers: dma: stm32 dmamux device must be initialized after dma 2023-06-23 09:21:59 +02:00