zephyr/drivers/dma
Tom Burdick e8389f2f53 dma: intel_adsp: Reduce irq setup code
Makes the IRQ_CONNECT macro statically declarable for Xtensa (nothing
prevented it except its structuring). Allows for IRQ_CONNECT usage
on a xtensa only platform to be declared statically avoiding the
fluff of setting up and enabling irqs for cavs gpdma.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2022-02-21 20:59:08 -05:00
..
CMakeLists.txt dma: cavs: Add gpdma derivative of dw dma for cavs 2022-02-21 20:59:08 -05:00
dma_cavs_gpdma.c dma: intel_adsp: Reduce irq setup code 2022-02-21 20:59:08 -05:00
dma_dw.c dma: dw: Common dw dma driver functionality 2022-02-21 20:59:08 -05:00
dma_dw_common.c dma: dw: Common dw dma driver functionality 2022-02-21 20:59:08 -05:00
dma_dw_common.h dma: intel_adsp: Reduce irq setup code 2022-02-21 20:59:08 -05:00
dma_handlers.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
dma_iproc_pax.h drivers: dma: paxdma: Use uncached sync bufer 2021-03-19 09:32:08 -04:00
dma_iproc_pax_v1.c drivers: dma: iprox_pax_v1/2: constify device config access 2022-01-19 18:16:02 +01:00
dma_iproc_pax_v1.h drivers: dma: Add iProc PAXDMA driver 2021-01-18 16:58:55 -05:00
dma_iproc_pax_v2.c drivers: dma: iprox_pax_v1/2: constify device config access 2022-01-19 18:16:02 +01:00
dma_iproc_pax_v2.h drivers: dma: paxdma: increase bd buffers. 2021-03-19 09:32:08 -04:00
dma_mcux_edma.c driver: edma: Fix MCUX NULL parameter check before dereference 2022-01-22 16:56:21 -05:00
dma_mcux_edma.h dma: add EDMA MCUX support for RT and k6s 2020-06-12 13:03:28 -05:00
dma_mcux_lpc.c drivers: dma: mcux_lpc_dma: Fix data variable name 2022-01-25 14:09:30 -06:00
dma_nios2_msgdma.c drivers: dma: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
dma_pl330.c drivers: dma: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
dma_pl330.h drivers: dma: pl330: increase timeout 2021-03-04 12:59:46 +01:00
dma_sam0.c drivers: dma: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
dma_sam_xdmac.c drivers: fix style issues 2022-01-19 18:16:02 +01:00
dma_sam_xdmac.h drivers: dma: Align all drivers using dma_callback_t type 2020-07-30 09:48:00 +02:00
dma_stm32.c drivers: dma_stm32: init DMA struct in dma_stm32_configure 2021-12-17 11:52:22 -06:00
dma_stm32.h drivers: dma: stm32 initialize a dma_stm32_data structure 2021-08-27 13:08:33 -04:00
dma_stm32_v1.c drivers: dma: stm32: add support for stm32h7 2021-04-14 18:18:12 +02:00
dma_stm32_v2.c drivers/dma: stm32: don't omit IRQ status check in dma_is_irq_active 2021-04-26 14:16:03 -04:00
dmamux_stm32.c drivers: dma: Refactor drivers to use shared init priority 2021-10-29 22:55:03 -04:00
Kconfig dma: cavs: Add gpdma derivative of dw dma for cavs 2022-02-21 20:59:08 -05:00
Kconfig.cavs_gpdma dma: cavs: Add gpdma derivative of dw dma for cavs 2022-02-21 20:59:08 -05:00
Kconfig.dma_pl330 drivers: dma: Add pl330 dma driver 2020-07-24 11:54:31 +02:00
Kconfig.dw dma: dw: Common dw dma driver functionality 2022-02-21 20:59:08 -05:00
Kconfig.iproc_pax drivers: dma: Add iProc PAXDMA driver 2021-01-18 16:58:55 -05:00
Kconfig.mcux_edma drivers: dma: mcux_dma: add support for the NXP KE1xF 2020-07-21 08:56:51 -05:00
Kconfig.mcux_lpc MXRT600: Add DMA support 2020-08-28 14:24:21 -05:00
Kconfig.nios2_msgdma kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.sam0 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.sam_xdmac kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.stm32 drivers: dma: stm32 dma driver for a new dma version 2021-07-22 04:52:53 -04:00