zephyr/drivers/dma
Erwan Gouriou 49d820866c drivers/dma: dma_stm32f4x: check stream id boundaries
Check that stream Id passed to stm32 DMA API is within
possible stream values and return -EINVAL is invalid stream
id is passed.

fixes: #7380


Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2018-05-15 15:48:55 -05:00
..
CMakeLists.txt drivers: Cmake: Add __ZEPHYR_SUPERVISOR__ macro for driver files. 2018-05-15 17:48:18 +03:00
Kconfig drivers: dma: Add dma driver for Nios-II MSGDMA core 2018-05-03 10:38:09 -04:00
Kconfig.cavs drivers: dma: introduce Intel CAVS DMA 2018-05-01 16:46:41 -04:00
Kconfig.nios2_msgdma drivers: dma: Add dma driver for Nios-II MSGDMA core 2018-05-03 10:38:09 -04:00
Kconfig.qmsi kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
Kconfig.sam_xdmac
Kconfig.stm32f4x kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
dma_cavs.c drivers: dma: introduce Intel CAVS DMA 2018-05-01 16:46:41 -04:00
dma_cavs.h drivers: dma: introduce Intel CAVS DMA 2018-05-01 16:46:41 -04:00
dma_handlers.c drivers: Perform a runtime check if a driver is capable of an operation 2018-04-26 02:57:12 +05:30
dma_nios2_msgdma.c drivers: dma: Add dma driver for Nios-II MSGDMA core 2018-05-03 10:38:09 -04:00
dma_qmsi.c
dma_sam_xdmac.c
dma_sam_xdmac.h
dma_stm32f4x.c drivers/dma: dma_stm32f4x: check stream id boundaries 2018-05-15 15:48:55 -05:00