devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] New driver for the Loongson LS2X APB DMA Controller
@ 2023-06-08  2:51 Binbin Zhou
  2023-06-08  2:51 ` [PATCH v2 1/2] dt-bindings: dmaengine: Add Loongson LS2X APB DMA controller Binbin Zhou
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Binbin Zhou @ 2023-06-08  2:51 UTC (permalink / raw)
  To: Binbin Zhou, Huacai Chen, Alessandro Zummo, Alexandre Belloni,
	linux-rtc, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	devicetree
  Cc: Huacai Chen, loongson-kernel, Xuerui Wang, loongarch,
	Thomas Bogendoerfer, Jiaxun Yang, linux-mips, Keguang Zhang,
	zhao zhang, Yang Ling, Binbin Zhou

Hi all:

This patchset introduces you to the 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.

----
V2:
patch(1/2)
  - Minor changes from Conor;
  - Add Reviewed-by tag.
patch(2/2)
  - Fix build errors from lkp@intel.com.

Link to V1:
https://lore.kernel.org/dmaengine/cover.1685448898.git.zhoubinbin@loongson.cn/

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                    | 644 ++++++++++++++++++
 4 files changed, 720 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/loongson,ls2x-apbdma.yaml
 create mode 100644 drivers/dma/ls2x-apb-dma.c

-- 
2.39.3


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

end of thread, other threads:[~2023-06-10  9:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-08  2:51 [PATCH v2 0/2] New driver for the Loongson LS2X APB DMA Controller Binbin Zhou
2023-06-08  2:51 ` [PATCH v2 1/2] dt-bindings: dmaengine: Add Loongson LS2X APB DMA controller Binbin Zhou
2023-06-08  2:55   ` [PATCH RESEND " Binbin Zhou
2023-06-09 16:48   ` Krzysztof Kozlowski
2023-06-10  5:35     ` Binbin Zhou
2023-06-10  9:26       ` Krzysztof Kozlowski
2023-06-08  2:51 ` [PATCH v2 2/2] dmaengine: ls2x-apb: new driver for the " Binbin Zhou
2023-06-08  2:55   ` [PATCH RESEND " Binbin Zhou
2023-06-08  2:55 ` [PATCH RESEND v2 0/2] New driver for the Loongson LS2X APB DMA Controller Binbin Zhou

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).