* [PATCH 0/2] Add sdma driver for HiSilicon Ascend platform
@ 2023-08-11 3:47 Guo Mengqi
0 siblings, 0 replies; 2+ messages in thread
From: Guo Mengqi @ 2023-08-11 3:47 UTC (permalink / raw)
To: vkoul, dmaengine, robh+dt, krzysztof.kozlowski+dt, conor+dt,
devicetree
Cc: guomengqi3, xuqiang36
This is for the System Direct Memory Access(SDMA) hardware
used by HiSilicon Ascend families. The dma controller supports
data transfers between memory and memory or between memory and device.
Guo Mengqi (2):
dmaengine: Add HiSilicon Ascend SDMA engine support
dt-bindings: dma: hisi: Add bindings for Hisi Ascend sdma
.../bindings/dma/hisi,ascend-sdma.yaml | 82 ++
drivers/dma/Kconfig | 9 +
drivers/dma/Makefile | 1 +
drivers/dma/ascend_sdma.c | 810 ++++++++++++++++++
4 files changed, 902 insertions(+)
create mode 100644 Documentation/devicetree/bindings/dma/hisi,ascend-sdma.yaml
create mode 100644 drivers/dma/ascend_sdma.c
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 0/2] Add sdma driver for HiSilicon Ascend platform
@ 2023-08-11 3:48 Guo Mengqi
0 siblings, 0 replies; 2+ messages in thread
From: Guo Mengqi @ 2023-08-11 3:48 UTC (permalink / raw)
To: vkoul, dmaengine, robh+dt, krzysztof.kozlowski+dt, conor+dt,
devicetree
Cc: guomengqi3, xuqiang36
This is for the System Direct Memory Access(SDMA) hardware
used by HiSilicon Ascend families. The dma controller supports
data transfers between memory and memory or between memory and device.
Guo Mengqi (2):
dmaengine: Add HiSilicon Ascend SDMA engine support
dt-bindings: dma: hisi: Add bindings for Hisi Ascend sdma
.../bindings/dma/hisi,ascend-sdma.yaml | 82 ++
drivers/dma/Kconfig | 9 +
drivers/dma/Makefile | 1 +
drivers/dma/ascend_sdma.c | 810 ++++++++++++++++++
4 files changed, 902 insertions(+)
create mode 100644 Documentation/devicetree/bindings/dma/hisi,ascend-sdma.yaml
create mode 100644 drivers/dma/ascend_sdma.c
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-11 3:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-11 3:47 [PATCH 0/2] Add sdma driver for HiSilicon Ascend platform Guo Mengqi
-- strict thread matches above, loose matches on Subject: below --
2023-08-11 3:48 Guo Mengqi
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).