summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/dma/moxa,moxart-dma.txt
AgeCommit message (Collapse)AuthorFilesLines
2014-01-20dmaengine: Add MOXA ART DMA engine driverJonas Jensen1-0/+45
The MOXA ART SoC has a DMA controller capable of offloading expensive memory operations, such as large copies. This patch adds support for the controller including four channels. Two of these are used to handle MMC copy on the UC-7112-LX hardware. The remaining two can be used in a future audio driver or client application. Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com>