summaryrefslogtreecommitdiff
path: root/drivers/dma/cppi41.c
AgeCommit message (Expand)Author
2018-12-13dmaengine: cppi41: delete channel from pending list when stop channelBin Liu
2017-02-09dmaengine: cppi41: Fix oops in cppi41_runtime_resumeTony Lindgren
2017-02-09dmaengine: cppi41: Fix runtime PM timeouts with USB mass storageTony Lindgren
2016-11-17dmaengine: cppi41: More PM runtime fixesTony Lindgren
2016-11-14dmaengine: cpp41: Fix handling of error pathTony Lindgren
2016-11-14dmaengine: cppi41: Fix unpaired pm runtime when only a USB hub is connectedTony Lindgren
2016-11-14dmaengine: cppi41: Fix list not empty warning on module removalTony Lindgren
2016-10-03Merge branch 'topic/err_reporting' into for-linusVinod Koul
2016-09-14dmaengine: cppi41: Ignore EINPROGRESS for PM runtimeTony Lindgren
2016-09-07dmaengine: cppi41: mark PM functions as __maybe_unusedArnd Bergmann
2016-08-31dmaengine: cppi41: Add basic PM runtime supportTony Lindgren
2016-08-31dmaengine: cppi41: Prepare to add PM runtime supportTony Lindgren
2016-08-08dmaengine: cppi41: convert callback to helper functionDave Jiang
2016-07-23dmaengine: cppi: remove unused and bogus checkVinod Koul
2015-04-11dmaengine: cppi41: add missing bitfieldsFelipe Balbi
2014-12-22dmaengine: cppi41: Split device_controlMaxime Ripard
2014-12-09dma: cppi41: add a delay while setting the TD bitSebastian Andrzej Siewior
2014-12-09dma: cppi41: wait longer for the HW to return the descriptorSebastian Andrzej Siewior
2014-11-06dmaengine: Remove .owner field for driverKiran Padwal
2014-10-15dma: cppi41: Switch to using managed resource in probeKiran Padwal
2014-07-01dma: cppi41: handle 0-length packetsDaniel Mack
2014-03-11dma: cppi41: start tear down only if channel is busyGeorge Cherian
2014-01-20drivers/dma: fix error return codeJulia Lawall
2013-11-12dma: cppi41: return code > 0 of pm_runtime_get_sync() is not an errorSebastian Andrzej Siewior
2013-11-12dma: cppi41: redo descriptor collection in abort caseSebastian Andrzej Siewior
2013-11-12dma: cppi41: use cppi41_pop_desc() where possibleDaniel Mack
2013-11-12dma: cppi41: restore more registersDaniel Mack
2013-10-25dmaengine: cppi41: use DMA_COMPLETE for dma completion statusVinod Koul
2013-10-07dma: cppi41: add support for suspend and resumeDaniel Mack
2013-10-07dma: cppi41: add shortcut to &pdev->dev in cppi41_dma_probe()Daniel Mack
2013-10-07dma: cppi41: s/deinit_cpii41/deinit_cppi41/Daniel Mack
2013-10-07dma: cppi41: pass around device instead of platform_deviceDaniel Mack
2013-08-28dma: cppi41: off by one in desc_to_chan()Dan Carpenter
2013-08-27dma: cpp41: enable pm_runtime during initSebastian Andrzej Siewior
2013-08-27dma: cpp41: make it compile with CONFIG_BUG=nSebastian Andrzej Siewior
2013-08-09usb: musb dma: add cppi41 dma driverSebastian Andrzej Siewior