Message ID | 1540479218-4954-1-git-send-email-biju.das@bp.renesas.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470 | expand |
On 25-10-18, 15:53, Biju Das wrote: > This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC. Where is the patch 2/2 ...? > Signed-off-by: Biju Das <biju.das@bp.renesas.com> > --- > This patch tested against linux-next. > --- > Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt > index 1743017..a1e7b814 100644 > --- a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt > +++ b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt > @@ -6,6 +6,7 @@ Required Properties: > - "renesas,r8a7743-usb-dmac" (RZ/G1M) > - "renesas,r8a7744-usb-dmac" (RZ/G1N) > - "renesas,r8a7745-usb-dmac" (RZ/G1E) > + - "renesas,r8a77470-usb-dmac" (RZ/G1C) > - "renesas,r8a7790-usb-dmac" (R-Car H2) > - "renesas,r8a7791-usb-dmac" (R-Car M2-W) > - "renesas,r8a7793-usb-dmac" (R-Car M2-N) > -- > 2.7.4
Hi Vinod, Thanks for the feedback. > Subject: Re: [PATCH 1/2] dt-bindings: dmaengine: usb-dmac: Add binding for > r8a77470 > > On 25-10-18, 15:53, Biju Das wrote: > > This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC. > > Where is the patch 2/2 ...? I missed adding you in the second patch. Just now I have added you in CC. Regards, Biju Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.
> Subject: [PATCH 1/2] dt-bindings: dmaengine: usb-dmac: Add binding for r8a77470 > > This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC. > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> > --- > This patch tested against linux-next. > --- > Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt > b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt > index 1743017..a1e7b814 100644 > --- a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt > +++ b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt > @@ -6,6 +6,7 @@ Required Properties: > - "renesas,r8a7743-usb-dmac" (RZ/G1M) > - "renesas,r8a7744-usb-dmac" (RZ/G1N) > - "renesas,r8a7745-usb-dmac" (RZ/G1E) > + - "renesas,r8a77470-usb-dmac" (RZ/G1C) > - "renesas,r8a7790-usb-dmac" (R-Car H2) > - "renesas,r8a7791-usb-dmac" (R-Car M2-W) > - "renesas,r8a7793-usb-dmac" (R-Car M2-N) > -- > 2.7.4 Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.
On Thu, Oct 25, 2018 at 03:53:37PM +0100, Biju Das wrote: > This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC. > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
On Thu, 25 Oct 2018 15:53:37 +0100, Biju Das wrote: > This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC. > > Signed-off-by: Biju Das <biju.das@bp.renesas.com> > --- > This patch tested against linux-next. > --- > Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring <robh@kernel.org>
On 25-10-18, 15:53, Biju Das wrote:
> This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC.
Applied, thanks
diff --git a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt index 1743017..a1e7b814 100644 --- a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt +++ b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt @@ -6,6 +6,7 @@ Required Properties: - "renesas,r8a7743-usb-dmac" (RZ/G1M) - "renesas,r8a7744-usb-dmac" (RZ/G1N) - "renesas,r8a7745-usb-dmac" (RZ/G1E) + - "renesas,r8a77470-usb-dmac" (RZ/G1C) - "renesas,r8a7790-usb-dmac" (R-Car H2) - "renesas,r8a7791-usb-dmac" (R-Car M2-W) - "renesas,r8a7793-usb-dmac" (R-Car M2-N)
This patch adds usb high-speed dmac binding for r8a77470 (RZ/G1C) SoC. Signed-off-by: Biju Das <biju.das@bp.renesas.com> --- This patch tested against linux-next. --- Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 + 1 file changed, 1 insertion(+)