aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/at_hdmac.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Gravatar Linus Torvalds 1-2/+2
2009-12-16dma: at_hdmac: correct incompatible type for argument 1 of 'spin_lock_bh'Gravatar Nicolas Ferre 1-2/+2
2009-12-15const: constify remaining dev_pm_opsGravatar Alexey Dobriyan 1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Gravatar NeilBrown 1-29/+31
2009-09-14at_hdmac: Rework suspend_late()/resume_early()Gravatar Dan Williams 1-7/+12
2009-09-08dmaengine: Move all map_sg/unmap_sg for slave channel to its clientGravatar Atsushi Nemoto 1-21/+22
2009-09-08at_hdmac: implement a private tx_listGravatar Dan Williams 1-8/+9
2009-07-22dmaengine: at_hdmac: add DMA slave transfersGravatar Nicolas Ferre 1-2/+206
2009-07-22dmaengine: at_hdmac: new driver for the Atmel AHB DMA ControllerGravatar Nicolas Ferre 1-0/+1009