From: CL Wang <cl634@andestech.com>
To: <cl634@andestech.com>, <vkoul@kernel.org>,
<dmaengine@vger.kernel.org>, <robh@kernel.org>,
<krzk+dt@kernel.org>, <conor+dt@kernel.org>
Cc: <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<tim609@andestech.com>
Subject: [PATCH V2 0/2] dmaengine: atcdmac300: Add Andes ATCDMAC300 DMA driver
Date: Wed, 29 Oct 2025 22:26:19 +0800 [thread overview]
Message-ID: <20251029142621.4170368-1-cl634@andestech.com> (raw)
This patch series adds support for the Andes ATCDMAC300 DMA controller.
Please kindly review.
CL Wang (2):
dt-bindings: dmaengine: Add support for ATCDMAC300 DMA engine
dmaengine: atcdmac300: Add driver for Andes ATCDMAC300 DMA controller
.../bindings/dma/andestech,qilai-dma.yaml | 51 +
MAINTAINERS | 6 +
drivers/dma/Kconfig | 12 +
drivers/dma/Makefile | 1 +
drivers/dma/atcdmac300.c | 1556 +++++++++++++++++
drivers/dma/atcdmac300.h | 276 +++
6 files changed, 1902 insertions(+)
create mode 100644 Documentation/devicetree/bindings/dma/andestech,qilai-dma.yaml
create mode 100644 drivers/dma/atcdmac300.c
create mode 100644 drivers/dma/atcdmac300.h
--
2.34.1
next reply other threads:[~2025-10-29 14:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-29 14:26 CL Wang [this message]
2025-10-29 14:26 ` [PATCH V2 1/2] dt-bindings: dmaengine: Add support for ATCDMAC300 DMA engine CL Wang
2025-10-29 17:35 ` Conor Dooley
2025-10-29 14:26 ` [PATCH V2 2/2] dmaengine: atcdmac300: Add driver for Andes ATCDMAC300 DMA controller CL Wang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251029142621.4170368-1-cl634@andestech.com \
--to=cl634@andestech.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmaengine@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=tim609@andestech.com \
--cc=vkoul@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox