zephyr/drivers/dma
Tomasz Bursztyka 414f8b037d driver/dma: No need to store IRQ number in DW driver
irq_enable() can be directly called from relevant irq config function
and thus voids the necessity to store the IRQ number, saving some
memory.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-01-28 18:18:18 -05:00
..
CMakeLists.txt drivers/dma: Rename CAVS driver to DesignWare 2020-01-28 18:18:18 -05:00
dma_dw.c driver/dma: No need to store IRQ number in DW driver 2020-01-28 18:18:18 -05:00
dma_dw.h driver/dma: No need to store IRQ number in DW driver 2020-01-28 18:18:18 -05:00
dma_handlers.c global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
dma_nios2_msgdma.c cleanup: include/: move dma.h to drivers/dma.h 2019-06-27 22:55:49 -04:00
dma_sam0.c drivers: dma: sam0: fix DMA to peripheral transfer on SAMD5x 2019-11-05 23:29:50 +01:00
dma_sam_xdmac.c cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
dma_sam_xdmac.h
dma_stm32_v1.c drivers: dma: stm32: add missing fifo operation 2019-12-09 09:42:02 -06:00
dma_stm32_v2.c driver: dma: update for different dma channels 2020-01-28 12:58:44 -06:00
dma_stm32.c driver: dma: split header file differently 2020-01-28 12:58:44 -06:00
dma_stm32.h driver: dma: split header file differently 2020-01-28 12:58:44 -06:00
Kconfig drivers/dma: Rename CAVS driver to DesignWare 2020-01-28 18:18:18 -05:00
Kconfig.dw drivers/dma: Rename CAVS driver to DesignWare 2020-01-28 18:18:18 -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 soc: arm: stm32: define the heap size when enabling dma feature 2020-01-28 12:58:44 -06:00