summaryrefslogtreecommitdiffstats
path: root/drivers/dma/cppi41.c
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: dsps: Manage CPPI 4.1 DMA interrupt in DSPSAlexandre Bailon2017-02-091-21/+7
* dmaengine: cppi41: Clean up pointless warningsTony Lindgren2017-01-251-8/+5
* dmaengine: cppi41: Fix oops in cppi41_runtime_resumeTony Lindgren2017-01-251-15/+25
* dmaengine: cppi41: Fix runtime PM timeouts with USB mass storageTony Lindgren2017-01-251-0/+16
* dmaengine: cppi41: More PM runtime fixesTony Lindgren2016-11-171-4/+7
* dmaengine: cpp41: Fix handling of error pathTony Lindgren2016-11-141-2/+9
* dmaengine: cppi41: Fix unpaired pm runtime when only a USB hub is connectedTony Lindgren2016-11-141-2/+8
* dmaengine: cppi41: Fix list not empty warning on module removalTony Lindgren2016-11-141-0/+5
* Merge branch 'topic/err_reporting' into for-linusVinod Koul2016-10-031-1/+1
|\
| * dmaengine: cppi41: convert callback to helper functionDave Jiang2016-08-081-1/+1
* | dmaengine: cppi41: Ignore EINPROGRESS for PM runtimeTony Lindgren2016-09-141-1/+1
* | dmaengine: cppi41: mark PM functions as __maybe_unusedArnd Bergmann2016-09-071-6/+4
* | dmaengine: cppi41: Add basic PM runtime supportTony Lindgren2016-08-311-5/+99
* | dmaengine: cppi41: Prepare to add PM runtime supportTony Lindgren2016-08-311-15/+15
|/
* dmaengine: cppi: remove unused and bogus checkVinod Koul2016-07-231-3/+0
* dmaengine: cppi41: add missing bitfieldsFelipe Balbi2015-04-111-0/+9
* dmaengine: cppi41: Split device_controlMaxime Ripard2014-12-221-29/+1
* dma: cppi41: add a delay while setting the TD bitSebastian Andrzej Siewior2014-12-091-2/+7
* dma: cppi41: wait longer for the HW to return the descriptorSebastian Andrzej Siewior2014-12-091-1/+1
* dmaengine: Remove .owner field for driverKiran Padwal2014-11-061-1/+0
* dma: cppi41: Switch to using managed resource in probeKiran Padwal2014-10-151-11/+5
* dma: cppi41: handle 0-length packetsDaniel Mack2014-07-011-3/+10
* dma: cppi41: start tear down only if channel is busyGeorge Cherian2014-03-111-2/+5
* drivers/dma: fix error return codeJulia Lawall2014-01-201-1/+3
* dma: cppi41: return code > 0 of pm_runtime_get_sync() is not an errorSebastian Andrzej Siewior2013-11-121-1/+1
* dma: cppi41: redo descriptor collection in abort caseSebastian Andrzej Siewior2013-11-121-26/+16
* dma: cppi41: use cppi41_pop_desc() where possibleDaniel Mack2013-11-121-12/+11
* dma: cppi41: restore more registersDaniel Mack2013-11-121-0/+15
* dmaengine: cppi41: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-1/+1
* dma: cppi41: add support for suspend and resumeDaniel Mack2013-10-071-0/+29
* dma: cppi41: add shortcut to &pdev->dev in cppi41_dma_probe()Daniel Mack2013-10-071-16/+17
* dma: cppi41: s/deinit_cpii41/deinit_cppi41/Daniel Mack2013-10-071-4/+4
* dma: cppi41: pass around device instead of platform_deviceDaniel Mack2013-10-071-20/+20
* dma: cppi41: off by one in desc_to_chan()Dan Carpenter2013-08-281-1/+1
* dma: cpp41: enable pm_runtime during initSebastian Andrzej Siewior2013-08-271-0/+11
* dma: cpp41: make it compile with CONFIG_BUG=nSebastian Andrzej Siewior2013-08-271-1/+1
* usb: musb dma: add cppi41 dma driverSebastian Andrzej Siewior2013-08-091-0/+1048