summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ptdma
AgeCommit message (Expand)AuthorLines
2024-12-02dmaengine: Move AMD PTDMA driver to amd directoryBasavaraj Natikar-1429/+0
2024-09-02dmaengine: Fix spelling mistakesAmit Vadhavana-1/+1
2024-02-23dmaengine: ptdma: use consistent DMA masksTadeusz Struk-2/+0
2023-02-24Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2023-02-16dmaengine: ptdma: check for null desc before calling pt_cmd_callbackEric Pilmore-1/+1
2023-01-19ptdma: pt_core_execute_cmd() should use spinlockEric Pilmore-4/+5
2022-04-22dmaengine: ptdma: statify pt_tx_statusVinod Koul-1/+1
2022-04-20dmaengine: PTDMA: support polled modeIlya Novikov-18/+47
2022-03-10Merge tag 'dmaengine-fix-5.17' into nextVinod Koul-8/+9
2022-02-15dmaengine: ptdma: handle the cases based on DMA is completeSanjay R Mehta-6/+11
2022-02-15dmaengine: ptdma: fix concurrency issue with multiple dma transferSanjay R Mehta-1/+6
2022-02-15dmaengine: ptdma: Fix the error handling path in pt_core_init()Christophe JAILLET-8/+9
2021-08-29dmaengine: ptdma: remove PT_OFFSET to avoid redefnitionSanjay R Mehta-1/+0
2021-08-29dmaengine: ptdma: Add debugfs entries for PTDMASanjay R Mehta-1/+118
2021-08-29dmaengine: ptdma: register PTDMA controller as a DMA resourceSanjay R Mehta-1/+450
2021-08-29dmaengine: ptdma: Initial driver for the AMD PTDMASanjay R Mehta-0/+825