summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorBinbin Zhou <zhoubinbin@loongson.cn>2023-12-18 09:56:39 +0800
committerVinod Koul <vkoul@kernel.org>2023-12-21 21:35:13 +0530
commit71e7d3cb6e55ae2eadcdb178f9243dc18499d369 (patch)
treef434b6c72657e8a6268cdf324cc9824d62758e08 /MAINTAINERS
parent3b3b5339cdc67e98817d08431f8443b08880084f (diff)
downloadlinux-71e7d3cb6e55ae2eadcdb178f9243dc18499d369.tar.gz
linux-71e7d3cb6e55ae2eadcdb178f9243dc18499d369.tar.bz2
linux-71e7d3cb6e55ae2eadcdb178f9243dc18499d369.zip
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index c9a48bce986e..331bac4abde1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12512,6 +12512,7 @@ M: Binbin Zhou <zhoubinbin@loongson.cn>
L: dmaengine@vger.kernel.org
S: Maintained
F: Documentation/devicetree/bindings/dma/loongson,ls2x-apbdma.yaml
+F: drivers/dma/ls2x-apb-dma.c
LOONGSON LS2X I2C DRIVER
M: Binbin Zhou <zhoubinbin@loongson.cn>