zephyr/drivers/dma
Francois Ramu a569303f70 drivers: dma: wrong return type of dma_stm32_width_config function
The dma_stm32_width_config must return a int type
as -EINVAL is a possible return value

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2020-01-28 12:58:44 -06:00
..
CMakeLists.txt
dma_cavs.c
dma_cavs.h
dma_handlers.c global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
dma_nios2_msgdma.c
dma_sam_xdmac.c
dma_sam_xdmac.h
dma_sam0.c
dma_stm32_v1.c drivers: dma: stm32: add missing fifo operation 2019-12-09 09:42:02 -06:00
dma_stm32_v2.c
dma_stm32.c drivers: dma: wrong return type of dma_stm32_width_config function 2020-01-28 12:58:44 -06:00
dma_stm32.h drivers: dma: stm32: add missing fifo operation 2019-12-09 09:42:02 -06:00
Kconfig
Kconfig.cavs
Kconfig.nios2_msgdma
Kconfig.sam_xdmac
Kconfig.sam0
Kconfig.stm32