summaryrefslogtreecommitdiffstats
path: root/drivers/dma/cppi41.c
AgeCommit message (Expand)AuthorLines
2017-12-22dmaengine: cppi41: Fix channel queues array size checkGomonovych, Vasyl-1/+1
2017-04-06dmaengine: cppi41: Fix an Oops happening in cppi41_dma_probe()Alexandre Bailon-3/+3
2017-03-27dmaengine: cppi: fix build error due to bad variableVinod Koul-3/+3
2017-03-27dmaengine: cppi41: use managed functions devm_*()Andy Shevchenko-39/+25
2017-03-27dmaengine: cppi41: fix cppi41_dma_tx_status() logicAndy Shevchenko-4/+2
2017-03-07dmaengine: cppi41: Fix teardown warningsAlexandre Bailon-2/+2
2017-03-07dmaengine: cppi41: Add support of DA8xx to CPPI 4.1Alexandre Bailon-0/+23
2017-03-07dmaengine: cppi41: Remove isr callback from glue layerAlexandre Bailon-3/+1
2017-03-07dmaengine: cppi41: init_sched(): Get number of channels from DTAlexandre Bailon-8/+12
2017-03-07dmaengine: cppi41: Move some constants to glue layerAlexandre Bailon-6/+14
2017-03-07dmaengine: cppi41: rename platform variablesAlexandre Bailon-8/+9
2017-03-07dmaengine: cppi41: Remove usbss_memAlexandre Bailon-8/+10
2017-02-09usb: musb: dsps: Manage CPPI 4.1 DMA interrupt in DSPSAlexandre Bailon-21/+7
2017-01-25dmaengine: cppi41: Clean up pointless warningsTony Lindgren-8/+5
2017-01-25dmaengine: cppi41: Fix oops in cppi41_runtime_resumeTony Lindgren-15/+25
2017-01-25dmaengine: cppi41: Fix runtime PM timeouts with USB mass storageTony Lindgren-0/+16
2016-11-17dmaengine: cppi41: More PM runtime fixesTony Lindgren-4/+7
2016-11-14dmaengine: cpp41: Fix handling of error pathTony Lindgren-2/+9
2016-11-14dmaengine: cppi41: Fix unpaired pm runtime when only a USB hub is connectedTony Lindgren-2/+8
2016-11-14dmaengine: cppi41: Fix list not empty warning on module removalTony Lindgren-0/+5
2016-10-03Merge branch 'topic/err_reporting' into for-linusVinod Koul-1/+1
2016-09-14dmaengine: cppi41: Ignore EINPROGRESS for PM runtimeTony Lindgren-1/+1
2016-09-07dmaengine: cppi41: mark PM functions as __maybe_unusedArnd Bergmann-6/+4
2016-08-31dmaengine: cppi41: Add basic PM runtime supportTony Lindgren-5/+99
2016-08-31dmaengine: cppi41: Prepare to add PM runtime supportTony Lindgren-15/+15
2016-08-08dmaengine: cppi41: convert callback to helper functionDave Jiang-1/+1
2016-07-23dmaengine: cppi: remove unused and bogus checkVinod Koul-3/+0
2015-04-11dmaengine: cppi41: add missing bitfieldsFelipe Balbi-0/+9
2014-12-22dmaengine: cppi41: Split device_controlMaxime Ripard-29/+1
2014-12-09dma: cppi41: add a delay while setting the TD bitSebastian Andrzej Siewior-2/+7
2014-12-09dma: cppi41: wait longer for the HW to return the descriptorSebastian Andrzej Siewior-1/+1
2014-11-06dmaengine: Remove .owner field for driverKiran Padwal-1/+0
2014-10-15dma: cppi41: Switch to using managed resource in probeKiran Padwal-11/+5
2014-07-01dma: cppi41: handle 0-length packetsDaniel Mack-3/+10
2014-03-11dma: cppi41: start tear down only if channel is busyGeorge Cherian-2/+5
2014-01-20drivers/dma: fix error return codeJulia Lawall-1/+3
2013-11-12dma: cppi41: return code > 0 of pm_runtime_get_sync() is not an errorSebastian Andrzej Siewior-1/+1
2013-11-12dma: cppi41: redo descriptor collection in abort caseSebastian Andrzej Siewior-26/+16
2013-11-12dma: cppi41: use cppi41_pop_desc() where possibleDaniel Mack-12/+11
2013-11-12dma: cppi41: restore more registersDaniel Mack-0/+15
2013-10-25dmaengine: cppi41: use DMA_COMPLETE for dma completion statusVinod Koul-1/+1
2013-10-07dma: cppi41: add support for suspend and resumeDaniel Mack-0/+29
2013-10-07dma: cppi41: add shortcut to &pdev->dev in cppi41_dma_probe()Daniel Mack-16/+17
2013-10-07dma: cppi41: s/deinit_cpii41/deinit_cppi41/Daniel Mack-4/+4
2013-10-07dma: cppi41: pass around device instead of platform_deviceDaniel Mack-20/+20
2013-08-28dma: cppi41: off by one in desc_to_chan()Dan Carpenter-1/+1
2013-08-27dma: cpp41: enable pm_runtime during initSebastian Andrzej Siewior-0/+11
2013-08-27dma: cpp41: make it compile with CONFIG_BUG=nSebastian Andrzej Siewior-1/+1
2013-08-09usb: musb dma: add cppi41 dma driverSebastian Andrzej Siewior-0/+1048