--- v6
+++ v5
@@ -2,9 +2,6 @@
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 v6:
- - Fix error reported by dt tool
Changes in v5:
- Add acked by Rob
@@ -24,14 +21,14 @@
dmaengine: add peripheral configuration
dmaengine: qcom: Add GPI dma driver
- .../devicetree/bindings/dma/qcom,gpi.yaml | 88 +
+ .../devicetree/bindings/dma/qcom,gpi.yaml | 90 +
drivers/dma/qcom/Kconfig | 12 +
drivers/dma/qcom/Makefile | 1 +
drivers/dma/qcom/gpi.c | 2303 +++++++++++++++++
include/dt-bindings/dma/qcom-gpi.h | 11 +
include/linux/dma/qcom-gpi-dma.h | 83 +
include/linux/dmaengine.h | 5 +
- 7 files changed, 2503 insertions(+)
+ 7 files changed, 2505 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