mbox series

[0/3] Fixes to the AE4DMA

Message ID 20250203162511.911946-1-Basavaraj.Natikar@amd.com (mailing list archive)
Headers show
Series Fixes to the AE4DMA | expand

Message

Basavaraj Natikar Feb. 3, 2025, 4:25 p.m. UTC
This patch series include changes for:
- Removing unused PCI IDs.
- Use of proper MSI functions.
- Enhancing and fixing the AE4DMA engine's multi-queue functionality.


Basavaraj Natikar (3):
  dmaengine: ae4dma: Remove deprecated PCI IDs
  dmaengine: ae4dma: Use the MSI count and its corresponding IRQ number
  dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue
    functionality

 drivers/dma/amd/ae4dma/ae4dma-pci.c     |  6 +-
 drivers/dma/amd/ae4dma/ae4dma.h         |  2 +
 drivers/dma/amd/ptdma/ptdma-dmaengine.c | 90 ++++++++++++++++++++++++-
 3 files changed, 91 insertions(+), 7 deletions(-)