zephyr/drivers/dma
Jaroslaw Stelter 5f7a6ae817 drivers: gpdma: Fix ownership programming for ACE
There is no DSPRA registers (0x71a60) in SOC Intel ACE.
Therefore this space should be not accessed. It is valid only
for some Intel CAVS SOC versions.

Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
2022-11-17 00:34:45 +09: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: disable interrupt 2022-11-15 12:16:23 +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 drivers: gpdma: Fix ownership programming for ACE 2022-11-17 00:34:45 +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 spi: SAM support SPI transfers with DMA 2022-11-08 09:37:59 +00:00
dma_sam_xdmac.h
dma_stm32_v1.c
dma_stm32_v2.c
dma_stm32.c drivers: dma: stm32 dma driver supporting the stm32mp1 serie 2022-11-04 10:16:56 +01: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
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
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