]> 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>
Thu, 12 Apr 2012 16:38:32 +0000 (12:38 -0400)
commit8edaafbc3cc7cb68d6c19647b698bb4489788fb2
tree6d9a2ef8dad1fa61d6bf047481ee16221bb538ba
parent1111a803607061095283d74c79b3dd260ab43683
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]