..
CMakeLists.txt
drivers: dma: new dma peripheral driver for stm32u5
2022-08-24 10:05:32 +02:00
dma_dw_common.c
dma: gpdma: fix channel config
2022-09-30 15:18:20 +00:00
dma_dw_common.h
drivers: migrate includes to <zephyr/...>
2022-05-06 19:58:21 +02:00
dma_dw.c
drivers: migrate includes to <zephyr/...>
2022-05-06 19:58:21 +02:00
dma_gd32.c
drivers: dma: gd32: use clock control API
2022-09-06 09:57:25 +02:00
dma_handlers.c
drivers: migrate includes to <zephyr/...>
2022-05-06 19:58:21 +02:00
dma_intel_adsp_gpdma.c
dma: gpdma: fix llp config
2022-09-30 15:18:20 +00:00
dma_intel_adsp_hda_host_in.c
dma/hda: Use the correct register block size for each IP block
2022-08-18 14:54:57 -05:00
dma_intel_adsp_hda_host_out.c
dma/hda: Use the correct register block size for each IP block
2022-08-18 14:54:57 -05:00
dma_intel_adsp_hda_link_in.c
dma: hda: add suspend api for hda link
2022-09-30 15:18:20 +00:00
dma_intel_adsp_hda_link_out.c
dma: hda: add suspend api for hda link
2022-09-30 15:18:20 +00:00
dma_intel_adsp_hda.c
dma: hda: fix buffer address for hda link
2022-09-30 15:18:20 +00:00
dma_intel_adsp_hda.h
dma/hda: Use the correct register block size for each IP block
2022-08-18 14:54:57 -05:00
dma_iproc_pax_v1.c
drivers: add mising braces to single line if statements
2022-07-06 11:00:45 -04:00
dma_iproc_pax_v1.h
dma_iproc_pax_v2.c
drivers: add mising braces to single line if statements
2022-07-06 11:00:45 -04:00
dma_iproc_pax_v2.h
drivers: dma: paxdma: increase bd buffers.
2021-03-19 09:32:08 -04:00
dma_iproc_pax.h
drivers: dma: iproc_pax: use DEVICE_DT_GET
2022-02-21 22:16:10 -05:00
dma_mcux_edma.c
drivers: use unsigned int for irq_lock()
2022-07-14 14:37:13 -05:00
dma_mcux_edma.h
drivers: migrate includes to <zephyr/...>
2022-05-06 19:58:21 +02:00
dma_mcux_lpc.c
drivers: migrate includes to <zephyr/...>
2022-05-06 19:58:21 +02:00
dma_nios2_msgdma.c
drivers: migrate includes to <zephyr/...>
2022-05-06 19:58:21 +02:00
dma_pl330.c
drivers: migrate includes to <zephyr/...>
2022-05-06 19:58:21 +02:00
dma_pl330.h
drivers: migrate includes to <zephyr/...>
2022-05-06 19:58:21 +02:00
dma_sam0.c
drivers: Fix coding guidelines MISRAC:2012 Rule 14.4 do-whiles/Zero checks
2022-07-26 15:30:24 -04:00
dma_sam_xdmac.c
drivers: migrate includes to <zephyr/...>
2022-05-06 19:58:21 +02:00
dma_sam_xdmac.h
dma_stm32_v1.c
drivers: migrate includes to <zephyr/...>
2022-05-06 19:58:21 +02:00
dma_stm32_v2.c
drivers: migrate includes to <zephyr/...>
2022-05-06 19:58:21 +02:00
dma_stm32.c
devices: constify device pointers initialized at compile time
2022-08-22 17:08:26 +02:00
dma_stm32.h
drivers: migrate includes to <zephyr/...>
2022-05-06 19:58:21 +02:00
dma_stm32u5.c
drivers: dma: new dma peripheral driver for stm32u5
2022-08-24 10:05:32 +02:00
dmamux_stm32.c
devices: constify device pointers initialized at compile time
2022-08-22 17:08:26 +02:00
Kconfig
drivers: dma: Add GD32 DMA driver
2022-08-02 09:13:21 +02:00
Kconfig.dma_pl330
drivers: dma: Update drivers to use devicetree Kconfig symbol
2022-08-26 14:27:23 +00:00
Kconfig.dw
drivers: dma: Update drivers to use devicetree Kconfig symbol
2022-08-26 14:27:23 +00:00
Kconfig.dw_common
dma/dw_common: Update dma_dw_common from sof
2022-03-29 14:33:48 -04:00
Kconfig.gd32
drivers: dma: Add GD32 DMA driver
2022-08-02 09:13:21 +02:00
Kconfig.intel_adsp_gpdma
soc: intel_adsp: Add ACE soc series
2022-09-09 16:03:59 -04:00
Kconfig.intel_adsp_hda
drivers: dma: Update drivers to use devicetree Kconfig symbol
2022-08-26 14:27:23 +00:00
Kconfig.iproc_pax
drivers: dma: Update drivers to use devicetree Kconfig symbol
2022-08-26 14:27:23 +00:00
Kconfig.mcux_edma
drivers: dma: Update drivers to use devicetree Kconfig symbol
2022-08-26 14:27:23 +00:00
Kconfig.mcux_lpc
drivers: dma: Update drivers to use devicetree Kconfig symbol
2022-08-26 14:27:23 +00:00
Kconfig.nios2_msgdma
drivers: dma: Update drivers to use devicetree Kconfig symbol
2022-08-26 14:27:23 +00:00
Kconfig.sam0
drivers: dma: Update drivers to use devicetree Kconfig symbol
2022-08-26 14:27:23 +00:00
Kconfig.sam_xdmac
drivers: dma: Update drivers to use devicetree Kconfig symbol
2022-08-26 14:27:23 +00:00
Kconfig.stm32
drivers: dma: stm32 Kconfig with the new DT_HAS_<COMPAT>_ENABLED.
2022-08-24 10:05:32 +02:00