devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dmaengine: usb-dmac: Add soctype for R-Car M3-W
@ 2017-08-02 11:33 Yoshihiro Shimoda
  2017-08-03  7:40 ` Simon Horman
  2017-08-10 16:25 ` Rob Herring
  0 siblings, 2 replies; 6+ messages in thread
From: Yoshihiro Shimoda @ 2017-08-02 11:33 UTC (permalink / raw)
  To: vinod.koul, robh+dt, mark.rutland
  Cc: dmaengine, linux-renesas-soc, devicetree, Yoshihiro Shimoda

This patch adds R-Car M3-W device tree bindings for usb-dmac driver.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 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

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

* Re: [PATCH] dmaengine: usb-dmac: Add soctype for R-Car M3-W
  2017-08-02 11:33 [PATCH] dmaengine: usb-dmac: Add soctype for R-Car M3-W Yoshihiro Shimoda
@ 2017-08-03  7:40 ` Simon Horman
  2017-08-10 16:25 ` Rob Herring
  1 sibling, 0 replies; 6+ messages in thread
From: Simon Horman @ 2017-08-03  7:40 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: vinod.koul, robh+dt, mark.rutland, dmaengine, linux-renesas-soc,
	devicetree

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 <yoshihiro.shimoda.uh@renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

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

* Re: [PATCH] dmaengine: usb-dmac: Add soctype for R-Car M3-W
  2017-08-02 11:33 [PATCH] dmaengine: usb-dmac: Add soctype for R-Car M3-W Yoshihiro Shimoda
  2017-08-03  7:40 ` Simon Horman
@ 2017-08-10 16:25 ` Rob Herring
  2017-08-25  5:47   ` Yoshihiro Shimoda
  1 sibling, 1 reply; 6+ messages in thread
From: Rob Herring @ 2017-08-10 16:25 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: vinod.koul, mark.rutland, dmaengine, linux-renesas-soc,
	devicetree

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 <yoshihiro.shimoda.uh@renesas.com>
> ---
>  Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Rob Herring <robh@kernel.org>

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

* RE: [PATCH] dmaengine: usb-dmac: Add soctype for R-Car M3-W
  2017-08-10 16:25 ` Rob Herring
@ 2017-08-25  5:47   ` Yoshihiro Shimoda
  2017-08-25  6:33     ` Vinod Koul
  0 siblings, 1 reply; 6+ messages in thread
From: Yoshihiro Shimoda @ 2017-08-25  5:47 UTC (permalink / raw)
  To: Rob Herring, vinod.koul@intel.com
  Cc: mark.rutland@arm.com, dmaengine@vger.kernel.org,
	linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org

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 <yoshihiro.shimoda.uh@renesas.com>
> > ---
> >  Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 +
> >  1 file changed, 1 insertion(+)
> 
> Acked-by: Rob Herring <robh@kernel.org>

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

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

* Re: [PATCH] dmaengine: usb-dmac: Add soctype for R-Car M3-W
  2017-08-25  5:47   ` Yoshihiro Shimoda
@ 2017-08-25  6:33     ` Vinod Koul
  2017-08-25  6:42       ` Yoshihiro Shimoda
  0 siblings, 1 reply; 6+ messages in thread
From: Vinod Koul @ 2017-08-25  6:33 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: Rob Herring, mark.rutland@arm.com, dmaengine@vger.kernel.org,
	linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org

On Fri, Aug 25, 2017 at 05:47:22AM +0000, 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 <yoshihiro.shimoda.uh@renesas.com>
> > > ---
> > >  Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 +
> > >  1 file changed, 1 insertion(+)
> > 
> > Acked-by: Rob Herring <robh@kernel.org>
> 
> 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

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

* RE: [PATCH] dmaengine: usb-dmac: Add soctype for R-Car M3-W
  2017-08-25  6:33     ` Vinod Koul
@ 2017-08-25  6:42       ` Yoshihiro Shimoda
  0 siblings, 0 replies; 6+ messages in thread
From: Yoshihiro Shimoda @ 2017-08-25  6:42 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Rob Herring, mark.rutland@arm.com, dmaengine@vger.kernel.org,
	linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org

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 +0000, 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 <yoshihiro.shimoda.uh@renesas.com>
> > > > ---
> > > >  Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 +
> > > >  1 file changed, 1 insertion(+)
> > >
> > > Acked-by: Rob Herring <robh@kernel.org>
> >
> > 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 majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-08-25  6:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-02 11:33 [PATCH] dmaengine: usb-dmac: Add soctype for R-Car M3-W Yoshihiro Shimoda
2017-08-03  7:40 ` Simon Horman
2017-08-10 16:25 ` Rob Herring
2017-08-25  5:47   ` Yoshihiro Shimoda
2017-08-25  6:33     ` Vinod Koul
2017-08-25  6:42       ` Yoshihiro Shimoda

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