dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V1 0/2] dmaengine: atcdmac300: Add Andes ATCDMAC300 DMA driver
@ 2025-10-02 13:16 CL Wang
  2025-10-02 13:16 ` [PATCH V1 1/2] dt-bindings: dmaengine: Add support for ATCDMAC300 DMA engine CL Wang
  2025-10-02 13:16 ` [PATCH V1 2/2] dmaengine: atcdmac300: Add driver for Andes ATCDMAC300 DMA controller CL Wang
  0 siblings, 2 replies; 13+ messages in thread
From: CL Wang @ 2025-10-02 13:16 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,atcdmac300.yaml    |   51 +
 MAINTAINERS                                   |    6 +
 drivers/dma/Kconfig                           |   12 +
 drivers/dma/Makefile                          |    1 +
 drivers/dma/atcdmac300.c                      | 1559 +++++++++++++++++
 drivers/dma/atcdmac300.h                      |  276 +++
 6 files changed, 1905 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/andestech,atcdmac300.yaml
 create mode 100644 drivers/dma/atcdmac300.c
 create mode 100644 drivers/dma/atcdmac300.h

-- 
2.34.1


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

end of thread, other threads:[~2025-10-09  8:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-02 13:16 [PATCH V1 0/2] dmaengine: atcdmac300: Add Andes ATCDMAC300 DMA driver CL Wang
2025-10-02 13:16 ` [PATCH V1 1/2] dt-bindings: dmaengine: Add support for ATCDMAC300 DMA engine CL Wang
2025-10-02 18:40   ` Conor Dooley
2025-10-07 12:33     ` CL Wang
2025-10-07 14:27       ` Krzysztof Kozlowski
2025-10-08  3:13         ` CL Wang
2025-10-08  8:04           ` Krzysztof Kozlowski
2025-10-08 13:35             ` CL Wang
2025-10-08 20:45               ` Conor Dooley
2025-10-08 23:48               ` Krzysztof Kozlowski
2025-10-09  8:40                 ` CL Wang
2025-10-02 13:16 ` [PATCH V1 2/2] dmaengine: atcdmac300: Add driver for Andes ATCDMAC300 DMA controller CL Wang
2025-10-03 17:36   ` 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;
as well as URLs for NNTP newsgroup(s).