aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/hisi_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-04dmaengine: hisilicon: Dump regs to debugfsJie Hai1-2/+236
2022-09-04dmaengine: hisilicon: Adapt DMA driver to HiSilicon IP09Jie Hai1-82/+299
2022-09-04dmaengine: hisilicon: Use macros instead of magic numberJie Hai1-6/+13
2022-09-04dmaengine: hisilicon: Add multi-thread support for a DMA channelJie Hai1-4/+2
2022-09-04dmaengine: hisilicon: Fix CQ head updateJie Hai1-5/+3
2022-09-04dmaengine: hisilicon: Disable channels when unregister hisi_dmaJie Hai1-5/+9
2022-03-11dmaengine: hisi_dma: fix MSI allocate fail when reload hisi_dmaJie Hai1-1/+1
2021-10-26dmaengine: hisi_dma: switch from 'pci_' to 'dma_' APIQing Wang1-5/+1
2021-07-28dmaengine: hisi_dma: Remove some useless codeChristophe JAILLET1-9/+1
2020-11-09dmaengine: hisi_dma: remove redundant irqsave and irqrestore in hardIRQBarry Song1-3/+2
2020-06-24dmaengine: hisilicon: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-4/+1
2020-01-24dmaengine: hisilicon: Add Kunpeng DMA engine supportZhou Wang1-0/+611