summaryrefslogtreecommitdiff
path: root/drivers/dma/at_hdmac.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-04DMAENGINE: at_hdmac: locking fixletYong Wang1-2/+2
2010-06-16Merge branch 'master' into for-nextJiri Kosina1-16/+19
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-17Merge branch 'ioat' into dmaengineDan Williams1-0/+1
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-26dmaengine: provide helper for setting txstateDan Williams1-6/+1
2010-03-26DMAENGINE: generic channel status v2Linus Walleij1-14/+15
2010-03-26DMAENGINE: generic slave control v2Linus Walleij1-2/+8
2009-12-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds1-2/+2
2009-12-16dma: at_hdmac: correct incompatible type for argument 1 of 'spin_lock_bh'Nicolas Ferre1-2/+2
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/asy...NeilBrown1-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