zephyr/drivers/dma
Ulf Magnusson 984bfae831 global: Remove leading/trailing blank lines in files
Remove leading/trailing blank lines in .c, .h, .py, .rst, .yml, and
.yaml files.

Will avoid failures with the new CI test in
https://github.com/zephyrproject-rtos/ci-tools/pull/112, though it only
checks changed files.

Move the 'target-notes' target in boards/xtensa/odroid_go/doc/index.rst
to get rid of the trailing blank line there. It was probably misplaced.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-12-11 19:17:27 +01:00
..
CMakeLists.txt drivers: dma: add generic driver support for some series of stm32 2019-11-06 14:14:39 +01:00
Kconfig drivers: dma: add generic driver support for some series of stm32 2019-11-06 14:14:39 +01:00
Kconfig.cavs kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.nios2_msgdma kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.sam0 kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.sam_xdmac kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.stm32 kconfig: Fix up newly-introduced copy-pasted headers 2019-11-19 15:25:08 -05:00
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_sam0.c drivers: dma: sam0: fix DMA to peripheral transfer on SAMD5x 2019-11-05 23:29:50 +01:00
dma_sam_xdmac.c
dma_sam_xdmac.h
dma_stm32.c drivers: dma: stm32: add missing assignment for fifo threshold 2019-12-09 09:42:24 -06:00
dma_stm32.h drivers: dma: stm32: add missing fifo operation 2019-12-09 09:42:02 -06:00
dma_stm32_v1.c drivers: dma: stm32: add missing fifo operation 2019-12-09 09:42:02 -06:00
dma_stm32_v2.c drivers: dma: add generic driver support for some series of stm32 2019-11-06 14:14:39 +01:00