aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/plx_dma.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-12dmaengine: plx_dma: add a missing put_device() on error pathGravatar Dan Carpenter 1-7/+11
2020-09-18dmaengine: plx_dma: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-4/+3
2020-01-15dmaengine: plx-dma: Implement descriptor submissionGravatar Logan Gunthorpe 1-0/+119
2020-01-15dmaengine: plx-dma: Implement hardware initialization and cleanupGravatar Logan Gunthorpe 1-0/+370
2020-01-15dmaengine: plx-dma: Introduce PLX DMA engine PCI driver skeletonGravatar Logan Gunthorpe 1-0/+150