| Commit message (Expand) | Author | Age | Files | Lines |
* | dmaengine: k3dma: remove useless ON_WARN_ONCE() | Antonio Borneo | 2017-08-25 | 1 | -2/+0 |
* | dmaengine: k3dma: fix double free of descriptor | Antonio Borneo | 2017-08-25 | 1 | -5/+1 |
* | dmaengine: k3dma: fix non-cyclic mode | Antonio Borneo | 2017-08-25 | 1 | -1/+3 |
* | dmaengine: k3dma: move to dma_pool_zalloc | Vinod Koul | 2016-12-08 | 1 | -2/+1 |
* | dmaengine: k3dma: use correct format string for debug output | Arnd Bergmann | 2016-09-07 | 1 | -3/+3 |
* | k3dma: Add cyclic mode for audio | Andy Green | 2016-08-31 | 1 | -11/+103 |
* | k3dma: Fix memory handling in preparation for cyclic mode | John Stultz | 2016-08-31 | 1 | -14/+24 |
* | k3dma: Fix occasional DMA ERR issue by using proper dma api | John Stultz | 2016-08-31 | 1 | -8/+45 |
* | k3dma: Fix "nobody cared" message seen on any error | Andy Green | 2016-08-31 | 1 | -3/+5 |
* | k3dma: Fix dma err offsets | Andy Green | 2016-08-31 | 1 | -2/+2 |
* | k3dma: Fix hisi burst clipping | Andy Green | 2016-08-31 | 1 | -1/+1 |
* | Merge branch 'topic/dmaengine_cleanups' into for-linus | Vinod Koul | 2016-07-28 | 1 | -0/+5 |
|\ |
|
| * | dmaengine: k3dma: explicitly freeup irq | Vinod Koul | 2016-07-16 | 1 | -0/+5 |
* | | dmaengine: k3dma: add missing clk_disable_unprepare() on error in k3_dma_probe() | Wei Yongjun | 2016-07-24 | 1 | -1/+3 |
|/ |
|
* | dmaengine: Remove site specific OOM error messages on kzalloc | Peter Griffin | 2016-06-21 | 1 | -6/+4 |
* | dmaengine: Add an enum for the dmaengine alignment constraints | Maxime Ripard | 2015-08-05 | 1 | -2/+1 |
* | Merge branch 'topic/alloc_removal' into for-linus | Vinod Koul | 2015-03-18 | 1 | -6/+0 |
|\ |
|
| * | dmaengine: k3dma: remove device_alloc_chan_resources handler | Vinod Koul | 2015-03-18 | 1 | -6/+0 |
* | | dmaengine: constify of_device_id array | Fabian Frederick | 2015-03-18 | 1 | -1/+1 |
|/ |
|
* | dmaengine: k3: fix duplicate function definition | Arnd Bergmann | 2015-01-13 | 1 | -3/+3 |
* | dmaengine: k3: Fix duplicated function name and allmodconfig build | Krzysztof Kozlowski | 2015-01-13 | 1 | -4/+4 |
* | dmaengine: k3: Split device_control | Maxime Ripard | 2014-12-22 | 1 | -90/+107 |
* | dmaengine: k3dma: Add CONFIG_PM_SLEEP to suspend/resume functions | Jingoo Han | 2014-11-17 | 1 | -0/+2 |
* | dmaengine: Remove .owner field for driver | Kiran Padwal | 2014-11-06 | 1 | -1/+0 |
* | dmaengine: k3: Remove chancnt affectations | Maxime Ripard | 2014-11-06 | 1 | -1/+0 |
* | dmaengine: k3dma: fix sparse warnings | Zhangfei Gao | 2014-01-20 | 1 | -2/+2 |
* | dmaengine: k3dma: use DMA_COMPLETE for dma completion status | Vinod Koul | 2013-10-25 | 1 | -1/+1 |
* | dma: misc: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-10-13 | 1 | -1/+1 |
* | dma: k3dma: use devm_ioremap_resource() instead of devm_request_and_ioremap() | Jingoo Han | 2013-09-02 | 1 | -3/+3 |
* | dmaengine: Add hisilicon k3 DMA engine driver | Zhangfei Gao | 2013-08-28 | 1 | -0/+837 |