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>
Wed, 11 Jul 2012 20:04:54 +0000 (16:04 -0400)
commit6369798037c0e915fc3e3844083f2aeecb924c9d
tree35e01293dc57d820fc0c89f110e52d4fad3a703d
parent44e56967100f22a21abade38821018ba03d0a39f
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]