public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 RESEND 0/2] Add Tegra ADMA channel page support
@ 2024-12-17  7:43 Mohan Kumar D
  2024-12-17  7:43 ` [PATCH v2 RESEND 1/2] dt-bindings: dma: Support channel page to nvidia,tegra210-adma Mohan Kumar D
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Mohan Kumar D @ 2024-12-17  7:43 UTC (permalink / raw)
  To: vkoul, robh, krzk+dt, conor+dt
  Cc: dmaengine, devicetree, linux-tegra, linux-kernel, treding,
	jonathanh, spujar, Mohan Kumar D

Multiple ADMA Channel page hardware support has been added from
TEGRA186 and onwards. Add channel page handling support in the tegra
adma driver

Changelog
=========

v1 -> v2:
---------
   * Removed '|' in the reg description
   * Included the allof:if:then: to describe the reg and reg-names
     properties to reflect exact restriction for all the Tegra platforms.
   * Replaced oneOf listing with items description   
   * Overall approach followed is to use either legacy single reg entry
     that encompasses the entire ADMA address space. This configuration
     ensures that the first channel page was always used. However, for
     Tegra186 and subsequent versions of platforms, opting for a more
     flexible approach to configure channel page address space

Mohan Kumar D (2):
  dt-bindings: dma: Support channel page to nvidia,tegra210-adma
  dmaengine: tegra210-adma: Support channel page

 .../bindings/dma/nvidia,tegra210-adma.yaml    | 60 ++++++++++++-
 drivers/dma/tegra210-adma.c                   | 86 ++++++++++++++++---
 2 files changed, 132 insertions(+), 14 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2025-01-20  3:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17  7:43 [PATCH v2 RESEND 0/2] Add Tegra ADMA channel page support Mohan Kumar D
2024-12-17  7:43 ` [PATCH v2 RESEND 1/2] dt-bindings: dma: Support channel page to nvidia,tegra210-adma Mohan Kumar D
2024-12-17 18:22   ` Conor Dooley
2024-12-17  7:43 ` [PATCH v2 RESEND 2/2] dmaengine: tegra210-adma: Support channel page Mohan Kumar D
2025-01-18 16:33   ` Guenter Roeck
2025-01-20  3:46     ` Mohan Kumar D
2024-12-24 10:42 ` [PATCH v2 RESEND 0/2] Add Tegra ADMA channel page support Vinod Koul

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