summaryrefslogtreecommitdiff
path: root/drivers/dma/dw
AgeCommit message (Expand)AuthorFilesLines
2016-03-03dmaengine: dw: convert to __ffs()Andy Shevchenko1-6/+6
2015-10-27dmaengine: dw: properly read DWC_PARAMS registerAndy Shevchenko1-2/+2
2015-04-09dmaengine: dw: append MODULE_ALIAS for platform driverAndy Shevchenko1-1/+4
2014-10-13dmaengine: dw: don't perform DMA when dmaengine_submit is calledAndy Shevchenko1-12/+7
2014-10-13dmaengine: dw: introduce dwc_dostart_first_queued() helperAndy Shevchenko1-8/+11
2014-06-09dmaengine: dw: went back to plain {request,free}_irq() callsAndy Shevchenko1-5/+6
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
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-08-05dma: dw: append MODULE_DEVICE_TABLE for ACPI caseAndy Shevchenko1-0/+1
2013-07-05dmaengine: dw: select DW_DMAC_BIG_ENDIAN_IO automagicallyVinod Koul2-9/+8
2013-07-05dma: dw: add PCI part of the driverAndy Shevchenko3-0/+113
2013-07-05dma: dw: split driver to library part and platform codeAndy Shevchenko6-278/+435
2013-07-05dma: move dw_dmac driver to an own directoryAndy Shevchenko4-0/+2304