zephyr/drivers/dma
Adrian Bonislawski e5e7ee88a3 dma: gpdma: fix channel config
This will use DW_CFGH_DST instead of DW_CFGH_DST_PER
to correctly setup cfg_hi. This is critical for ALH transfer.

Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
2022-09-30 15:18:20 +00:00
..
CMakeLists.txt drivers: dma: new dma peripheral driver for stm32u5 2022-08-24 10:05:32 +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
dma_dw.c
dma_dw_common.c dma: gpdma: fix channel config 2022-09-30 15:18:20 +00:00
dma_dw_common.h
dma_gd32.c drivers: dma: gd32: use clock control API 2022-09-06 09:57:25 +02:00
dma_handlers.c
dma_intel_adsp_gpdma.c dma: gpdma: fix llp config 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_intel_adsp_hda_host_in.c
dma_intel_adsp_hda_host_out.c
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_iproc_pax.h
dma_iproc_pax_v1.c
dma_iproc_pax_v1.h
dma_iproc_pax_v2.c
dma_iproc_pax_v2.h
dma_mcux_edma.c
dma_mcux_edma.h
dma_mcux_lpc.c
dma_nios2_msgdma.c
dma_pl330.c
dma_pl330.h
dma_sam0.c
dma_sam_xdmac.c
dma_sam_xdmac.h
dma_stm32.c devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
dma_stm32.h
dma_stm32_v1.c
dma_stm32_v2.c
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