dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] dmaengine: Add support for QCOM GSI dma controller
@ 2020-09-23  6:34 Vinod Koul
  2020-09-23  6:34 ` [PATCH v3 1/3] dt-bindings: dmaengine: Document qcom,gpi dma binding Vinod Koul
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Vinod Koul @ 2020-09-23  6:34 UTC (permalink / raw)
  To: dmaengine
  Cc: Vinod Koul, Rob Herring, Bjorn Andersson, linux-arm-msm,
	devicetree, linux-kernel, Peter Ujfalusi

This series adds support for Qcom GSI dma controller found on Qualcomm SoCs.
This controller can program the peripheral configuration so we add
additional parameters in dma_slave_config for configuring the peripherals
like spi and i2c.

Changes in v3:
 - Update the i2c tre creation based on testing feedback

Changes in v2:
 - Update the binding and drop qcom specific properties
 - Move peripheral configuration as a pointer
 - Move submit queue for transactions to issue_pending

Vinod Koul (3):
  dt-bindings: dmaengine: Document qcom,gpi dma binding
  dmaengine: add peripheral configuration
  dmaengine: qcom: Add GPI dma driver

 .../devicetree/bindings/dma/qcom,gpi.yaml     |   86 +
 drivers/dma/qcom/Kconfig                      |   12 +
 drivers/dma/qcom/Makefile                     |    1 +
 drivers/dma/qcom/gpi.c                        | 2295 +++++++++++++++++
 include/dt-bindings/dma/qcom-gpi.h            |   11 +
 include/linux/dmaengine.h                     |   91 +
 6 files changed, 2496 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/qcom,gpi.yaml
 create mode 100644 drivers/dma/qcom/gpi.c
 create mode 100644 include/dt-bindings/dma/qcom-gpi.h

-- 
2.26.2


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

end of thread, other threads:[~2020-10-07 11:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-23  6:34 [PATCH v3 0/3] dmaengine: Add support for QCOM GSI dma controller Vinod Koul
2020-09-23  6:34 ` [PATCH v3 1/3] dt-bindings: dmaengine: Document qcom,gpi dma binding Vinod Koul
2020-09-29 18:44   ` Rob Herring
2020-10-01 11:14     ` Vinod Koul
2020-09-23  6:34 ` [PATCH v3 2/3] dmaengine: add peripheral configuration Vinod Koul
2020-09-29  8:06   ` Peter Ujfalusi
2020-09-30  5:47     ` Peter Ujfalusi
2020-10-01 11:23     ` Vinod Koul
2020-10-02  8:48       ` Peter Ujfalusi
2020-10-07 11:28         ` Vinod Koul
2020-10-07 11:49           ` Peter Ujfalusi
2020-09-23  6:34 ` [PATCH v3 3/3] dmaengine: qcom: Add GPI dma driver Vinod Koul

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