zephyr/drivers/dma
Serhiy Katsyuba 99071f99df drivers: dma: Fix for DW DMA link list alignment
For Intel ACE1.x the GPDMA link list structure should be aligned
to 64 bytes to avoid the link list entry fetch crossing the 64 bytes
address alignment.

Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
2022-10-18 14:13:01 +02:00
..
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: dma: Fix for DW DMA link list alignment 2022-10-18 14:13:01 +02:00
dma_dw.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
dma_gd32.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
dma_handlers.c
dma_intel_adsp_gpdma.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09: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 include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
dma_iproc_pax_v1.h
dma_iproc_pax_v2.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
dma_iproc_pax_v2.h
dma_iproc_pax.h
dma_mcux_edma.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
dma_mcux_edma.h
dma_mcux_lpc.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
dma_nios2_msgdma.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
dma_pl330.c
dma_pl330.h
dma_sam0.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
dma_sam_xdmac.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
dma_sam_xdmac.h
dma_stm32_v1.c
dma_stm32_v2.c
dma_stm32.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
dma_stm32.h
dma_stm32u5.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09: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
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