linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Document r8a774a1 USB bindings
@ 2018-08-24  7:56 Fabrizio Castro
  2018-08-24  7:56 ` [PATCH 1/6] dt-bindings: rcar-gen3-phy-usb2: Add r8a774a1 support Fabrizio Castro
                   ` (6 more replies)
  0 siblings, 7 replies; 27+ messages in thread
From: Fabrizio Castro @ 2018-08-24  7:56 UTC (permalink / raw)
  To: Vinod Koul, Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, Greg Kroah-Hartman, Kishon Vijay Abraham I,
	Yoshihiro Shimoda, Biju Das, dmaengine, devicetree, linux-usb,
	Simon Horman, Geert Uytterhoeven, Chris Paterson,
	linux-renesas-soc, linux-kernel

Dear All,

this series aims at documenting USB related dt-bindings for the
r8a774a1.

Applies on next-20180823.

Thanks,
Fab

Biju Das (1):
  dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1

Fabrizio Castro (5):
  dt-bindings: rcar-gen3-phy-usb2: Add r8a774a1 support
  dt-bindings: rcar-gen3-phy-usb3: Add r8a774a1 support
  dt-bindings: usb-xhci: Add r8a774a1 support
  dt-bindings: usb: renesas_usbhs: Add r8a774a1 support
  usb: gadget: udc: renesas_usb3: Add r8a774a1 support

 Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt   |  1 +
 Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt |  9 ++++++---
 Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt | 10 ++++++----
 Documentation/devicetree/bindings/usb/renesas_usb3.txt       |  5 +++--
 Documentation/devicetree/bindings/usb/renesas_usbhs.txt      |  3 ++-
 Documentation/devicetree/bindings/usb/usb-xhci.txt           |  4 +++-
 6 files changed, 21 insertions(+), 11 deletions(-)

-- 
2.7.4


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

* [PATCH 1/6] dt-bindings: rcar-gen3-phy-usb2: Add r8a774a1 support
  2018-08-24  7:56 [PATCH 0/6] Document r8a774a1 USB bindings Fabrizio Castro
@ 2018-08-24  7:56 ` Fabrizio Castro
  2018-08-30 12:08   ` Simon Horman
  2018-08-31 12:18   ` Rob Herring
  2018-08-24  7:56 ` [PATCH 2/6] dt-bindings: rcar-gen3-phy-usb3: " Fabrizio Castro
                   ` (5 subsequent siblings)
  6 siblings, 2 replies; 27+ messages in thread
From: Fabrizio Castro @ 2018-08-24  7:56 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, Greg Kroah-Hartman, Yoshihiro Shimoda,
	Kishon Vijay Abraham I, Biju Das, Geert Uytterhoeven, devicetree,
	Simon Horman, Chris Paterson, linux-renesas-soc, linux-kernel

Document RZ/G2M (R8A774A1) SoC bindings.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Biju Das <biju.das@bp.renesas.com>
---
 Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt
index fb4a204..6a4b5b6 100644
--- a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt
+++ b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt
@@ -1,10 +1,12 @@
 * Renesas R-Car generation 3 USB 2.0 PHY
 
 This file provides information on what the device node for the R-Car generation
-3 USB 2.0 PHY contains.
+3 and RZ/G2 USB 2.0 PHY contain.
 
 Required properties:
-- compatible: "renesas,usb2-phy-r8a7795" if the device is a part of an R8A7795
+- compatible: "renesas,usb2-phy-r8a774a1" if the device is a part of an R8A774A1
+	      SoC.
+	      "renesas,usb2-phy-r8a7795" if the device is a part of an R8A7795
 	      SoC.
 	      "renesas,usb2-phy-r8a7796" if the device is a part of an R8A7796
 	      SoC.
@@ -14,7 +16,8 @@ Required properties:
 	      R8A77990 SoC.
 	      "renesas,usb2-phy-r8a77995" if the device is a part of an
 	      R8A77995 SoC.
-	      "renesas,rcar-gen3-usb2-phy" for a generic R-Car Gen3 compatible device.
+	      "renesas,rcar-gen3-usb2-phy" for a generic R-Car Gen3 or RZ/G2
+	      compatible device.
 
 	      When compatible with the generic version, nodes must list the
 	      SoC-specific version corresponding to the platform first
-- 
2.7.4


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

* [PATCH 2/6] dt-bindings: rcar-gen3-phy-usb3: Add r8a774a1 support
  2018-08-24  7:56 [PATCH 0/6] Document r8a774a1 USB bindings Fabrizio Castro
  2018-08-24  7:56 ` [PATCH 1/6] dt-bindings: rcar-gen3-phy-usb2: Add r8a774a1 support Fabrizio Castro
