| Commit message (Expand) | Author | Age | Files | Lines |
* | dmaengine: cppi41: Fix an Oops happening in cppi41_dma_probe() | Alexandre Bailon | 2017-04-06 | 1 | -3/+3 |
* | dmaengine: cppi: fix build error due to bad variable | Vinod Koul | 2017-03-27 | 1 | -3/+3 |
* | dmaengine: cppi41: use managed functions devm_*() | Andy Shevchenko | 2017-03-27 | 1 | -39/+25 |
* | dmaengine: cppi41: fix cppi41_dma_tx_status() logic | Andy Shevchenko | 2017-03-27 | 1 | -4/+2 |
* | dmaengine: cppi41: Fix teardown warnings | Alexandre Bailon | 2017-03-07 | 1 | -2/+2 |
* | dmaengine: cppi41: Add support of DA8xx to CPPI 4.1 | Alexandre Bailon | 2017-03-07 | 1 | -0/+23 |
* | dmaengine: cppi41: Remove isr callback from glue layer | Alexandre Bailon | 2017-03-07 | 1 | -3/+1 |
* | dmaengine: cppi41: init_sched(): Get number of channels from DT | Alexandre Bailon | 2017-03-07 | 1 | -8/+12 |
* | dmaengine: cppi41: Move some constants to glue layer | Alexandre Bailon | 2017-03-07 | 1 | -6/+14 |
* | dmaengine: cppi41: rename platform variables | Alexandre Bailon | 2017-03-07 | 1 | -8/+9 |
* | dmaengine: cppi41: Remove usbss_mem | Alexandre Bailon | 2017-03-07 | 1 | -8/+10 |
* | usb: musb: dsps: Manage CPPI 4.1 DMA interrupt in DSPS | Alexandre Bailon | 2017-02-09 | 1 | -21/+7 |
* | dmaengine: cppi41: Clean up pointless warnings | Tony Lindgren | 2017-01-25 | 1 | -8/+5 |
* | dmaengine: cppi41: Fix oops in cppi41_runtime_resume | Tony Lindgren | 2017-01-25 | 1 | -15/+25 |
* | dmaengine: cppi41: Fix runtime PM timeouts with USB mass storage | Tony Lindgren | 2017-01-25 | 1 | -0/+16 |
* | dmaengine: cppi41: More PM runtime fixes | Tony Lindgren | 2016-11-17 | 1 | -4/+7 |
* | dmaengine: cpp41: Fix handling of error path | Tony Lindgren | 2016-11-14 | 1 | -2/+9 |
* | dmaengine: cppi41: Fix unpaired pm runtime when only a USB hub is connected | Tony Lindgren | 2016-11-14 | 1 | -2/+8 |
* | dmaengine: cppi41: Fix list not empty warning on module removal | Tony Lindgren | 2016-11-14 | 1 | -0/+5 |
* | Merge branch 'topic/err_reporting' into for-linus | Vinod Koul | 2016-10-03 | 1 | -1/+1 |
|\ |
|
| * | dmaengine: cppi41: convert callback to helper function | Dave Jiang | 2016-08-08 | 1 | -1/+1 |
* | | dmaengine: cppi41: Ignore EINPROGRESS for PM runtime | Tony Lindgren | 2016-09-14 | 1 | -1/+1 |
* | | dmaengine: cppi41: mark PM functions as __maybe_unused | Arnd Bergmann | 2016-09-07 | 1 | -6/+4 |
* | | dmaengine: cppi41: Add basic PM runtime support | Tony Lindgren | 2016-08-31 | 1 | -5/+99 |
* | | dmaengine: cppi41: Prepare to add PM runtime support | Tony Lindgren | 2016-08-31 | 1 | -15/+15 |
|/ |
|
* | dmaengine: cppi: remove unused and bogus check | Vinod Koul | 2016-07-23 | 1 | -3/+0 |
* | dmaengine: cppi41: add missing bitfields | Felipe Balbi | 2015-04-11 | 1 | -0/+9 |
* | dmaengine: cppi41: Split device_control | Maxime Ripard | 2014-12-22 | 1 | -29/+1 |
* | dma: cppi41: add a delay while setting the TD bit | Sebastian Andrzej Siewior | 2014-12-09 | 1 | -2/+7 |
* | dma: cppi41: wait longer for the HW to return the descriptor | Sebastian Andrzej Siewior | 2014-12-09 | 1 | -1/+1 |
* | dmaengine: Remove .owner field for driver | Kiran Padwal | 2014-11-06 | 1 | -1/+0 |
* | dma: cppi41: Switch to using managed resource in probe | Kiran Padwal | 2014-10-15 | 1 | -11/+5 |
* | dma: cppi41: handle 0-length packets | Daniel Mack | 2014-07-01 | 1 | -3/+10 |
* | dma: cppi41: start tear down only if channel is busy | George Cherian | 2014-03-11 | 1 | -2/+5 |
* | drivers/dma: fix error return code | Julia Lawall | 2014-01-20 | 1 | -1/+3 |
* | dma: cppi41: return code > 0 of pm_runtime_get_sync() is not an error | Sebastian Andrzej Siewior | 2013-11-12 | 1 | -1/+1 |
* | dma: cppi41: redo descriptor collection in abort case | Sebastian Andrzej Siewior | 2013-11-12 | 1 | -26/+16 |
* | dma: cppi41: use cppi41_pop_desc() where possible | Daniel Mack | 2013-11-12 | 1 | -12/+11 |
* | dma: cppi41: restore more registers | Daniel Mack | 2013-11-12 | 1 | -0/+15 |
* | dmaengine: cppi41: use DMA_COMPLETE for dma completion status | Vinod Koul | 2013-10-25 | 1 | -1/+1 |
* | dma: cppi41: add support for suspend and resume | Daniel Mack | 2013-10-07 | 1 | -0/+29 |
* | dma: cppi41: add shortcut to &pdev->dev in cppi41_dma_probe() | Daniel Mack | 2013-10-07 | 1 | -16/+17 |
* | dma: cppi41: s/deinit_cpii41/deinit_cppi41/ | Daniel Mack | 2013-10-07 | 1 | -4/+4 |
* | dma: cppi41: pass around device instead of platform_device | Daniel Mack | 2013-10-07 | 1 | -20/+20 |
* | dma: cppi41: off by one in desc_to_chan() | Dan Carpenter | 2013-08-29 | 1 | -1/+1 |
* | dma: cpp41: enable pm_runtime during init | Sebastian Andrzej Siewior | 2013-08-27 | 1 | -0/+11 |
* | dma: cpp41: make it compile with CONFIG_BUG=n | Sebastian Andrzej Siewior | 2013-08-27 | 1 | -1/+1 |
* | usb: musb dma: add cppi41 dma driver | Sebastian Andrzej Siewior | 2013-08-09 | 1 | -0/+1048 |