public inbox for dmaengine@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND v10 0/2] Add AMD MDB Endpoint and non-LL mode Support
@ 2026-02-16 10:55 Devendra K Verma
  2026-02-16 10:55 ` [PATCH RESEND v10 1/2] dmaengine: dw-edma: Add AMD MDB Endpoint Support Devendra K Verma
  2026-02-16 10:55 ` [PATCH RESEND v10 2/2] dmaengine: dw-edma: Add non-LL mode Devendra K Verma
  0 siblings, 2 replies; 23+ messages in thread
From: Devendra K Verma @ 2026-02-16 10:55 UTC (permalink / raw)
  To: bhelgaas, mani, vkoul
  Cc: dmaengine, linux-pci, linux-kernel, michal.simek, Devendra.Verma

This series of patch support the following:

 - AMD MDB Endpoint Support, as part of this patch following are
   added:
   o AMD supported device ID and vendor ID (Xilinx)
   o AMD MDB specific driver data
   o AMD specific VSEC capabilities to retrieve the base of
     phys address of MDB side DDR
   o Logic to assign the offsets to LL and data blocks if
     more number of channels are enabled than configured
     in the given pci_data struct.

 - Addition of non-LL mode
   o The IP supported non-LL mode functions
   o Flexibility to choose non-LL mode via dma_slave_config
     param peripheral_config, by the client for all the vendors
     using HDMA IP.
   o Allow IP utilization if LL mode is not available

Devendra K Verma (2):
  dmaengine: dw-edma: Add AMD MDB Endpoint Support
  dmaengine: dw-edma: Add non-LL mode

 drivers/dma/dw-edma/dw-edma-core.c    |  35 +++-
 drivers/dma/dw-edma/dw-edma-core.h    |   1 +
 drivers/dma/dw-edma/dw-edma-pcie.c    | 220 +++++++++++++++++++++++---
 drivers/dma/dw-edma/dw-hdma-v0-core.c |  65 +++++++-
 drivers/dma/dw-edma/dw-hdma-v0-regs.h |   1 +
 include/linux/dma/edma.h              |   1 +
 6 files changed, 301 insertions(+), 22 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2026-03-06 18:01 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-16 10:55 [PATCH RESEND v10 0/2] Add AMD MDB Endpoint and non-LL mode Support Devendra K Verma
2026-02-16 10:55 ` [PATCH RESEND v10 1/2] dmaengine: dw-edma: Add AMD MDB Endpoint Support Devendra K Verma
2026-02-16 19:28   ` Frank Li
2026-02-17 11:36     ` Verma, Devendra
2026-02-16 10:55 ` [PATCH RESEND v10 2/2] dmaengine: dw-edma: Add non-LL mode Devendra K Verma
2026-02-16 19:45   ` Frank Li
2026-02-17 11:48     ` Verma, Devendra
2026-02-17 16:39       ` Frank Li
2026-02-18 11:32         ` Verma, Devendra
2026-02-18 15:49           ` Frank Li
2026-02-19  9:55             ` Verma, Devendra
2026-02-19 17:07               ` Frank Li
2026-02-20 11:47                 ` Verma, Devendra
2026-02-20 16:03                   ` Frank Li
2026-02-23 16:40                     ` Verma, Devendra
2026-02-24 22:27                       ` Frank Li
2026-02-25 12:06                         ` Verma, Devendra
2026-03-02  5:55                           ` Verma, Devendra
2026-03-04 16:56                           ` Frank Li
2026-03-05 12:15                             ` Verma, Devendra
2026-03-05 16:03                               ` Frank Li
2026-03-06 11:50                                 ` Verma, Devendra
2026-03-06 18:01                                   ` Frank Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox