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