Re: [PATCH v3 1/3] dt-bindings: dmaengine: Document qcom,gpi dma binding

2020-10-01 Thread Vinod Koul
Hi Rob, On 29-09-20, 13:44, Rob Herring wrote: > > +description: | > > + QCOM GPI DMA controller provides DMA capabilities for > > + peripheral buses such as I2C, UART, and SPI. > > + > > +allOf: > > + - $ref: "dma-controller.yaml#" > > + > > +properties: > > + compatible: > > +enum: > >

Re: [PATCH v3 1/3] dt-bindings: dmaengine: Document qcom,gpi dma binding

2020-09-29 Thread Rob Herring
On Wed, Sep 23, 2020 at 12:04:08PM +0530, Vinod Koul wrote: > Add devicetree binding documentation for GPI DMA controller > implemented on Qualcomm SoCs > > Signed-off-by: Vinod Koul > --- > .../devicetree/bindings/dma/qcom,gpi.yaml | 86 +++ > include/dt-bindings/dma/qcom-gp

[PATCH v3 1/3] dt-bindings: dmaengine: Document qcom,gpi dma binding

2020-09-22 Thread Vinod Koul
Add devicetree binding documentation for GPI DMA controller implemented on Qualcomm SoCs Signed-off-by: Vinod Koul --- .../devicetree/bindings/dma/qcom,gpi.yaml | 86 +++ include/dt-bindings/dma/qcom-gpi.h| 11 +++ 2 files changed, 97 insertions(+) create mode 10