dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support
authorPeter Griffin <peter.griffin@linaro.org>
Tue, 18 Oct 2016 09:39:11 +0000 (10:39 +0100)
committerVinod Koul <vinod.koul@intel.com>
Tue, 18 Oct 2016 14:42:06 +0000 (20:12 +0530)
commit6b4cd727eaf15ed225b9a3a96ec1d64761ee728a
tree60e98605d16aedff9cb754d2b9b29e4f835bd511
parent812ab065ea95f42a51fee4d40e436468199bb87d
dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support

This patch adds support for the Flexible Direct Memory Access (FDMA) core
driver. The FDMA is a slim core CPU with a dedicated firmware.
It is a general purpose DMA controller capable of supporting 16
independent DMA channels. Data moves maybe from memory to memory
or between memory and paced latency critical real time targets and it
is found on al STi based chipsets.

Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/st_fdma.c [new file with mode: 0644]