public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] dmaengine: Add Loongson Multi-Channel DMA controller support
@ 2026-02-03 12:30 Binbin Zhou
  2026-02-03 12:30 ` [PATCH 1/3] dmaengine: loongson: New directory for Loongson DMA controllers drivers Binbin Zhou
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Binbin Zhou @ 2026-02-03 12:30 UTC (permalink / raw)
  To: Binbin Zhou, Huacai Chen, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Vinod Koul, dmaengine
  Cc: Xiaochuang Mao, Huacai Chen, Xuerui Wang, loongarch, devicetree,
	Keguang Zhang, Binbin Zhou

Hi all:

This patchset introduces the Loongson multi-channel DMA controller,
which is present in the Loongson-2K0300 and Loongson-2K3000 processors.

It is a multi-channel controller that enables data transfers from memory
to memory, device to memory, and memory to device, as well as channel
prioritization configurable through the channel configuration registers.

Additionally, since multiple distinct types of DMA controllers exist on
the Loongson platform, I have attempted to consolidate all Loongson DMA
drivers into a new directory named `Loongson` for easier management.

Thanks.
Binbin

Binbin Zhou (3):
  dmaengine: loongson: New directory for Loongson DMA controllers
    drivers
  dt-bindings: dmaengine: Add Loongson Multi-Channel DMA controller
  dmaengine: loongson: New driver for the Loongson Multi-Channel DMA
    controller

 .../bindings/dma/loongson,ls2k0300-dma.yaml   |  78 ++
 MAINTAINERS                                   |   6 +-
 drivers/dma/Kconfig                           |  25 +-
 drivers/dma/Makefile                          |   3 +-
 drivers/dma/loongson/Kconfig                  |  38 +
 drivers/dma/loongson/Makefile                 |   4 +
 .../dma/{ => loongson}/loongson1-apb-dma.c    |   4 +-
 drivers/dma/loongson/loongson2-apb-dma-v2.c   | 759 ++++++++++++++++++
 .../dma/{ => loongson}/loongson2-apb-dma.c    |   4 +-
 9 files changed, 890 insertions(+), 31 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/dma/loongson,ls2k0300-dma.yaml
 create mode 100644 drivers/dma/loongson/Kconfig
 create mode 100644 drivers/dma/loongson/Makefile
 rename drivers/dma/{ => loongson}/loongson1-apb-dma.c (99%)
 create mode 100644 drivers/dma/loongson/loongson2-apb-dma-v2.c
 rename drivers/dma/{ => loongson}/loongson2-apb-dma.c (99%)


base-commit: 3c8a86ed002ab8fb287ee4ec92f0fd6ac5b291d2
-- 
2.47.3


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

end of thread, other threads:[~2026-02-04  6:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03 12:30 [PATCH 0/3] dmaengine: Add Loongson Multi-Channel DMA controller support Binbin Zhou
2026-02-03 12:30 ` [PATCH 1/3] dmaengine: loongson: New directory for Loongson DMA controllers drivers Binbin Zhou
2026-02-04  5:42   ` Keguang Zhang
2026-02-04  6:19     ` Binbin Zhou
2026-02-04  6:35       ` Keguang Zhang
2026-02-04  6:38         ` Binbin Zhou
2026-02-03 12:30 ` [PATCH 2/3] dt-bindings: dmaengine: Add Loongson Multi-Channel DMA controller Binbin Zhou
2026-02-03 20:00   ` Frank Li
2026-02-04  1:24     ` Binbin Zhou
2026-02-03 12:30 ` [PATCH 3/3] dmaengine: loongson: New driver for the " Binbin Zhou
2026-02-03 20:13   ` Frank Li
2026-02-04  1:33     ` Binbin Zhou

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