summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ptdma
AgeCommit message (Expand)AuthorFilesLines
2023-01-19ptdma: pt_core_execute_cmd() should use spinlockEric Pilmore2-4/+5
2022-04-22dmaengine: ptdma: statify pt_tx_statusVinod Koul1-1/+1
2022-04-20dmaengine: PTDMA: support polled modeIlya Novikov3-18/+47
2022-03-10Merge tag 'dmaengine-fix-5.17' into nextVinod Koul1-8/+9
2022-02-15dmaengine: ptdma: handle the cases based on DMA is completeSanjay R Mehta1-6/+11
2022-02-15dmaengine: ptdma: fix concurrency issue with multiple dma transferSanjay R Mehta1-1/+6
2022-02-15dmaengine: ptdma: Fix the error handling path in pt_core_init()Christophe JAILLET1-8/+9
2021-08-29dmaengine: ptdma: remove PT_OFFSET to avoid redefnitionSanjay R Mehta1-1/+0
2021-08-29dmaengine: ptdma: Add debugfs entries for PTDMASanjay R Mehta4-1/+118
2021-08-29dmaengine: ptdma: register PTDMA controller as a DMA resourceSanjay R Mehta5-1/+450
2021-08-29dmaengine: ptdma: Initial driver for the AMD PTDMASanjay R Mehta5-0/+825