summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dw/core.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-13dmaengine: dw: fix byte order of hw descriptor fieldsMans Rullgard1-61/+62
2016-04-13dmaengine: dw: set src and dst master select according to xfer directionMans Rullgard1-2/+6
2016-04-13dmaengine: dw: rename masters to reflect actual topologyAndy Shevchenko1-10/+9
2016-04-13dmaengine: dw: fix master selectionAndy Shevchenko1-15/+19
2016-02-15dmaengine: dw: disable BLOCK IRQs for non-cyclic xferAndy Shevchenko1-5/+10
2016-01-20Merge tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds1-28/+16
2016-01-14dmaengine: dw: fix cyclic transfer callbacksMans Rullgard1-6/+15
2016-01-14dmaengine: dw: fix cyclic transfer setupMans Rullgard1-22/+1
2016-01-07dmaengine: dw: return immediately from IRQ when DMA isn't in useAndy Shevchenko1-2/+7
2015-11-10Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-37/+38
2015-10-31dmaengine: dw: some Intel devices has no memcpy supportAndy Shevchenko1-1/+5
2015-10-31dmaengine: dw: don't override platform data with autocfgAndy Shevchenko1-30/+27
2015-09-30dmaengine: dw: convert to __ffs()Andy Shevchenko1-6/+6
2015-09-30dmaengine: dw: properly read DWC_PARAMS registerAndy Shevchenko1-2/+2
2015-07-17Update Viresh Kumar's email addressViresh Kumar1-1/+1
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-10/+8
2015-03-16dmaengine: dw: Make error prints unique. Part #2Jarkko Nikula1-8/+4
2015-03-16dmaengine: dw: Make error prints unique. Part #1Jarkko Nikula1-2/+4
2015-03-05dmaengine: dw: don't handle interrupt when dmaengine is not usedJie Yang1-1/+1
2015-02-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-40/+61
2015-02-04dmaengine: dw: define DW_DMA_MAX_NR_MASTERSAndy Shevchenko1-1/+2
2015-01-13dmaengine: dw: provide DMA capabilitiesAndy Shevchenko1-1/+15
2015-01-13dmaengine: dw: balance PM runtime callsAndy Shevchenko1-2/+0
2014-12-22dmaengine: dw: Split device_controlMaxime Ripard1-38/+44
2014-11-11dmaengine: dw: enable runtime PMAndy Shevchenko1-0/+11
2014-10-15dmaengine: dw: enable and disable controller when neededAndy Shevchenko1-25/+35
2014-10-15dmaengine: dw: always export dw_dma_{en,dis}ableAndy Shevchenko1-16/+4
2014-10-15dmaengine: dw: introduce dw_dma_on() helperAndy Shevchenko1-2/+7
2014-09-11dmaengine: dw: move clock operations to platform.cAndy Shevchenko1-16/+0
2014-09-11dmaengine: dw: introduce generic filter functionAndy Shevchenko1-0/+20
2014-09-11dmaengine: dw: apply both HS interfaces and remove slave_id usageAndy Shevchenko1-30/+2
2014-09-11dmaengine: dw: convert dw_dma_slave to use explicit HS interfacesAndy Shevchenko1-2/+2
2014-07-15dmaengine: dw: don't perform DMA when dmaengine_submit is calledAndy Shevchenko1-12/+7
2014-07-15dmaengine: dw: add debug message to dwc_dostart_first_queuedAndy Shevchenko1-1/+5
2014-07-15dmaengine: dw: introduce dwc_dostart_first_queued() helperAndy Shevchenko1-8/+11
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