zephyr/drivers/dma
Francois Ramu 93a1b61684 drivers: dma: stm32u5 dma driver with two dma instances
Add a second instance of DMA to the stm32 dma driver from the DTS
That can be found in the stm32H5 serie, where 2 GPDMA with 8 channels
are available. Rebuilding with Macro.
Use the dma_channels property of the dedive tree to count the nb
of dma channels: 16 or 8 (like in stm32h5).

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2023-03-31 14:02:15 +02:00
..
CMakeLists.txt drivers: dma: rpi_pico: add support for RaspberryPi Pico DMA 2023-03-22 09:33:52 +01:00
dma_dw_common.c driver: gpdma: balance the pm usage 2023-03-21 18:10:41 +00:00
dma_dw_common.h dma: dw: Add a debug utility function 2023-03-17 09:29:18 +01:00
dma_dw.c
dma_esp32_gdma.c drivers: dma: esp32c3: add gdma driver 2023-01-12 19:09:01 +01:00
dma_gd32.c dts: bindings: dma: gd32: split gd,gd32-dma-v1 for support F4xx feature 2022-12-22 13:43:49 +01:00
dma_handlers.c
dma_intel_adsp_gpdma.c driver: gpdma: balance the pm usage 2023-03-21 18:10:41 +00:00
dma_intel_adsp_hda_host_in.c drivers: hda: enable runtime power mgmt in intel hda dma 2022-12-16 11:03:15 +00:00
dma_intel_adsp_hda_host_out.c drivers: hda: enable runtime power mgmt in intel hda dma 2022-12-16 11:03:15 +00:00
dma_intel_adsp_hda_link_in.c drivers: hda: enable runtime power mgmt in intel hda dma 2022-12-16 11:03:15 +00:00
dma_intel_adsp_hda_link_out.c drivers: hda: enable runtime power mgmt in intel hda dma 2022-12-16 11:03:15 +00:00
dma_intel_adsp_hda.c dma: HDA ignore repeated start/stop requests 2023-01-23 11:51:21 -08:00
dma_intel_adsp_hda.h drivers: hda: enable runtime power mgmt in intel hda dma 2022-12-16 11:03:15 +00:00
dma_iproc_pax_v1.c
dma_iproc_pax_v1.h
dma_iproc_pax_v2.c
dma_iproc_pax_v2.h
dma_iproc_pax.h
dma_mchp_xec.c drivers: dma: Add Microchip XEC DMA driver 2023-02-19 20:38:21 -05:00
dma_mcux_edma.c drivers: dma: remove unused mutex from edma driver 2023-02-06 10:05:44 +01:00
dma_mcux_edma.h
dma_mcux_lpc.c
dma_nios2_msgdma.c
dma_pl330.c
dma_pl330.h
dma_rpi_pico.c drivers: dma: rpi_pico: add support for RaspberryPi Pico DMA 2023-03-22 09:33:52 +01:00
dma_sam0.c
dma_sam_xdmac.c drivers: dma: sam: Update to use clock control 2023-03-21 14:12:25 -07:00
dma_sam_xdmac.h
dma_stm32_bdma.c drivers: dma: stm32: bdma support for H7 2023-03-01 15:58:27 +01:00
dma_stm32_bdma.h drivers: dma: stm32: bdma support for H7 2023-03-01 15:58:27 +01:00
dma_stm32_v1.c drivers: dma: stm32 disabling stream waits for disable 2023-03-15 15:01:15 +01:00
dma_stm32_v2.c drivers: dma: stm32 dma driver support repeated start/stop 2023-01-19 12:03:50 +01:00
dma_stm32.c drivers: dma: stm32 dma driver support repeated start/stop 2023-01-19 12:03:50 +01:00
dma_stm32.h drivers: dma: stm32 dma driver support repeated start/stop 2023-01-19 12:03:50 +01:00
dma_stm32u5.c drivers: dma: stm32u5 dma driver with two dma instances 2023-03-31 14:02:15 +02:00
dma_xmc4xxx.c drivers: dma: Add infineon xmc4xxx dma support 2023-02-21 21:15:53 +01:00
dmamux_stm32.c drivers: dma: stm32: dmamux: support dmamux2 and bdma 2023-03-01 15:58:27 +01:00
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
Kconfig.dma_pl330
Kconfig.dw
Kconfig.dw_common
Kconfig.esp32 drivers: dma: esp32c3: add gdma driver 2023-01-12 19:09:01 +01:00
Kconfig.gd32 dts: bindings: dma: gd32: split gd,gd32-dma-v1 for support F4xx feature 2022-12-22 13:43:49 +01:00
Kconfig.intel_adsp_gpdma dma: dw: Add a debug utility function 2023-03-17 09:29:18 +01:00
Kconfig.intel_adsp_hda
Kconfig.iproc_pax
Kconfig.mcux_edma
Kconfig.mcux_lpc
Kconfig.nios2_msgdma
Kconfig.rpi_pico drivers: dma: rpi_pico: add support for RaspberryPi Pico DMA 2023-03-22 09:33:52 +01:00
Kconfig.sam0
Kconfig.sam_xdmac
Kconfig.stm32 drivers: dma: stm32: bdma support for H7 2023-03-01 15:58:27 +01:00
Kconfig.xec drivers: dma: Add Microchip XEC DMA driver 2023-02-19 20:38:21 -05:00
Kconfig.xmc4xxx drivers: dma: Add infineon xmc4xxx dma support 2023-02-21 21:15:53 +01:00