RE: [PATCH] dmaengine: usb-dmac: Add soctype for R-Car M3-W

2017-08-25 Thread Yoshihiro Shimoda
Hi, Vinod,

Thank you for reply!

> From: Vinod Koul
> Sent: Friday, August 25, 2017 3:33 PM
> 
> On Fri, Aug 25, 2017 at 05:47:22AM +, Yoshihiro Shimoda wrote:
> > Hi Rob,
> >
> > > From: Rob Herring
> > > Sent: Friday, August 11, 2017 1:26 AM
> > >
> > > On Wed, Aug 02, 2017 at 08:33:34PM +0900, Yoshihiro Shimoda wrote:
> > > > This patch adds R-Car M3-W device tree bindings for usb-dmac driver.
> > > >
> > > > Signed-off-by: Yoshihiro Shimoda 
> > > > ---
> > > >  Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 +
> > > >  1 file changed, 1 insertion(+)
> > >
> > > Acked-by: Rob Herring 
> >
> > Thank you for your Acked-by!
> >
> > Hi, Vinod,
> >
> > I checked your next branch today, but it doesn't have this patch.
> > So, would you apply this patch into your repo?
> 
> Can you check again, i can see it and also on Web UI
> 
> http://git.infradead.org/users/vkoul/slave-dma.git/commit/2d166e66aca3e832cb0851da7d0183090dd699d4

Oops! I looked at other repo 
(https://git.kernel.org/pub/scm/linux/kernel/git/vkoul/slave-dma.git/).
I forgot the repo was changed.

Thank you for applying this patch!

Best regards,
Yoshihiro Shimoda

> --
> ~Vinod
> --
> To unsubscribe from this list: send the line "unsubscribe dmaengine" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] dmaengine: usb-dmac: Add soctype for R-Car M3-W

2017-08-25 Thread Vinod Koul
On Fri, Aug 25, 2017 at 05:47:22AM +, Yoshihiro Shimoda wrote:
> Hi Rob,
> 
> > From: Rob Herring
> > Sent: Friday, August 11, 2017 1:26 AM
> > 
> > On Wed, Aug 02, 2017 at 08:33:34PM +0900, Yoshihiro Shimoda wrote:
> > > This patch adds R-Car M3-W device tree bindings for usb-dmac driver.
> > >
> > > Signed-off-by: Yoshihiro Shimoda 
> > > ---
> > >  Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 +
> > >  1 file changed, 1 insertion(+)
> > 
> > Acked-by: Rob Herring 
> 
> Thank you for your Acked-by!
> 
> Hi, Vinod,
> 
> I checked your next branch today, but it doesn't have this patch.
> So, would you apply this patch into your repo?

Can you check again, i can see it and also on Web UI

http://git.infradead.org/users/vkoul/slave-dma.git/commit/2d166e66aca3e832cb0851da7d0183090dd699d4

-- 
~Vinod


RE: [PATCH] dmaengine: usb-dmac: Add soctype for R-Car M3-W

2017-08-24 Thread Yoshihiro Shimoda
Hi Rob,

> From: Rob Herring
> Sent: Friday, August 11, 2017 1:26 AM
> 
> On Wed, Aug 02, 2017 at 08:33:34PM +0900, Yoshihiro Shimoda wrote:
> > This patch adds R-Car M3-W device tree bindings for usb-dmac driver.
> >
> > Signed-off-by: Yoshihiro Shimoda 
> > ---
> >  Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 +
> >  1 file changed, 1 insertion(+)
> 
> Acked-by: Rob Herring 

Thank you for your Acked-by!

Hi, Vinod,

I checked your next branch today, but it doesn't have this patch.
So, would you apply this patch into your repo?

Best regards,
Yoshihiro Shimoda



Re: [PATCH] dmaengine: usb-dmac: Add soctype for R-Car M3-W

2017-08-10 Thread Rob Herring
On Wed, Aug 02, 2017 at 08:33:34PM +0900, Yoshihiro Shimoda wrote:
> This patch adds R-Car M3-W device tree bindings for usb-dmac driver.
> 
> Signed-off-by: Yoshihiro Shimoda 
> ---
>  Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Rob Herring 


Re: [PATCH] dmaengine: usb-dmac: Add soctype for R-Car M3-W

2017-08-03 Thread Simon Horman
On Wed, Aug 02, 2017 at 08:33:34PM +0900, Yoshihiro Shimoda wrote:
> This patch adds R-Car M3-W device tree bindings for usb-dmac driver.
> 
> Signed-off-by: Yoshihiro Shimoda 

Reviewed-by: Simon Horman 

> ---
>  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 e7780a1..1be6941 100644
> --- a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> +++ b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> @@ -8,6 +8,7 @@ Required Properties:
> - "renesas,r8a7793-usb-dmac" (R-Car M2-N)
> - "renesas,r8a7794-usb-dmac" (R-Car E2)
> - "renesas,r8a7795-usb-dmac" (R-Car H3)
> +   - "renesas,r8a7796-usb-dmac" (R-Car M3-W)
>  - reg: base address and length of the registers block for the DMAC
>  - interrupts: interrupt specifiers for the DMAC, one for each entry in
>interrupt-names.
> -- 
> 1.9.1
> 


[PATCH] dmaengine: usb-dmac: Add soctype for R-Car M3-W

2017-08-02 Thread Yoshihiro Shimoda
This patch adds R-Car M3-W device tree bindings for usb-dmac driver.

Signed-off-by: Yoshihiro Shimoda 
---
 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 e7780a1..1be6941 100644
--- a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
+++ b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
@@ -8,6 +8,7 @@ Required Properties:
  - "renesas,r8a7793-usb-dmac" (R-Car M2-N)
  - "renesas,r8a7794-usb-dmac" (R-Car E2)
  - "renesas,r8a7795-usb-dmac" (R-Car H3)
+ - "renesas,r8a7796-usb-dmac" (R-Car M3-W)
 - reg: base address and length of the registers block for the DMAC
 - interrupts: interrupt specifiers for the DMAC, one for each entry in
   interrupt-names.
-- 
1.9.1