aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mediatek/mtk-hsdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-26dmaengine: mediatek: mtk-hsdma: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-01dmaengine: mediatek: mtk-hsdma: Fix typo in commentXiang wangx1-1/+1
2022-04-20dmaengine: mediatek: mtk-hsdma: use NULL instead of using plain integer as pointerHaowen Bai1-1/+1
2022-04-11dmaengine: mediatek: mtk-hsdma: Use platform_get_irq() to get the interruptLad Prabhakar1-7/+4
2020-12-29dmaengine: mediatek: mtk-hsdma: Fix a resource leak in the error handling path of the probe functionChristophe JAILLET1-0/+1
2020-07-15dmaengine: mediatek: mtk-hsdma: Fix formatting in 'struct mtk_hsdma_pdesc' doc blockLee Jones1-4/+4
2019-11-14dmaengine: mediatek: hsdma_probe: fixed a memory leak when devm_request_irq failsSatendra Singh Thakur1-1/+3
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-03-27dmaengine: mediatek: Add MediaTek High-Speed DMA controller for MT7622 and MT7623 SoCSean Wang1-0/+1056