[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241217074358.340180-1-mkumard@nvidia.com>
Date: Tue, 17 Dec 2024 13:13:56 +0530
From: Mohan Kumar D <mkumard@...dia.com>
To: <vkoul@...nel.org>, <robh@...nel.org>, <krzk+dt@...nel.org>,
<conor+dt@...nel.org>
CC: <dmaengine@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-tegra@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<treding@...dia.com>, <jonathanh@...dia.com>, <spujar@...dia.com>, "Mohan
Kumar D" <mkumard@...dia.com>
Subject: [PATCH v2 RESEND 0/2] Add Tegra ADMA channel page support
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
Powered by blists - more mailing lists