devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add dma controller for hisi ascend310/910
@ 2023-08-18 10:01 Guo Mengqi
  2023-08-18 10:01 ` [PATCH v2 1/2] dmaengine: Add HiSilicon Ascend SDMA engine support Guo Mengqi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Guo Mengqi @ 2023-08-18 10:01 UTC (permalink / raw)
  To: vkoul, dmaengine, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	devicetree
  Cc: guomengqi3, xuqiang36, chenweilong

The patch set add driver and device-tree bindings for a dma controller
on hisi ascend310/910 platform.

Changes in v2:
	- Use common driver apis: dev_xxx() devm_xxx()
	- Fix dts-binding properties, based on feedbacks
	- If iommu sva feature is disabled, probe will not lead to failure

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        |  75 ++
 drivers/dma/Kconfig                           |   9 +
 drivers/dma/Makefile                          |   1 +
 drivers/dma/ascend_sdma.c                     | 817 ++++++++++++++++++
 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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-18 10:01 [PATCH v2 0/2] Add dma controller for hisi ascend310/910 Guo Mengqi
2023-08-18 10:01 ` [PATCH v2 1/2] dmaengine: Add HiSilicon Ascend SDMA engine support Guo Mengqi
2023-08-18 10:01 ` [PATCH v2 2/2] dt-bindings: dma: hisi: Add bindings for Hisi Ascend sdma Guo Mengqi
2023-08-18 11:40   ` Rob Herring
2023-08-18 12:05 ` [PATCH v2 0/2] Add dma controller for hisi ascend310/910 Krzysztof Kozlowski

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