summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw/core.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-22dmaengine: dw: check return code of dma_async_device_register()Andy Shevchenko1-2/+6
2014-05-22dmaengine: dw: fix regression in dw_probe() functionAndy Shevchenko1-9/+24
2014-05-22dmaengine: dw: enable clock before accessAndy Shevchenko1-5/+5
2014-05-07dmaengine: dw: went back to plain {request,free}_irq() callsAndy Shevchenko1-5/+6
2014-03-26dma: dw: allocate memory in two stages in probeAndy Shevchenko1-7/+10
2014-02-17dma: dw: remove leftovers in the comment blocksAndy Shevchenko1-2/+2
2014-01-20dma: dw: use %pad instead of casting dma_addr_tAndy Shevchenko1-8/+6
2014-01-20dma: dw: join split up messagesAndy Shevchenko1-5/+4
2014-01-20dma: dw: fix style of multiline commentAndy Shevchenko1-4/+8
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul1-24/+1
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz1-24/+0
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams1-0/+1
2013-10-25dmaengine: dw: use DMA_COMPLETE for dma completion statusVinod Koul1-2/+2
2013-08-05dma: dw: return DMA_PAUSED only if cookie status is DMA_IN_PROGRESSAndy Shevchenko1-1/+1
2013-08-05dma: dw: return DMA_SUCCESS immediately from device_tx_status()Andy Shevchenko1-4/+4
2013-08-05dma: dw: allow shared interruptsAndy Shevchenko1-5/+8
2013-08-05dma: dw: improve comparison with ~0Andy Shevchenko1-5/+11
2013-07-05dma: dw: split driver to library part and platform codeAndy Shevchenko1-0/+1730