aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pch_dma.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-08-04dmaengine: Driver for Topcliff PCH DMA controllerYong Wang1-0/+37
Topcliff PCH is the platform controller hub that is going to be used in Intel's upcoming general embedded platforms. This adds the driver for Topcliff PCH DMA controller. The DMA channels are strictly for device to host or host to device transfers and cannot be used for generic memcpy. Signed-off-by: Yong Wang <yong.y.wang@intel.com> [kill GFP_ATOMIC, kill __raw_{read|write}l, locking fixlet] Signed-off-by: Dan Williams <dan.j.williams@intel.com>