zephyr/drivers/dma
Pisit Sawangvonganan 847a4eaad2 style: drivers: comply with MISRA C:2012 Rule 15.6
Add missing braces to comply with MISRA C:2012 Rule 15.6 and
also following Zephyr's style guideline.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-09-11 07:40:35 -04:00
..
CMakeLists.txt drivers: dma: Add initial SiM3U1xx support 2024-09-10 12:38:36 -04:00
dma_andes_atcdmac300.c dma: Fix error_callback enable/disable confusion 2024-04-11 17:08:10 -04:00
dma_dw_axi.c drivers: dma: add dma driver for designware axi DMA controller 2024-08-19 10:02:53 -04:00
dma_dw_common.c style: drivers: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
dma_dw_common.h
dma_dw.c
dma_emul.c dma: emul: Fix pm action signature 2024-08-13 18:18:44 -04:00
dma_esp32_gdma.c espressif: clean up unused code 2024-09-09 13:55:39 -04:00
dma_gd32.c
dma_handlers.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
dma_intel_adsp_gpdma.c style: drivers: comply with MISRA C:2012 Rule 15.6 2024-09-11 07:40:35 -04:00
dma_intel_adsp_hda_host_in.c hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
dma_intel_adsp_hda_host_out.c hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
dma_intel_adsp_hda_link_in.c
dma_intel_adsp_hda_link_out.c
dma_intel_adsp_hda.c drivers: dma: intel-adsp-hda: Report total_copied bytes on ACE2/3 2024-09-03 10:42:25 +02:00
dma_intel_adsp_hda.h
dma_intel_lpss.c drivers: dma: intel_lpss: enable reload API for 32bit DMA address 2023-12-22 09:52:59 +01:00
dma_iproc_pax_v1.c style: drivers: comply with MISRA C:2012 Rule 15.6 2024-09-11 07:40:35 -04:00
dma_iproc_pax_v1.h
dma_iproc_pax_v2.c style: drivers: comply with MISRA C:2012 Rule 15.6 2024-09-11 07:40:35 -04:00
dma_iproc_pax_v2.h
dma_iproc_pax.h
dma_max32.c drivers: dma: Add MAX32655 DMA driver 2024-08-06 17:16:35 -04:00
dma_mchp_xec.c dma: Fix error_callback enable/disable confusion 2024-04-11 17:08:10 -04:00
dma_mcux_edma.c drivers: dma: Update NXP EDMA driver for version 4 2024-03-26 16:39:18 -04:00
dma_mcux_edma.h drivers: dma: Update NXP EDMA driver for version 4 2024-03-26 16:39:18 -04:00
dma_mcux_lpc.c drivers: dma_mcux_lpc: Fix omitted interrupt config 2024-03-28 16:04:34 -05:00
dma_mcux_pxp.c drivers: dma: dma_mcux_pxp: Add flip feature 2024-08-07 07:14:20 -04:00
dma_mcux_smartdma.c drivers: drop few redundant guard around pm_policy_state_lock_* 2023-11-22 18:34:36 +00:00
dma_nios2_msgdma.c
dma_nxp_edma.c drivers: dma: dma_nxp_edma: add function for channel filtering 2024-02-09 16:20:34 +00:00
dma_nxp_edma.h drivers: dma: dma_nxp_edma: allow channel re-configuration 2024-03-05 10:57:07 +01:00
dma_nxp_sof_host_dma.c drivers: dma: dma_nxp_sof_host_dma: do cache WB after HOST_TO_MEMORY copy 2024-08-26 17:06:20 +02:00
dma_pl330.c
dma_pl330.h
dma_rpi_pico.c
dma_sam0.c dma: Fix error_callback enable/disable confusion 2024-04-11 17:08:10 -04:00
dma_sam_xdmac.c dma: Fix error_callback enable/disable confusion 2024-04-11 17:08:10 -04:00
dma_sam_xdmac.h
dma_sedi.c dma: Fix error_callback enable/disable confusion 2024-04-11 17:08:10 -04:00
dma_si32.c drivers: dma: Add initial SiM3U1xx support 2024-09-10 12:38:36 -04:00
dma_smartbond.c drivers: dma: smartbond: Fix pending length 2024-06-24 12:43:12 -04:00
dma_stm32_bdma.c
dma_stm32_bdma.h
dma_stm32_v1.c
dma_stm32_v2.c
dma_stm32.c drivers: dma: stm32: do not clear busy flag in cyclic mode 2024-01-24 14:56:24 +01:00
dma_stm32.h drivers: dma: G0X changes 2024-05-13 14:23:52 +02:00
dma_stm32u5.c drivers: dma: u5: fix dma reload 2024-05-28 12:51:00 +02:00
dma_xmc4xxx.c drivers: dma_xmc4xxx: Clear request before callback when overrun happens 2024-09-04 19:09:49 -04:00
dmamux_stm32.c drivers: dma: G0X changes 2024-05-13 14:23:52 +02:00
Kconfig drivers: dma: Add initial SiM3U1xx support 2024-09-10 12:38:36 -04:00
Kconfig.andes_atcdmac300
Kconfig.dma_pl330
Kconfig.dw
Kconfig.dw_axi_dmac drivers: dma: add dma driver for designware axi DMA controller 2024-08-19 10:02:53 -04:00
Kconfig.dw_common
Kconfig.emul drivers: dma: add emulated dma driver 2023-12-03 19:22:31 -05:00
Kconfig.esp32 drivers: dma: esp32: added support for multiple descriptors 2024-08-12 19:23:38 -04:00
Kconfig.gd32
Kconfig.intel_adsp_gpdma hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
Kconfig.intel_adsp_hda drivers: dma: intel_adsp_hda: change L1 exit defaults 2024-09-02 09:09:07 +02:00
Kconfig.intel_lpss
Kconfig.iproc_pax
Kconfig.max32 drivers: dma: Add MAX32655 DMA driver 2024-08-06 17:16:35 -04:00
Kconfig.mcux_edma drivers: dma: Update NXP EDMA driver for version 4 2024-03-26 16:39:18 -04:00
Kconfig.mcux_lpc
Kconfig.mcux_pxp
Kconfig.mcux_smartdma
Kconfig.nios2_msgdma
Kconfig.nxp_edma drivers: dma: Introduce driver for NXP's eDMA IP 2024-01-23 10:54:21 -05:00
Kconfig.nxp_sof_host_dma drivers: dma: Add SOF host DMA driver 2023-11-20 09:19:53 +01:00
Kconfig.rpi_pico
Kconfig.sam0
Kconfig.sam_xdmac
Kconfig.sedi
Kconfig.si32 drivers: dma: Add initial SiM3U1xx support 2024-09-10 12:38:36 -04:00
Kconfig.smartbond drivers: dma: smartbond: Support DMA accelerator. 2023-11-09 10:17:29 +00:00
Kconfig.stm32
Kconfig.xec
Kconfig.xmc4xxx