@ 2018-08-24  7:56 ` Fabrizio Castro
  2018-08-30 12:08   ` Simon Horman
  2018-08-31 12:19   ` Rob Herring
  2018-08-24  7:56 ` [PATCH 3/6] dt-bindings: usb-xhci: " Fabrizio Castro
                   ` (4 subsequent siblings)
  6 siblings, 2 replies; 27+ messages in thread
From: Fabrizio Castro @ 2018-08-24  7:56 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, Greg Kroah-Hartman, Kishon Vijay Abraham I,
	Biju Das, Geert Uytterhoeven, Yoshihiro Shimoda, devicetree,
	Simon Horman, Chris Paterson, linux-renesas-soc, linux-kernel

Document RZ/G2M (R8A774A1) SoC bindings.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Biju Das <biju.das@bp.renesas.com>
---
 Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt
index 47dd296..9d98266 100644
--- a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt
+++ b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt
@@ -1,20 +1,22 @@
 * Renesas R-Car generation 3 USB 3.0 PHY
 
 This file provides information on what the device node for the R-Car generation
-3 USB 3.0 PHY contains.
+3 and RZ/G2 USB 3.0 PHY contain.
 If you want to enable spread spectrum clock (ssc), you should use USB_EXTAL
 instead of USB3_CLK. However, if you don't want to these features, you don't
 need this driver.
 
 Required properties:
-- compatible: "renesas,r8a7795-usb3-phy" if the device is a part of an R8A7795
+- compatible: "renesas,r8a774a1-usb3-phy" if the device is a part of an R8A774A1
+	      SoC.
+	      "renesas,r8a7795-usb3-phy" if the device is a part of an R8A7795
 	      SoC.
 	      "renesas,r8a7796-usb3-phy" if the device is a part of an R8A7796
 	      SoC.
 	      "renesas,r8a77965-usb3-phy" if the device is a part of an
 	      R8A77965 SoC.
-	      "renesas,rcar-gen3-usb3-phy" for a generic R-Car Gen3 compatible
-	      device.
+	      "renesas,rcar-gen3-usb3-phy" for a generic R-Car Gen3 or RZ/G2
+	      compatible device.
 
 	      When compatible with the generic version, nodes must list the
 	      SoC-specific version corresponding to the platform first
-- 
2.7.4


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

* [PATCH 3/6] dt-bindings: usb-xhci: Add r8a774a1 support
  2018-08-24  7:56 [PATCH 0/6] Document r8a774a1 USB bindings Fabrizio Castro
  2018-08-24  7:56 ` [PATCH 1/6] dt-bindings: rcar-gen3-phy-usb2: Add r8a774a1 support Fabrizio Castro
  2018-08-24  7:56 ` [PATCH 2/6] dt-bindings: rcar-gen3-phy-usb3: " Fabrizio Castro
@ 2018-08-24  7:56 ` Fabrizio Castro
  2018-08-30 12:08   ` Simon Horman
  2018-08-31 12:20   ` Rob Herring
  2018-08-24  7:56 ` [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1 Fabrizio Castro
                   ` (3 subsequent siblings)
  6 siblings, 2 replies; 27+ messages in thread
From: Fabrizio Castro @ 2018-08-24  7:56 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, Greg Kroah-Hartman, linux-usb, devicetree,
	Simon Horman, Geert Uytterhoeven, Chris Paterson, Biju Das,
	linux-renesas-soc, linux-kernel

Document RZ/G2M (R8A774A1) SoC bindings.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Biju Das <biju.das@bp.renesas.com>
---
 Documentation/devicetree/bindings/usb/usb-xhci.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/usb/usb-xhci.txt b/Documentation/devicetree/bindings/usb/usb-xhci.txt
index ac4cd0d..fb564e7 100644
--- a/Documentation/devicetree/bindings/usb/usb-xhci.txt
+++ b/Documentation/devicetree/bindings/usb/usb-xhci.txt
@@ -8,6 +8,7 @@ Required properties:
     - "marvell,armada-375-xhci" for Armada 375 SoCs
     - "marvell,armada-380-xhci" for Armada 38x SoCs
     - "renesas,xhci-r8a7743" for r8a7743 SoC
+    - "renesas,xhci-r8a774a1" for r8a774a1 SoC
     - "renesas,xhci-r8a7790" for r8a7790 SoC
     - "renesas,xhci-r8a7791" for r8a7791 SoC
     - "renesas,xhci-r8a7793" for r8a7793 SoC
@@ -17,7 +18,8 @@ Required properties:
     - "renesas,xhci-r8a77990" for r8a77990 SoC
     - "renesas,rcar-gen2-xhci" for a generic R-Car Gen2 or RZ/G1 compatible
       device
-    - "renesas,rcar-gen3-xhci" for a generic R-Car Gen3 compatible device
+    - "renesas,rcar-gen3-xhci" for a generic R-Car Gen3 or RZ/G2 compatible
+      device
     - "xhci-platform" (deprecated)
 
     When compatible with the generic version, nodes must list the
-- 
2.7.4


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

