dmaengine: ls2x-apb: New driver for the Loongson LS2X APB DMA controller
authorBinbin Zhou <zhoubinbin@loongson.cn>
Mon, 18 Dec 2023 01:56:39 +0000 (09:56 +0800)
committerVinod Koul <vkoul@kernel.org>
Thu, 21 Dec 2023 16:05:13 +0000 (21:35 +0530)
commit71e7d3cb6e55ae2eadcdb178f9243dc18499d369
treef434b6c72657e8a6268cdf324cc9824d62758e08
parent3b3b5339cdc67e98817d08431f8443b08880084f
dmaengine: ls2x-apb: New driver for the Loongson LS2X APB DMA 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).

Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn>
Signed-off-by: Yingkun Meng <mengyingkun@loongson.cn>
Link: https://lore.kernel.org/r/8df2a0199434fba3535831082966c2442ecf1cae.1702365725.git.zhoubinbin@loongson.cn
Signed-off-by: Vinod Koul <vkoul@kernel.org>
MAINTAINERS
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/ls2x-apb-dma.c [new file with mode: 0644]