aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/k3dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-09dmaengine: k3dma: remove redundant irqsave and irqrestore in hardIRQBarry Song1-5/+4
2020-09-18dmaengine: k3dma: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2019-12-23dmaengine: k3dma: Avoid null pointer traversalJohn Stultz1-3/+9
2019-10-14dmaengine: k3dma: Use devm_platform_ioremap_resource() in k3_dma_probe()Markus Elfring1-6/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-04dmaengine: k3dma: Add support for dma-channel-maskLi Yu1-1/+19
2019-02-04dmaengine: k3dma: Delete axi_configLi Yu1-3/+0
2019-02-04dmaengine: k3dma: Upgrade k3dma driver to support hisi_asp_dma hardwareYoulin Wang1-5/+33
2018-10-07dmaengine: k3dma: remove dma_slave_config direction usageVinod Koul1-6/+20
2018-10-07dmaengine: k3dma: dont use direction for memcpyVinod Koul1-8/+2
2018-06-28dmaengine: k3dma: Off by one in k3_of_dma_simple_xlate()Dan Carpenter1-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-4/+4
2017-12-04dmaengine: k3dma: Use vchan_terminate_vdesc() instead of desc_freePeter Ujfalusi1-1/+9
2017-08-25dmaengine: k3dma: remove useless ON_WARN_ONCE()Antonio Borneo1-2/+0
2017-08-25dmaengine: k3dma: fix double free of descriptorAntonio Borneo1-5/+1
2017-08-25dmaengine: k3dma: fix non-cyclic modeAntonio Borneo1-1/+3
2016-12-08dmaengine: k3dma: move to dma_pool_zallocVinod Koul1-2/+1
2016-09-07dmaengine: k3dma: use correct format string for debug outputArnd Bergmann1-3/+3
2016-08-31k3dma: Add cyclic mode for audioAndy Green1-11/+103
2016-08-31k3dma: Fix memory handling in preparation for cyclic modeJohn Stultz1-14/+24
2016-08-31k3dma: Fix occasional DMA ERR issue by using proper dma apiJohn Stultz1-8/+45
2016-08-31k3dma: Fix "nobody cared" message seen on any errorAndy Green1-3/+5
2016-08-31k3dma: Fix dma err offsetsAndy Green1-2/+2
2016-08-31k3dma: Fix hisi burst clippingAndy Green1-1/+1
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