* [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1
  2018-08-24  7:56 [PATCH 0/6] Document r8a774a1 USB bindings Fabrizio Castro
                   ` (2 preceding siblings ...)
  2018-08-24  7:56 ` [PATCH 3/6] dt-bindings: usb-xhci: " Fabrizio Castro
@ 2018-08-24  7:56 ` Fabrizio Castro
  2018-08-27  4:54   ` Vinod
                     ` (5 more replies)
  2018-08-24  7:56 ` [PATCH 5/6] dt-bindings: usb: renesas_usbhs: Add r8a774a1 support Fabrizio Castro
                   ` (2 subsequent siblings)
  6 siblings, 6 replies; 27+ messages in thread
From: Fabrizio Castro @ 2018-08-24  7:56 UTC (permalink / raw)
  To: Vinod Koul, Rob Herring, Mark Rutland
  Cc: Biju Das, Greg Kroah-Hartman, dmaengine, devicetree,
	Simon Horman, Geert Uytterhoeven, Chris Paterson,
	Fabrizio Castro, linux-renesas-soc, linux-kernel

From: Biju Das <biju.das@bp.renesas.com>

This patch adds binding for r8a774a1 (RZ/G2M).

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.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 482e543..417ca90 100644
--- a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
+++ b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
@@ -5,6 +5,7 @@ Required Properties:
 	Examples with soctypes are:
 	  - "renesas,r8a7743-usb-dmac" (RZ/G1M)
 	  - "renesas,r8a7745-usb-dmac" (RZ/G1E)
+	  - "renesas,r8a774a1-usb-dmac" (RZ/G2M)
 	  - "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


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

* [PATCH 5/6] dt-bindings: usb: renesas_usbhs: Add r8a774a1 support
  2018-08-24  7:56 [PATCH 0/6] Document r8a774a1 USB bindings Fabrizio Castro
                   ` (3 preceding siblings ...)
  2018-08-24  7:56 ` [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1 Fabrizio Castro
@ 2018-08-24  7:56 ` Fabrizio Castro
  2018-08-30 12:09   ` Simon Horman
  2018-08-31 12:20   ` Rob Herring
  2018-08-24  7:56 ` [PATCH 6/6] usb: gadget: udc: renesas_usb3: " Fabrizio Castro
  2018-08-30  3:01 ` [PATCH 0/6] Document r8a774a1 USB bindings Yoshihiro Shimoda
  6 siblings, 2 replies; 27+ messages in thread
From: Fabrizio Castro @ 2018-08-24  7:56 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, Greg Kroah-Hartman, linux-usb, devicetree,
	Simon Horman, Geert Uytterhoeven, Chris Paterson, Biju Das,
	linux-renesas-soc, linux-kernel

Document RZ/G2M (R8A774A1) SoC bindings.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Biju Das <biju.das@bp.renesas.com>
---
 Documentation/devicetree/bindings/usb/renesas_usbhs.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/usb/renesas_usbhs.txt b/Documentation/devicetree/bindings/usb/renesas_usbhs.txt
index 43960fa..087140a 100644
--- a/Documentation/devicetree/bindings/usb/renesas_usbhs.txt
+++ b/Documentation/devicetree/bindings/usb/renesas_usbhs.txt
@@ -5,6 +5,7 @@ Required properties:
 
 	- "renesas,usbhs-r8a7743" for r8a7743 (RZ/G1M) compatible device
 	- "renesas,usbhs-r8a7745" for r8a7745 (RZ/G1E) compatible device
+	- "renesas,usbhs-r8a774a1" for r8a774a1 (RZ/G2M) compatible device
 	- "renesas,usbhs-r8a7790" for r8a7790 (R-Car H2) compatible device
 	- "renesas,usbhs-r8a7791" for r8a7791 (R-Car M2-W) compatible device
 	- "renesas,usbhs-r8a7792" for r8a7792 (R-Car V2H) compatible device
@@ -16,7 +17,7 @@ Required properties:
 	- "renesas,usbhs-r8a77995" for r8a77995 (R-Car D3) compatible device
 	- "renesas,usbhs-r7s72100" for r7s72100 (RZ/A1) compatible device
 	- "renesas,rcar-gen2-usbhs" for R-Car Gen2 or RZ/G1 compatible devices
-	- "renesas,rcar-gen3-usbhs" for R-Car Gen3 compatible device
+	- "renesas,rcar-gen3-usbhs" for R-Car Gen3 or RZ/G2 compatible devices
 	- "renesas,rza1-usbhs" for RZ/A1 compatible device
 
 	When compatible with the generic version, nodes must list the
-- 
2.7.4


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

* [PATCH 6/6] usb: gadget: udc: renesas_usb3: Add r8a774a1 support
  2018-08-24  7:56 [PATCH 0/6] Document r8a774a1 USB bindings Fabrizio Castro
                   ` (4 preceding siblings ...)
  2018-08-24  7:56 ` [PATCH 5/6] dt-bindings: usb: renesas_usbhs: Add r8a774a1 support Fabrizio Castro
@ 2018-08-24  7:56 ` Fabrizio Castro
  2018-08-30 12:09   ` Simon Horman
  2018-08-31 12:20   ` Rob Herring
  2018-08-30  3:01 ` [PATCH 0/6] Document r8a774a1 USB bindings Yoshihiro Shimoda
  6 siblings, 2 replies; 27+ messages in thread
From: Fabrizio Castro @ 2018-08-24  7:56 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, Greg Kroah-Hartman, linux-usb, devicetree,
	Simon Horman, Geert Uytterhoeven, Chris Paterson, Biju Das,
	linux-renesas-soc, linux-kernel

Document RZ/G2M (R8A774A1) SoC bindings.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Biju Das <biju.das@bp.renesas.com>
---
 Documentation/devicetree/bindings/usb/renesas_usb3.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/usb/renesas_usb3.txt b/Documentation/devicetree/bindings/usb/renesas_usb3.txt
index 2c071bb5..b22f0a5 100644
--- a/Documentation/devicetree/bindings/usb/renesas_usb3.txt
+++ b/Documentation/devicetree/bindings/usb/renesas_usb3.txt
@@ -2,11 +2,12 @@ Renesas Electronics USB3.0 Peripheral driver
 
 Required properties:
   - compatible: Must contain one of the following:
+	- "renesas,r8a774a1-usb3-peri"
 	- "renesas,r8a7795-usb3-peri"
 	- "renesas,r8a7796-usb3-peri"
 	- "renesas,r8a77965-usb3-peri"
-	- "renesas,rcar-gen3-usb3-peri" for a generic R-Car Gen3 compatible
-	  device
+	- "renesas,rcar-gen3-usb3-peri" for a generic R-Car Gen3 or RZ/G2
+	  compatible device
 
     When compatible with the generic version, nodes must list the
     SoC-specific version corresponding to the platform first
-- 
2.7.4


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

* Re: [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1
  2018-08-24  7:56 ` [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1 Fabrizio Castro
@ 2018-08-27  4:54   ` Vinod
  2018-08-30 12:09   ` Simon Horman
                     ` (4 subsequent siblings)
  5 siblings, 0 replies; 27+ messages in thread
From: Vinod @ 2018-08-27  4:54 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Rob Herring, Mark Rutland, Biju Das, Greg Kroah-Hartman,
	dmaengine, devicetree, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, linux-renesas-soc, linux-kernel

On 24-08-18, 08:56, Fabrizio Castro wrote:
> From: Biju Das <biju.das@bp.renesas.com>
> 
> This patch adds binding for r8a774a1 (RZ/G2M).

Acked-by: Vinod Koul <vkoul@kernel.org>

-- 
~Vinod

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

* RE: [PATCH 0/6] Document r8a774a1 USB bindings
  2018-08-24  7:56 [PATCH 0/6] Document r8a774a1 USB bindings Fabrizio Castro
                   ` (5 preceding siblings ...)
  2018-08-24  7:56 ` [PATCH 6/6] usb: gadget: udc: renesas_usb3: " Fabrizio Castro
@ 2018-08-30  3:01 ` Yoshihiro Shimoda
  6 siblings, 0 replies; 27+ messages in thread
From: Yoshihiro Shimoda @ 2018-08-30  3:01 UTC (permalink / raw)
  To: Fabrizio Castro, Vinod Koul, Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, Greg Kroah-Hartman, Kishon Vijay Abraham I,
	Biju Das, dmaengine, devicetree, linux-usb, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, linux-renesas-soc,
	linux-kernel

Hi Fabrizio-san,

> From: Fabrizio Castro, Sent: Friday, August 24, 2018 4:56 PM
> To: Vinod Koul <vkoul@kernel.org>; Rob Herring <robh+dt@kernel.org>; Mark Rutland <mark.rutland@arm.com>
> Cc: Fabrizio Castro <fabrizio.castro@bp.renesas.com>; Greg Kroah-Hartman <gregkh@linuxfoundation.org>; Kishon Vijay
> Abraham I <kishon@ti.com>; Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>; Biju Das <biju.das@bp.renesas.com>;
> dmaengine@vger.kernel.org; devicetree@vger.kernel.org; linux-usb@vger.kernel.org; Simon Horman <horms@verge.net.au>;
> Geert Uytterhoeven <geert+renesas@glider.be>; Chris Paterson <Chris.Paterson2@renesas.com>;
> linux-renesas-soc@vger.kernel.org; linux-kernel@vger.kernel.org
> Subject: [PATCH 0/6] Document r8a774a1 USB bindings
> 
> Dear All,
> 
> this series aims at documenting USB related dt-bindings for the
> r8a774a1.
> 
> Applies on next-20180823.
> 
> Thanks,
> Fab
> 
> Biju Das (1):
>   dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1
> 
> Fabrizio Castro (5):
>   dt-bindings: rcar-gen3-phy-usb2: Add r8a774a1 support
>   dt-bindings: rcar-gen3-phy-usb3: Add r8a774a1 support
>   dt-bindings: usb-xhci: Add r8a774a1 support
>   dt-bindings: usb: renesas_usbhs: Add r8a774a1 support
>   usb: gadget: udc: renesas_usb3: Add r8a774a1 support

Thank you for the patch.
For this series:

Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Best regards,
Yoshihiro Shimoda


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

* Re: [PATCH 1/6] dt-bindings: rcar-gen3-phy-usb2: Add r8a774a1 support
  2018-08-24  7:56 ` [PATCH 1/6] dt-bindings: rcar-gen3-phy-usb2: Add r8a774a1 support Fabrizio Castro
@ 2018-08-30 12:08   ` Simon Horman
  2018-08-31 12:18   ` Rob Herring
  1 sibling, 0 replies; 27+ messages in thread
From: Simon Horman @ 2018-08-30 12:08 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Rob Herring, Mark Rutland, Greg Kroah-Hartman, Yoshihiro Shimoda,
	Kishon Vijay Abraham I, Biju Das, Geert Uytterhoeven, devicetree,
	Chris Paterson, linux-renesas-soc, linux-kernel

On Fri, Aug 24, 2018 at 08:56:10AM +0100, Fabrizio Castro wrote:
> Document RZ/G2M (R8A774A1) SoC bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>

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


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

* Re: [PATCH 2/6] dt-bindings: rcar-gen3-phy-usb3: Add r8a774a1 support
  2018-08-24  7:56 ` [PATCH 2/6] dt-bindings: rcar-gen3-phy-usb3: " Fabrizio Castro
@ 2018-08-30 12:08   ` Simon Horman
  2018-08-31 12:19   ` Rob Herring
  1 sibling, 0 replies; 27+ messages in thread
From: Simon Horman @ 2018-08-30 12:08 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Rob Herring, Mark Rutland, Greg Kroah-Hartman,
	Kishon Vijay Abraham I, Biju Das, Geert Uytterhoeven,
	Yoshihiro Shimoda, devicetree, Chris Paterson, linux-renesas-soc,
	linux-kernel

On Fri, Aug 24, 2018 at 08:56:11AM +0100, Fabrizio Castro wrote:
> Document RZ/G2M (R8A774A1) SoC bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>

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


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

* Re: [PATCH 3/6] dt-bindings: usb-xhci: Add r8a774a1 support
  2018-08-24  7:56 ` [PATCH 3/6] dt-bindings: usb-xhci: " Fabrizio Castro
@ 2018-08-30 12:08   ` Simon Horman
  2018-08-31 12:20   ` Rob Herring
  1 sibling, 0 replies; 27+ messages in thread
From: Simon Horman @ 2018-08-30 12:08 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Rob Herring, Mark Rutland, Greg Kroah-Hartman, linux-usb,
	devicetree, Geert Uytterhoeven, Chris Paterson, Biju Das,
	linux-renesas-soc, linux-kernel

On Fri, Aug 24, 2018 at 08:56:12AM +0100, Fabrizio Castro wrote:
> Document RZ/G2M (R8A774A1) SoC bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>

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


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

* Re: [PATCH 5/6] dt-bindings: usb: renesas_usbhs: Add r8a774a1 support
  2018-08-24  7:56 ` [PATCH 5/6] dt-bindings: usb: renesas_usbhs: Add r8a774a1 support Fabrizio Castro
@ 2018-08-30 12:09   ` Simon Horman
  2018-08-31 12:20   ` Rob Herring
  1 sibling, 0 replies; 27+ messages in thread
From: Simon Horman @ 2018-08-30 12:09 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Rob Herring, Mark Rutland, Greg Kroah-Hartman, linux-usb,
	devicetree, Geert Uytterhoeven, Chris Paterson, Biju Das,
	linux-renesas-soc, linux-kernel

On Fri, Aug 24, 2018 at 08:56:14AM +0100, Fabrizio Castro wrote:
> Document RZ/G2M (R8A774A1) SoC bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>

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


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

* Re: [PATCH 6/6] usb: gadget: udc: renesas_usb3: Add r8a774a1 support
  2018-08-24  7:56 ` [PATCH 6/6] usb: gadget: udc: renesas_usb3: " Fabrizio Castro
@ 2018-08-30 12:09   ` Simon Horman
  2018-08-31 12:20   ` Rob Herring
  1 sibling, 0 replies; 27+ messages in thread
From: Simon Horman @ 2018-08-30 12:09 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Rob Herring, Mark Rutland, Greg Kroah-Hartman, linux-usb,
	devicetree, Geert Uytterhoeven, Chris Paterson, Biju Das,
	linux-renesas-soc, linux-kernel

On Fri, Aug 24, 2018 at 08:56:15AM +0100, Fabrizio Castro wrote:
> Document RZ/G2M (R8A774A1) SoC bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>

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


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

* Re: [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1
  2018-08-24  7:56 ` [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1 Fabrizio Castro
  2018-08-27  4:54   ` Vinod
@ 2018-08-30 12:09   ` Simon Horman
  2018-08-31 12:20   ` Rob Herring
                     ` (3 subsequent siblings)
  5 siblings, 0 replies; 27+ messages in thread
From: Simon Horman @ 2018-08-30 12:09 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Vinod Koul, Rob Herring, Mark Rutland, Biju Das,
	Greg Kroah-Hartman, dmaengine, devicetree, Geert Uytterhoeven,
	Chris Paterson, linux-renesas-soc, linux-kernel

On Fri, Aug 24, 2018 at 08:56:13AM +0100, Fabrizio Castro wrote:
> From: Biju Das <biju.das@bp.renesas.com>
> 
> This patch adds binding for r8a774a1 (RZ/G2M).
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

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


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

* Re: [PATCH 1/6] dt-bindings: rcar-gen3-phy-usb2: Add r8a774a1 support
  2018-08-24  7:56 ` [PATCH 1/6] dt-bindings: rcar-gen3-phy-usb2: Add r8a774a1 support Fabrizio Castro
  2018-08-30 12:08   ` Simon Horman
@ 2018-08-31 12:18   ` Rob Herring
  1 sibling, 0 replies; 27+ messages in thread
From: Rob Herring @ 2018-08-31 12:18 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Mark Rutland, Fabrizio Castro, Greg Kroah-Hartman,
	Yoshihiro Shimoda, Kishon Vijay Abraham I, Biju Das,
	Geert Uytterhoeven, devicetree, Simon Horman, Chris Paterson,
	linux-renesas-soc, linux-kernel

On Fri, 24 Aug 2018 08:56:10 +0100, Fabrizio Castro wrote:
> Document RZ/G2M (R8A774A1) SoC bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)
> 

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

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

* Re: [PATCH 2/6] dt-bindings: rcar-gen3-phy-usb3: Add r8a774a1 support
  2018-08-24  7:56 ` [PATCH 2/6] dt-bindings: rcar-gen3-phy-usb3: " Fabrizio Castro
  2018-08-30 12:08   ` Simon Horman
@ 2018-08-31 12:19   ` Rob Herring
  1 sibling, 0 replies; 27+ messages in thread
From: Rob Herring @ 2018-08-31 12:19 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Mark Rutland, Fabrizio Castro, Greg Kroah-Hartman,
	Kishon Vijay Abraham I, Biju Das, Geert Uytterhoeven,
	Yoshihiro Shimoda, devicetree, Simon Horman, Chris Paterson,
	linux-renesas-soc, linux-kernel

On Fri, 24 Aug 2018 08:56:11 +0100, Fabrizio Castro wrote:
> Document RZ/G2M (R8A774A1) SoC bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt | 10 ++++++----
>  1 file changed, 6 insertions(+), 4 deletions(-)
> 

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

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

* Re: [PATCH 3/6] dt-bindings: usb-xhci: Add r8a774a1 support
  2018-08-24  7:56 ` [PATCH 3/6] dt-bindings: usb-xhci: " Fabrizio Castro
  2018-08-30 12:08   ` Simon Horman
@ 2018-08-31 12:20   ` Rob Herring
  1 sibling, 0 replies; 27+ messages in thread
From: Rob Herring @ 2018-08-31 12:20 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Mark Rutland, Fabrizio Castro, Greg Kroah-Hartman, linux-usb,
	devicetree, Simon Horman, Geert Uytterhoeven, Chris Paterson,
	Biju Das, linux-renesas-soc, linux-kernel

On Fri, 24 Aug 2018 08:56:12 +0100, Fabrizio Castro wrote:
> Document RZ/G2M (R8A774A1) SoC bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/usb/usb-xhci.txt | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 

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

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

* Re: [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1
  2018-08-24  7:56 ` [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1 Fabrizio Castro
  2018-08-27  4:54   ` Vinod
  2018-08-30 12:09   ` Simon Horman
@ 2018-08-31 12:20   ` Rob Herring
  2018-11-08 12:48   ` Fabrizio Castro
                     ` (2 subsequent siblings)
  5 siblings, 0 replies; 27+ messages in thread
From: Rob Herring @ 2018-08-31 12:20 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Vinod Koul, Mark Rutland, Biju Das, Greg Kroah-Hartman,
	dmaengine, devicetree, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, Fabrizio Castro, linux-renesas-soc, linux-kernel

On Fri, 24 Aug 2018 08:56:13 +0100, Fabrizio Castro wrote:
> From: Biju Das <biju.das@bp.renesas.com>
> 
> This patch adds binding for r8a774a1 (RZ/G2M).
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

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

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

* Re: [PATCH 5/6] dt-bindings: usb: renesas_usbhs: Add r8a774a1 support
  2018-08-24  7:56 ` [PATCH 5/6] dt-bindings: usb: renesas_usbhs: Add r8a774a1 support Fabrizio Castro
  2018-08-30 12:09   ` Simon Horman
@ 2018-08-31 12:20   ` Rob Herring
  1 sibling, 0 replies; 27+ messages in thread
From: Rob Herring @ 2018-08-31 12:20 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Mark Rutland, Fabrizio Castro, Greg Kroah-Hartman, linux-usb,
	devicetree, Simon Horman, Geert Uytterhoeven, Chris Paterson,
	Biju Das, linux-renesas-soc, linux-kernel

On Fri, 24 Aug 2018 08:56:14 +0100, Fabrizio Castro wrote:
> Document RZ/G2M (R8A774A1) SoC bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/usb/renesas_usbhs.txt | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 

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

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

* Re: [PATCH 6/6] usb: gadget: udc: renesas_usb3: Add r8a774a1 support
  2018-08-24  7:56 ` [PATCH 6/6] usb: gadget: udc: renesas_usb3: " Fabrizio Castro
  2018-08-30 12:09   ` Simon Horman
@ 2018-08-31 12:20   ` Rob Herring
  1 sibling, 0 replies; 27+ messages in thread
From: Rob Herring @ 2018-08-31 12:20 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Mark Rutland, Fabrizio Castro, Greg Kroah-Hartman, linux-usb,
	devicetree, Simon Horman, Geert Uytterhoeven, Chris Paterson,
	Biju Das, linux-renesas-soc, linux-kernel

On Fri, 24 Aug 2018 08:56:15 +0100, Fabrizio Castro wrote:
> Document RZ/G2M (R8A774A1) SoC bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/usb/renesas_usb3.txt | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 

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

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

* RE: [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1
  2018-08-24  7:56 ` [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1 Fabrizio Castro
                     ` (2 preceding siblings ...)
  2018-08-31 12:20   ` Rob Herring
@ 2018-11-08 12:48   ` Fabrizio Castro
  2018-11-08 13:21     ` Simon Horman
  2018-11-08 13:26   ` Simon Horman
  2018-11-08 14:12   ` Fabrizio Castro
  5 siblings, 1 reply; 27+ messages in thread
From: Fabrizio Castro @ 2018-11-08 12:48 UTC (permalink / raw)
  To: Fabrizio Castro, Vinod Koul, Rob Herring, Mark Rutland
  Cc: Biju Das, Greg Kroah-Hartman, dmaengine, devicetree,
	Simon Horman, Geert Uytterhoeven, Chris Paterson,
	linux-renesas-soc, linux-kernel

Dear All,

Who is the best person to take this patch?

Thanks,
Fab

> From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Sent: 24 August 2018 08:56
> Subject: [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1
>
> From: Biju Das <biju.das@bp.renesas.com>
>
> This patch adds binding for r8a774a1 (RZ/G2M).
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.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 482e543..417ca90 100644
> --- a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> +++ b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> @@ -5,6 +5,7 @@ Required Properties:
>  Examples with soctypes are:
>    - "renesas,r8a7743-usb-dmac" (RZ/G1M)
>    - "renesas,r8a7745-usb-dmac" (RZ/G1E)
> +  - "renesas,r8a774a1-usb-dmac" (RZ/G2M)
>    - "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.

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

* Re: [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1
  2018-11-08 12:48   ` Fabrizio Castro
@ 2018-11-08 13:21     ` Simon Horman
  2018-11-08 14:13       ` Fabrizio Castro
  2018-11-11  9:19       ` Vinod Koul
  0 siblings, 2 replies; 27+ messages in thread
From: Simon Horman @ 2018-11-08 13:21 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Vinod Koul, Rob Herring, Mark Rutland, Biju Das,
	Greg Kroah-Hartman, dmaengine, devicetree, Geert Uytterhoeven,
	Chris Paterson, linux-renesas-soc, linux-kernel

On Thu, Nov 08, 2018 at 12:48:46PM +0000, Fabrizio Castro wrote:
> Dear All,
> 
> Who is the best person to take this patch?

I believe this one is for Vinod.

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

* Re: [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1
  2018-08-24  7:56 ` [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1 Fabrizio Castro
                     ` (3 preceding siblings ...)
  2018-11-08 12:48   ` Fabrizio Castro
@ 2018-11-08 13:26   ` Simon Horman
  2018-11-08 14:12   ` Fabrizio Castro
  5 siblings, 0 replies; 27+ messages in thread
From: Simon Horman @ 2018-11-08 13:26 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Vinod Koul, Rob Herring, Mark Rutland, Biju Das,
	Greg Kroah-Hartman, dmaengine, devicetree, Geert Uytterhoeven,
	Chris Paterson, linux-renesas-soc, linux-kernel

On Fri, Aug 24, 2018 at 08:56:13AM +0100, Fabrizio Castro wrote:
> From: Biju Das <biju.das@bp.renesas.com>
> 
> This patch adds binding for r8a774a1 (RZ/G2M).
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

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


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

* RE: [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1
  2018-08-24  7:56 ` [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1 Fabrizio Castro
                     ` (4 preceding siblings ...)
  2018-11-08 13:26   ` Simon Horman
@ 2018-11-08 14:12   ` Fabrizio Castro
  5 siblings, 0 replies; 27+ messages in thread
From: Fabrizio Castro @ 2018-11-08 14:12 UTC (permalink / raw)
  To: Fabrizio Castro, Vinod Koul, Rob Herring, Mark Rutland
  Cc: Biju Das, Greg Kroah-Hartman, dmaengine, devicetree,
	Simon Horman, Geert Uytterhoeven, Chris Paterson,
	linux-renesas-soc, linux-kernel

Hello Vinod,

Do you think you can take this patch?

Thanks,
Fab

> From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Sent: 24 August 2018 08:56
> Subject: [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1
>
> From: Biju Das <biju.das@bp.renesas.com>
>
> This patch adds binding for r8a774a1 (RZ/G2M).
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.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 482e543..417ca90 100644
> --- a/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> +++ b/Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt
> @@ -5,6 +5,7 @@ Required Properties:
>  Examples with soctypes are:
>    - "renesas,r8a7743-usb-dmac" (RZ/G1M)
>    - "renesas,r8a7745-usb-dmac" (RZ/G1E)
> +  - "renesas,r8a774a1-usb-dmac" (RZ/G2M)
>    - "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.

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

* RE: [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1
  2018-11-08 13:21     ` Simon Horman
@ 2018-11-08 14:13       ` Fabrizio Castro
  2018-11-11  9:19       ` Vinod Koul
  1 sibling, 0 replies; 27+ messages in thread
From: Fabrizio Castro @ 2018-11-08 14:13 UTC (permalink / raw)
  To: Simon Horman
  Cc: Vinod Koul, Rob Herring, Mark Rutland, Biju Das,
	Greg Kroah-Hartman, dmaengine, devicetree, Geert Uytterhoeven,
	Chris Paterson, linux-renesas-soc, linux-kernel

Thank you Simon for getting back to me.

> From: Simon Horman <horms@verge.net.au>
> Sent: 08 November 2018 13:21
> Subject: Re: [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1
>
> On Thu, Nov 08, 2018 at 12:48:46PM +0000, Fabrizio Castro wrote:
> > Dear All,
> >
> > Who is the best person to take this patch?
>
> I believe this one is for Vinod.



Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.

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

* Re: [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1
  2018-11-08 13:21     ` Simon Horman
  2018-11-08 14:13       ` Fabrizio Castro
@ 2018-11-11  9:19       ` Vinod Koul
  1 sibling, 0 replies; 27+ messages in thread
From: Vinod Koul @ 2018-11-11  9:19 UTC (permalink / raw)
  To: Simon Horman
  Cc: Fabrizio Castro, Rob Herring, Mark Rutland, Biju Das,
	Greg Kroah-Hartman, dmaengine, devicetree, Geert Uytterhoeven,
	Chris Paterson, linux-renesas-soc, linux-kernel

On 08-11-18, 14:21, Simon Horman wrote:
> On Thu, Nov 08, 2018 at 12:48:46PM +0000, Fabrizio Castro wrote:
> > Dear All,
> > 
> > Who is the best person to take this patch?
> 
> I believe this one is for Vinod.

Please resend it, it is not in my queue

-- 
~Vinod

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

end of thread, other threads:[~2018-11-11  9:19 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-24  7:56 [PATCH 0/6] Document r8a774a1 USB bindings Fabrizio Castro
2018-08-24  7:56 ` [PATCH 1/6] dt-bindings: rcar-gen3-phy-usb2: Add r8a774a1 support Fabrizio Castro
2018-08-30 12:08   ` Simon Horman
2018-08-31 12:18   ` Rob Herring
2018-08-24  7:56 ` [PATCH 2/6] dt-bindings: rcar-gen3-phy-usb3: " Fabrizio Castro
2018-08-30 12:08   ` Simon Horman
2018-08-31 12:19   ` Rob Herring
2018-08-24  7:56 ` [PATCH 3/6] dt-bindings: usb-xhci: " Fabrizio Castro
2018-08-30 12:08   ` Simon Horman
2018-08-31 12:20   ` Rob Herring
2018-08-24  7:56 ` [PATCH 4/6] dt-bindings: dmaengine: usb-dmac: Add binding for r8a774a1 Fabrizio Castro
2018-08-27  4:54   ` Vinod
2018-08-30 12:09   ` Simon Horman
2018-08-31 12:20   ` Rob Herring
2018-11-08 12:48   ` Fabrizio Castro
2018-11-08 13:21     ` Simon Horman
2018-11-08 14:13       ` Fabrizio Castro
2018-11-11  9:19       ` Vinod Koul
2018-11-08 13:26   ` Simon Horman
2018-11-08 14:12   ` Fabrizio Castro
2018-08-24  7:56 ` [PATCH 5/6] dt-bindings: usb: renesas_usbhs: Add r8a774a1 support Fabrizio Castro
2018-08-30 12:09   ` Simon Horman
2018-08-31 12:20   ` Rob Herring
2018-08-24  7:56 ` [PATCH 6/6] usb: gadget: udc: renesas_usb3: " Fabrizio Castro
2018-08-30 12:09   ` Simon Horman
2018-08-31 12:20   ` Rob Herring
2018-08-30  3:01 ` [PATCH 0/6] Document r8a774a1 USB bindings 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).