public inbox for dmaengine@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/2] Add AMD MDB Endpoint and non-LL mode Support
@ 2026-01-09 12:03 Devendra K Verma
  2026-01-09 12:03 ` [PATCH v8 1/2] dmaengine: dw-edma: Add AMD MDB Endpoint Support Devendra K Verma
  2026-01-09 12:03 ` [PATCH v8 2/2] dmaengine: dw-edma: Add non-LL mode Devendra K Verma
  0 siblings, 2 replies; 24+ messages in thread
From: Devendra K Verma @ 2026-01-09 12:03 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    |  42 ++++++-
 drivers/dma/dw-edma/dw-edma-core.h    |   1 +
 drivers/dma/dw-edma/dw-edma-pcie.c    | 222 +++++++++++++++++++++++++++++++---
 drivers/dma/dw-edma/dw-hdma-v0-core.c |  61 +++++++++-
 drivers/dma/dw-edma/dw-hdma-v0-regs.h |   1 +
 include/linux/dma/edma.h              |   1 +
 6 files changed, 302 insertions(+), 26 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2026-02-04 10:50 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-09 12:03 [PATCH v8 0/2] Add AMD MDB Endpoint and non-LL mode Support Devendra K Verma
2026-01-09 12:03 ` [PATCH v8 1/2] dmaengine: dw-edma: Add AMD MDB Endpoint Support Devendra K Verma
2026-01-15 16:21   ` Frank Li
2026-01-19  9:09     ` Verma, Devendra
2026-01-19 15:59       ` Frank Li
2026-01-20 11:36         ` Verma, Devendra
2026-01-21 16:54           ` Frank Li
2026-01-23 14:26             ` Verma, Devendra
2026-01-09 12:03 ` [PATCH v8 2/2] dmaengine: dw-edma: Add non-LL mode Devendra K Verma
2026-01-15 16:37   ` Frank Li
2026-01-19  9:09     ` Verma, Devendra
2026-01-19 15:45       ` Frank Li
2026-01-20 11:36         ` Verma, Devendra
2026-01-21 17:18           ` Frank Li
2026-01-23 14:26             ` Verma, Devendra
2026-01-26 19:00               ` Frank Li
2026-01-28 12:59                 ` Verma, Devendra
2026-01-28 15:07                   ` Frank Li
2026-01-29 11:55                     ` Verma, Devendra
2026-02-03 12:03                       ` Verma, Devendra
2026-02-03 16:52                         ` Frank Li
2026-02-04 10:50                           ` Verma, Devendra
2026-01-16  2:36   ` kernel test robot
2026-01-16  3:59   ` kernel test robot

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