Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1242532
| From | M'boumba Cedric Madianga <cedric.madianga@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] Add support for STM32 DMA |
| Date | 2015-10-08 17:30 +0200 |
| Message-ID | <qhliO-7tw-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patchset adds support for the STM32 DMA controller. This controller provides 8 channels dedicated to managing memory access request from one or more peripherals. Each stream can have up to 8 requests in total. M'boumba Cedric Madianga (4): dt-bindings: Document the STM32 DMA bindings dmaengine: Add STM32 DMA driver ARM: dts: Add STM32 DMA support for STM32F429 MCU ARM: configs: Add STM32 DMA support in STM32 defconfig .../devicetree/bindings/dma/stm32-dma.txt | 98 ++ arch/arm/boot/dts/stm32f429.dtsi | 31 + arch/arm/configs/stm32_defconfig | 2 + drivers/dma/Kconfig | 12 + drivers/dma/Makefile | 1 + drivers/dma/stm32-dma.c | 1193 ++++++++++++++++++++ 6 files changed, 1337 insertions(+) create mode 100644 Documentation/devicetree/bindings/dma/stm32-dma.txt create mode 100644 drivers/dma/stm32-dma.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] Add support for STM32 DMA M'boumba Cedric Madianga <cedric.madianga@gmail.com> - 2015-10-08 17:30 +0200
[PATCH 2/4] dmaengine: Add STM32 DMA driver M'boumba Cedric Madianga <cedric.madianga@gmail.com> - 2015-10-08 17:30 +0200
Re: [PATCH 2/4] dmaengine: Add STM32 DMA driver Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2015-10-12 22:20 +0200
Re: [PATCH 2/4] dmaengine: Add STM32 DMA driver "M'boumba Cedric Madianga" <cedric.madianga@gmail.com> - 2015-10-13 13:30 +0200
Re: [PATCH 2/4] dmaengine: Add STM32 DMA driver "M'boumba Cedric Madianga" <cedric.madianga@gmail.com> - 2015-10-13 14:00 +0200
csiph-web