aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/txx9dmac.h
Commit message (Collapse)AuthorAgeFilesLines
* txx9dmac: implement a private tx_listDan Williams2009-09-081-0/+1
| | | | | | | | | Drop txx9dmac's use of tx_list from struct dma_async_tx_descriptor in preparation for removal of this field. Cc: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
* DMA: TXx9 Soc DMA Controller driverAtsushi Nemoto2009-06-171-0/+307
This patch adds support for the integrated DMAC of the TXx9 family. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Acked-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>