devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] New driver for the Loongson LS2X APB DMA Controller
@ 2023-05-31  8:50 Binbin Zhou
  2023-05-31  8:50 ` [PATCH 1/2] dt-bindings: dmaengine: Add Loongson LS2X APB DMA controller Binbin Zhou
  2023-05-31  8:50 ` [PATCH 2/2] dmaengine: ls2x-apb: new driver for the " Binbin Zhou
  0 siblings, 2 replies; 5+ messages in thread
From: Binbin Zhou @ 2023-05-31  8:50 UTC (permalink / raw)
  To: Vinod Koul, dmaengine, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, devicetree, Huacai Chen
  Cc: Huacai Chen, Xuerui Wang, loongarch, Yingkun Meng,
	loongson-kernel, Binbin Zhou

Hi all:

This patchset introduces you to the Loongson LS2X apbdma controller.

The Loongson LS2X APB DMA controller is available on Loongson-2K chips.
It is a single-channel, configurable DMA controller IP core based on the
AXI bus, whose main function is to integrate DMA functionality on a chip
dedicated to carrying data between memory and peripherals in APB bus
(e.g. nand).

Thanks.

Binbin Zhou (2):
  dt-bindings: dmaengine: Add Loongson LS2X APB DMA controller
  dmaengine: ls2x-apb: new driver for the Loongson LS2X APB DMA
    controller

 .../bindings/dma/loongson,ls2x-apbdma.yaml    |  61 ++
 drivers/dma/Kconfig                           |  14 +
 drivers/dma/Makefile                          |   1 +
 drivers/dma/ls2x-apb-dma.c                    | 642 ++++++++++++++++++
 4 files changed, 718 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/loongson,ls2x-apbdma.yaml
 create mode 100644 drivers/dma/ls2x-apb-dma.c

-- 
2.39.1


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

end of thread, other threads:[~2023-06-02 12:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-31  8:50 [PATCH 0/2] New driver for the Loongson LS2X APB DMA Controller Binbin Zhou
2023-05-31  8:50 ` [PATCH 1/2] dt-bindings: dmaengine: Add Loongson LS2X APB DMA controller Binbin Zhou
2023-05-31 13:15   ` Conor Dooley
2023-05-31  8:50 ` [PATCH 2/2] dmaengine: ls2x-apb: new driver for the " Binbin Zhou
2023-06-02 12:55   ` 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).