zephyr/drivers/dma
Yong Cong Sin bbe5e1e6eb build: namespace the generated headers with `zephyr/`
Namespaced the generated headers with `zephyr` to prevent
potential conflict with other headers.

Introduce a temporary Kconfig `LEGACY_GENERATED_INCLUDE_PATH`
that is enabled by default. This allows the developers to
continue the use of the old include paths for the time being
until it is deprecated and eventually removed. The Kconfig will
generate a build-time warning message, similar to the
`CONFIG_TIMER_RANDOM_GENERATOR`.

Updated the includes path of in-tree sources accordingly.

Most of the changes here are scripted, check the PR for more
info.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-05-28 22:03:55 +02:00
..
CMakeLists.txt drivers: dma: Update NXP EDMA driver for version 4 2024-03-26 16:39:18 -04:00
Kconfig
Kconfig.andes_atcdmac300
Kconfig.dma_pl330
Kconfig.dw
Kconfig.dw_common
Kconfig.emul
Kconfig.esp32
Kconfig.gd32
Kconfig.intel_adsp_gpdma
Kconfig.intel_adsp_hda
Kconfig.intel_lpss
Kconfig.iproc_pax
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
Kconfig.nxp_sof_host_dma
Kconfig.rpi_pico
Kconfig.sam0
Kconfig.sam_xdmac
Kconfig.sedi
Kconfig.smartbond
Kconfig.stm32
Kconfig.xec
Kconfig.xmc4xxx
dma_andes_atcdmac300.c dma: Fix error_callback enable/disable confusion 2024-04-11 17:08:10 -04:00
dma_dw.c
dma_dw_common.c
dma_dw_common.h
dma_emul.c dma: Fix error_callback enable/disable confusion 2024-04-11 17:08:10 -04:00
dma_esp32_gdma.c drivers: esp32: update to hal_espressif v5.1 2024-04-05 13:39:53 +02: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
dma_intel_adsp_hda.c drivers: dma: intel_adsp_hda: Fix L1 exit condition 2024-03-15 08:59:12 +01:00
dma_intel_adsp_hda.h
dma_intel_adsp_hda_host_in.c
dma_intel_adsp_hda_host_out.c
dma_intel_adsp_hda_link_in.c
dma_intel_adsp_hda_link_out.c
dma_intel_lpss.c
dma_iproc_pax.h
dma_iproc_pax_v1.c
dma_iproc_pax_v1.h
dma_iproc_pax_v2.c
dma_iproc_pax_v2.h
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
dma_mcux_smartdma.c
dma_nios2_msgdma.c
dma_nxp_edma.c
dma_nxp_edma.h
dma_nxp_sof_host_dma.c
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_smartbond.c drivers: dma: smartbond: Add support for PM 2024-05-28 12:49:46 +02:00
dma_stm32.c
dma_stm32.h drivers: dma: G0X changes 2024-05-13 14:23:52 +02:00
dma_stm32_bdma.c
dma_stm32_bdma.h
dma_stm32_v1.c
dma_stm32_v2.c
dma_stm32u5.c drivers: dma: u5: fix dma reload 2024-05-28 12:51:00 +02:00
dma_xmc4xxx.c dma: Fix error_callback enable/disable confusion 2024-04-11 17:08:10 -04:00
dmamux_stm32.c drivers: dma: G0X changes 2024-05-13 14:23:52 +02:00