aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/txx9dmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-10/+13
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij1-1/+2
2010-04-30MIPS: TXx9: Add missing MODULE_ALIAS definitions for TXx9 platform devicesGeert Uytterhoeven1-0/+2
2010-03-26dmaengine: provide helper for setting txstateDan Williams1-5/+1
2010-03-26DMAENGINE: generic channel status v2Linus Walleij1-8/+8
2010-03-26DMAENGINE: generic slave control v2Linus Walleij1-2/+8
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linusNeilBrown1-13/+11
2009-09-08txx9dmac: implement a private tx_listDan Williams1-13/+11
2009-07-22DMA: Rework txx9dmac suspend_late()/resume_early()Magnus Damm1-5/+10
2009-06-24DMA: txx9dmac: use dma_unmap_single if DMA_COMPL_{SRC,DEST}_UNMAP_SINGLE setAtsushi Nemoto1-8/+12
2009-06-17DMA: TXx9 Soc DMA Controller driverAtsushi Nemoto1-0/+1354