aboutsummaryrefslogtreecommitdiff
path: root/include/linux/dmaengine.h
AgeCommit message (Collapse)AuthorFilesLines
2006-06-27[PATCH] Remove gratuitous inclusion of <linux/config.h> from <linux/dmaengine.h>David Woodhouse1-1/+1
We include config.h on the compiler command line. There's no need for it to be included again. Signed-off-by: David Woodhouse <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2006-06-17[I/OAT]: Utility functions for offloading sk_buff to iovec copiesChris Leech1-0/+22
Provides for pinning user space pages in memory, copying to iovecs, and copying from sk_buffs including fragmented and chained sk_buffs. Signed-off-by: Chris Leech <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2006-06-17[I/OAT]: DMA memcpy subsystemChris Leech1-0/+337
Provides an API for offloading memory copies to DMA devices Signed-off-by: Chris Leech <[email protected]> Signed-off-by: David S. Miller <[email protected]>