aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/edma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-04dma: edma: Remove limits on number of slotsJoel Fernandes1-6/+0
2013-09-04dma: edma: Leave linked to Null slot instead of DUMMY slotJoel Fernandes1-3/+8
2013-09-04dma: edma: Find missed events and issue themJoel Fernandes1-1/+49
2013-09-04dma: edma: Write out and handle MAX_NR_SG at a given timeJoel Fernandes1-26/+51
2013-09-04dma: edma: Setup parameters to DMA MAX_NR_SG at a timeJoel Fernandes1-3/+15
2013-08-05edma: no need to assign residue to 0 explicitlyAndy Shevchenko1-2/+0
2013-06-18ARM: davinci: move private EDMA API to arm/commonMatt Porter1-1/+1
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-30/+31
2013-02-14edma: do not waste memory for dma_maskAndy Shevchenko1-2/+4
2013-01-20dma: edma: fix slave config dependency on directionMatt Porter1-28/+27
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-28dma: remove use of __devinitBill Pemberton1-1/+1
2012-11-28dma: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-01dmaengine: add TI EDMA DMA engine driverMatt Porter1-0/+671