public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/2] dmaengine: atcdmac300: Add Andes ATCDMAC300 DMA driver
@ 2025-10-29 14:26 CL Wang
  2025-10-29 14:26 ` [PATCH V2 1/2] dt-bindings: dmaengine: Add support for ATCDMAC300 DMA engine CL Wang
  2025-10-29 14:26 ` [PATCH V2 2/2] dmaengine: atcdmac300: Add driver for Andes ATCDMAC300 DMA controller CL Wang
  0 siblings, 2 replies; 4+ messages in thread
From: CL Wang @ 2025-10-29 14:26 UTC (permalink / raw)
  To: cl634, vkoul, dmaengine, robh, krzk+dt, conor+dt
  Cc: devicetree, linux-kernel, tim609

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


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

end of thread, other threads:[~2025-10-29 17:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-29 14:26 [PATCH V2 0/2] dmaengine: atcdmac300: Add Andes ATCDMAC300 DMA driver CL Wang
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

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