]> 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>
Tue, 10 Apr 2012 16:33:28 +0000 (12:33 -0400)
commit5ea7ac0e19f954f509ea88dbbeb044af637fb11d
tree1fac4b2f274be96d626c3bf34bd0dc9185aa2035
parent48575097cd72619ae76af4b87edcf4abb4300cef
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]