Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1599495
| From | M'boumba Cedric Madianga <cedric.madianga@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] Add STM32 MDMA driver |
| Date | 2017-03-13 16:10 +0100 |
| Message-ID | <tkzLI-2ig-17@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patchset adds support for the STM32 MDMA controller. The Master Direct memory access (MDMA) provides high-speed data transfer between memory and memory or between peripherals and memory. Contrary to STM32 DMA, the STM32 MDMA controller supports hardware LLI and uses a larger integrated FIFO (128 vs 16 bytes) M'boumba Cedric Madianga (2): dt-bindings: Document the STM32 MDMA bindings dmaengine: Add STM32 MDMA driver .../devicetree/bindings/dma/stm32-mdma.txt | 94 ++ drivers/dma/Kconfig | 12 + drivers/dma/Makefile | 1 + drivers/dma/stm32-mdma.c | 1570 ++++++++++++++++++++ 4 files changed, 1677 insertions(+) create mode 100644 Documentation/devicetree/bindings/dma/stm32-mdma.txt create mode 100644 drivers/dma/stm32-mdma.c -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] Add STM32 MDMA driver M'boumba Cedric Madianga <cedric.madianga@gmail.com> - 2017-03-13 16:10 +0100 [PATCH 1/2] dt-bindings: Document the STM32 MDMA bindings M'boumba Cedric Madianga <cedric.madianga@gmail.com> - 2017-03-13 16:10 +0100
csiph-web