summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw/core.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: dw: move clock operations to platform.cAndy Shevchenko2014-09-111-16/+0Star
* dmaengine: dw: introduce generic filter functionAndy Shevchenko2014-09-111-0/+20
* dmaengine: dw: apply both HS interfaces and remove slave_id usageAndy Shevchenko2014-09-111-30/+2Star
* dmaengine: dw: convert dw_dma_slave to use explicit HS interfacesAndy Shevchenko2014-09-111-2/+2
* dmaengine: dw: don't perform DMA when dmaengine_submit is calledAndy Shevchenko2014-07-151-12/+7Star
* dmaengine: dw: add debug message to dwc_dostart_first_queuedAndy Shevchenko2014-07-151-1/+5
* dmaengine: dw: introduce dwc_dostart_first_queued() helperAndy Shevchenko2014-07-151-8/+11
* dmaengine: dw: check return code of dma_async_device_register()Andy Shevchenko2014-05-221-2/+6
* dmaengine: dw: fix regression in dw_probe() functionAndy Shevchenko2014-05-221-9/+24
* dmaengine: dw: enable clock before accessAndy Shevchenko2014-05-221-5/+5
* dmaengine: dw: went back to plain {request,free}_irq() callsAndy Shevchenko2014-05-071-5/+6
* dma: dw: allocate memory in two stages in probeAndy Shevchenko2014-03-261-7/+10
* dma: dw: remove leftovers in the comment blocksAndy Shevchenko2014-02-171-2/+2
* dma: dw: use %pad instead of casting dma_addr_tAndy Shevchenko2014-01-201-8/+6Star
* dma: dw: join split up messagesAndy Shevchenko2014-01-201-5/+4Star
* dma: dw: fix style of multiline commentAndy Shevchenko2014-01-201-4/+8
* Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-161-24/+1Star
|\
| * dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz2013-11-141-24/+0Star
| * dmaengine: prepare for generic 'unmap' dataDan Williams2013-11-141-0/+1
* | dmaengine: dw: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-2/+2
|/
* dma: dw: return DMA_PAUSED only if cookie status is DMA_IN_PROGRESSAndy Shevchenko2013-08-051-1/+1
* dma: dw: return DMA_SUCCESS immediately from device_tx_status()Andy Shevchenko2013-08-051-4/+4
* dma: dw: allow shared interruptsAndy Shevchenko2013-08-051-5/+8
* dma: dw: improve comparison with ~0Andy Shevchenko2013-08-051-5/+11
* dma: dw: split driver to library part and platform codeAndy Shevchenko2013-07-051-0/+1730