-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 186850 b: refs/heads/master c: 52d83bd h: refs/heads/master v: v3
- Loading branch information
Chihau Chau
authored and
Greg Kroah-Hartman
committed
Mar 4, 2010
1 parent
ce77aa5
commit 12b1663
Showing
479 changed files
with
24,378 additions
and
29,041 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 3a8954e8f22cf31791d8c524c2839433e39f9368 | ||
refs/heads/master: 52d83bde6f10480268c454b3373bfcec8c2e3c3e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
config ALTERA_PCIE_CHDMA | ||
tristate "Altera PCI Express Chaining DMA driver" | ||
depends on PCI | ||
default N | ||
---help--- | ||
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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
obj-$(CONFIG_ALTERA_PCIE_CHDMA) += altpciechdma.o | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
DONE: | ||
- functionality similar to logic testbench | ||
|
||
TODO: | ||
- checkpatch.pl cleanups. | ||
- keep state of DMA engines. | ||
- keep data structure that keeps state of each transfer. | ||
- interrupt handler should iterate over outstanding descriptor tables. | ||
- complete userspace cdev to read/write using the DMA engines. | ||
- split off the DMA support functions in a module, re-usable by custom | ||
drivers. | ||
|
||
Please coordinate work with, and send patches to | ||
Leon Woestenberg <leon@sidebranch.com> | ||
|
Oops, something went wrong.