zephyr/drivers/dma
Gerard Marull-Paretas 382c1f2338 drivers: dma: gd32: use reset API
Use the reset API to reset the peripheral state before initialization.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2022-08-29 10:30:49 +02:00
..
CMakeLists.txt drivers: dma: new dma peripheral driver for stm32u5 2022-08-24 10:05:32 +02:00
Kconfig drivers: dma: Add GD32 DMA driver 2022-08-02 09:13:21 +02:00
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 dma/dw_common: Update dma_dw_common from sof 2022-03-29 14:33:48 -04:00
Kconfig.gd32 drivers: dma: Add GD32 DMA driver 2022-08-02 09:13:21 +02:00
Kconfig.intel_adsp_gpdma drivers: dma: Update drivers to use devicetree Kconfig symbol 2022-08-26 14:27:23 +00: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 drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
dma_dw_common.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
dma_dw_common.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
dma_gd32.c drivers: dma: gd32: use reset API 2022-08-29 10:30:49 +02:00
dma_handlers.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
dma_intel_adsp_gpdma.c intel_adsp: gpdma: Fix driver initialiaziation 2022-08-24 18:08:39 -04:00
dma_intel_adsp_hda.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.h 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_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: Use the correct register block size for each IP block 2022-08-18 14:54:57 -05:00
dma_intel_adsp_hda_link_out.c dma/hda: Use the correct register block size for each IP block 2022-08-18 14:54:57 -05:00
dma_iproc_pax.h drivers: dma: iproc_pax: use DEVICE_DT_GET 2022-02-21 22:16:10 -05:00
dma_iproc_pax_v1.c drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
dma_iproc_pax_v1.h
dma_iproc_pax_v2.c drivers: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
dma_iproc_pax_v2.h
dma_mcux_edma.c drivers: use unsigned int for irq_lock() 2022-07-14 14:37:13 -05:00
dma_mcux_edma.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
dma_mcux_lpc.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
dma_nios2_msgdma.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
dma_pl330.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
dma_pl330.h drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
dma_sam0.c drivers: Fix coding guidelines MISRAC:2012 Rule 14.4 do-whiles/Zero checks 2022-07-26 15:30:24 -04:00
dma_sam_xdmac.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
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 drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
dma_stm32_v1.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
dma_stm32_v2.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
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