zephyr/drivers/dma
Adrian Warecki 5d902ea621 dma: dw: Align error code for xrun reporting
The hda driver uses -EPIPE to signal xrun, as proposed in the alsa lib
https://www.alsa-project.org/alsa-doc/alsa-lib/pcm.html. This commit
changes the xrun error code in dw dma driver from -ENODATA to -EPIPE to
make it consistent across drivers.

Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
2023-01-19 15:45:16 +00:00
..
CMakeLists.txt drivers: dma: esp32c3: add gdma driver 2023-01-12 19:09:01 +01:00
dma_dw_common.c dma: dw: Align error code for xrun reporting 2023-01-19 15:45:16 +00:00
dma_dw_common.h dma: dwdma: Remove unused defines 2022-11-23 15:36:31 -05:00
dma_dw.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
dma_esp32_gdma.c drivers: dma: esp32c3: add gdma driver 2023-01-12 19:09:01 +01:00
dma_gd32.c dts: bindings: dma: gd32: split gd,gd32-dma-v1 for support F4xx feature 2022-12-22 13:43:49 +01:00
dma_handlers.c
dma_intel_adsp_gpdma.c drivers: gpdma: enable runtime power mgmt in intel gpdma 2022-12-15 19:17:21 +01:00
dma_intel_adsp_hda_host_in.c drivers: hda: enable runtime power mgmt in intel hda dma 2022-12-16 11:03:15 +00:00
dma_intel_adsp_hda_host_out.c drivers: hda: enable runtime power mgmt in intel hda dma 2022-12-16 11:03:15 +00:00
dma_intel_adsp_hda_link_in.c drivers: hda: enable runtime power mgmt in intel hda dma 2022-12-16 11:03:15 +00:00
dma_intel_adsp_hda_link_out.c drivers: hda: enable runtime power mgmt in intel hda dma 2022-12-16 11:03:15 +00:00
dma_intel_adsp_hda.c dma: hda: enable xrun handling 2023-01-17 18:50:15 -05:00
dma_intel_adsp_hda.h drivers: hda: enable runtime power mgmt in intel hda dma 2022-12-16 11:03:15 +00:00
dma_iproc_pax_v1.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
dma_iproc_pax_v1.h
dma_iproc_pax_v2.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
dma_iproc_pax_v2.h
dma_iproc_pax.h
dma_mcux_edma.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
dma_mcux_edma.h
dma_mcux_lpc.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
dma_nios2_msgdma.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
dma_pl330.c
dma_pl330.h
dma_sam0.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
dma_sam_xdmac.c spi: SAM support SPI transfers with DMA 2022-11-08 09:37:59 +00:00
dma_sam_xdmac.h
dma_stm32_v1.c drivers: dma: stm32 dma driver support repeated start/stop 2023-01-19 12:03:50 +01:00
dma_stm32_v2.c drivers: dma: stm32 dma driver support repeated start/stop 2023-01-19 12:03:50 +01:00
dma_stm32.c drivers: dma: stm32 dma driver support repeated start/stop 2023-01-19 12:03:50 +01:00
dma_stm32.h drivers: dma: stm32 dma driver support repeated start/stop 2023-01-19 12:03:50 +01:00
dma_stm32u5.c drivers: dma: stm32u5 dma with resume API function 2022-12-08 14:59:01 +00:00
dmamux_stm32.c devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
Kconfig drivers: dma: esp32c3: add gdma driver 2023-01-12 19:09:01 +01: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
Kconfig.esp32 drivers: dma: esp32c3: add gdma driver 2023-01-12 19:09:01 +01:00
Kconfig.gd32 dts: bindings: dma: gd32: split gd,gd32-dma-v1 for support F4xx feature 2022-12-22 13:43:49 +01:00
Kconfig.intel_adsp_gpdma soc: intel_adsp: Add ACE soc series 2022-09-09 16:03:59 -04: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