Staging: add Driver for Altera PCI Express Chaining DMA reference design
authorLeon Woestenberg <leon@sidebranch.com>
Mon, 1 Dec 2008 13:45:57 +0000 (08:45 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Jan 2009 21:52:30 +0000 (13:52 -0800)
commitc8801d8c9f639153afb7c4926654f0769483348e
treedc00ed022ab358a8ef2aa10e9f5829a99851dd12
parent630231776da4916e40ecbee8b8f347f0cc78e7d3
Staging: add Driver for Altera PCI Express Chaining DMA reference design

Altera PCI Express Chaining DMA driver

A reference driver that exercises the Chaining DMA logic reference
design generated along the Altera FPGA PCI Express soft or hard core,
only if instantiated using the MegaWizard, not the SOPC builder, of
Quartus 8.1.

This driver can be used to test the logic instantiation and PCI
Express layers and acts as a starting point for driving custom logic
connected to the PCI Express End Point Chaining DMA engines.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/altpciechdma/Kconfig [new file with mode: 0644]
drivers/staging/altpciechdma/Makefile [new file with mode: 0644]
drivers/staging/altpciechdma/TODO [new file with mode: 0644]
drivers/staging/altpciechdma/altpciechdma.c [new file with mode: 0644]