]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arch/tile: common DMA code for the GXIO IORPC subsystem
authorChris Metcalf <cmetcalf@tilera.com>
Wed, 4 Apr 2012 20:58:27 +0000 (16:58 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Sat, 28 Apr 2012 19:24:18 +0000 (15:24 -0400)
commit329fc3a35ddf7163f2571ad3f12813d4feb6d824
tree594682f6c0dc8e12cc270f0464df04778e559142
parent5fc563af892135e3ba5f347cf1b31841a4eb68c2
arch/tile: common DMA code for the GXIO IORPC subsystem

The dma_queue support is used by both the mPipe (networking)
and Trio (PCI) hardware shims on tilegx.  This common code is
selected when either of those drivers is built.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/gxio/Kconfig
arch/tile/gxio/Makefile
arch/tile/gxio/dma_queue.c [new file with mode: 0644]
arch/tile/include/gxio/dma_queue.h [new file with mode: 0644]