zephyr/drivers/dma
Leandro Pereira c200367b68 drivers: Perform a runtime check if a driver is capable of an operation
Driver APIs might not implement all operations, making it possible for
a user thread to get the kernel to execute a function at 0x00000000.

Perform runtime checks in all the driver handlers, checking if they're
capable of performing the requested operation.

Fixes #6907.

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2018-04-26 02:57:12 +05:30
..
CMakeLists.txt dma: add system calls for dma_start/dma_stop 2018-02-12 19:24:25 -05: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_qmsi.c drivers: dma: remove deprecated API functions 2017-09-22 07:50:20 -04:00
dma_sam_xdmac.c drivers: Add Atmel SAM DMA (XDMAC) driver 2017-11-30 10:30:33 -05:00
dma_sam_xdmac.h drivers: Add Atmel SAM DMA (XDMAC) driver 2017-11-30 10:30:33 -05:00
dma_stm32f4x.c drivers: dma: remove deprecated API functions 2017-09-22 07:50:20 -04:00
Kconfig kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
Kconfig.qmsi kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00
Kconfig.sam_xdmac drivers: Add Atmel SAM DMA (XDMAC) driver 2017-11-30 10:30:33 -05:00
Kconfig.stm32f4x kconfig: fix more help spacing issues 2018-02-15 23:20:55 -05:00