aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/k3dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Merge branch 'topic/dmaengine_cleanups' into for-linusVinod Koul1-0/+5
2016-07-24dmaengine: k3dma: add missing clk_disable_unprepare() on error in k3_dma_probe()Wei Yongjun1-1/+3
2016-07-16dmaengine: k3dma: explicitly freeup irqVinod Koul1-0/+5
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin1-6/+4
2015-08-05dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard1-2/+1
2015-03-18Merge branch 'topic/alloc_removal' into for-linusVinod Koul1-6/+0
2015-03-18dmaengine: k3dma: remove device_alloc_chan_resources handlerVinod Koul1-6/+0
2015-03-18dmaengine: constify of_device_id arrayFabian Frederick1-1/+1
2015-01-13dmaengine: k3: fix duplicate function definitionArnd Bergmann1-3/+3
2015-01-13dmaengine: k3: Fix duplicated function name and allmodconfig buildKrzysztof Kozlowski1-4/+4
2014-12-22dmaengine: k3: Split device_controlMaxime Ripard1-90/+107
2014-11-17dmaengine: k3dma: Add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-0/+2
2014-11-06dmaengine: Remove .owner field for driverKiran Padwal1-1/+0
2014-11-06dmaengine: k3: Remove chancnt affectationsMaxime Ripard1-1/+0
2014-01-20dmaengine: k3dma: fix sparse warningsZhangfei Gao1-2/+2
2013-10-25dmaengine: k3dma: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-10-13dma: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-09-02dma: k3dma: use devm_ioremap_resource() instead of devm_request_and_ioremap()Jingoo Han1-3/+3
2013-08-28dmaengine: Add hisilicon k3 DMA engine driverZhangfei Gao1-0/+837