summaryrefslogtreecommitdiffstats
path: root/drivers/dma/k3dma.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: k3dma: Off by one in k3_of_dma_simple_xlate()Dan Carpenter2018-06-281-1/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-4/+4
* dmaengine: k3dma: Use vchan_terminate_vdesc() instead of desc_freePeter Ujfalusi2017-12-041-1/+9
* dmaengine: k3dma: remove useless ON_WARN_ONCE()Antonio Borneo2017-08-251-2/+0
* dmaengine: k3dma: fix double free of descriptorAntonio Borneo2017-08-251-5/+1
* dmaengine: k3dma: fix non-cyclic modeAntonio Borneo2017-08-251-1/+3
* dmaengine: k3dma: move to dma_pool_zallocVinod Koul2016-12-081-2/+1
* dmaengine: k3dma: use correct format string for debug outputArnd Bergmann2016-09-071-3/+3
* k3dma: Add cyclic mode for audioAndy Green2016-08-311-11/+103
* k3dma: Fix memory handling in preparation for cyclic modeJohn Stultz2016-08-311-14/+24
* k3dma: Fix occasional DMA ERR issue by using proper dma apiJohn Stultz2016-08-311-8/+45
* k3dma: Fix "nobody cared" message seen on any errorAndy Green2016-08-311-3/+5
* k3dma: Fix dma err offsetsAndy Green2016-08-311-2/+2
* k3dma: Fix hisi burst clippingAndy Green2016-08-311-1/+1
* Merge branch 'topic/dmaengine_cleanups' into for-linusVinod Koul2016-07-281-0/+5
|\
| * dmaengine: k3dma: explicitly freeup irqVinod Koul2016-07-161-0/+5
* | dmaengine: k3dma: add missing clk_disable_unprepare() on error in k3_dma_probe()Wei Yongjun2016-07-241-1/+3
|/
* dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin2016-06-211-6/+4
* dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard2015-08-051-2/+1
* Merge branch 'topic/alloc_removal' into for-linusVinod Koul2015-03-181-6/+0
|\
| * dmaengine: k3dma: remove device_alloc_chan_resources handlerVinod Koul2015-03-181-6/+0
* | dmaengine: constify of_device_id arrayFabian Frederick2015-03-181-1/+1
|/
* dmaengine: k3: fix duplicate function definitionArnd Bergmann2015-01-131-3/+3
* dmaengine: k3: Fix duplicated function name and allmodconfig buildKrzysztof Kozlowski2015-01-131-4/+4
* dmaengine: k3: Split device_controlMaxime Ripard2014-12-221-90/+107
* dmaengine: k3dma: Add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2014-11-171-0/+2
* dmaengine: Remove .owner field for driverKiran Padwal2014-11-061-1/+0
* dmaengine: k3: Remove chancnt affectationsMaxime Ripard2014-11-061-1/+0
* dmaengine: k3dma: fix sparse warningsZhangfei Gao2014-01-201-2/+2
* dmaengine: k3dma: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-1/+1
* dma: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-131-1/+1
* dma: k3dma: use devm_ioremap_resource() instead of devm_request_and_ioremap()Jingoo Han2013-09-021-3/+3
* dmaengine: Add hisilicon k3 DMA engine driverZhangfei Gao2013-08-281-0/+837