aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/k3dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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