aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/at_hdmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linusNeilBrown1-29/+31
2009-09-14at_hdmac: Rework suspend_late()/resume_early()Dan Williams1-7/+12
2009-09-08dmaengine: Move all map_sg/unmap_sg for slave channel to its clientAtsushi Nemoto1-21/+22
2009-09-08at_hdmac: implement a private tx_listDan Williams1-8/+9
2009-07-22dmaengine: at_hdmac: add DMA slave transfersNicolas Ferre1-2/+206
2009-07-22dmaengine: at_hdmac: new driver for the Atmel AHB DMA ControllerNicolas Ferre1-0/+1009