devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add CAN and CAN-FD support to the RZ/G2N SoC
@ 2019-10-10 14:25 Fabrizio Castro
  2019-10-10 14:25 ` [PATCH net-next v2 1/3] dt-bindings: can: rcar_can: Add r8a774b1 support Fabrizio Castro
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Fabrizio Castro @ 2019-10-10 14:25 UTC (permalink / raw)
  To: Geert Uytterhoeven, Wolfgang Grandegger, Marc Kleine-Budde,
	Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, David S. Miller, Simon Horman, Magnus Damm,
	linux-can, netdev, devicetree, linux-renesas-soc, Chris Paterson,
	Biju Das, Laurent Pinchart, Kieran Bingham, Jacopo Mondi

Dear All,

this series adds CAN and CAN FD support to the RZ/G2N SoC specific dtsi.

Thanks,
Fab

v1->v2:
* Fixed patch 2/3 according to Geert's comment

Fabrizio Castro (3):
  dt-bindings: can: rcar_can: Add r8a774b1 support
  dt-bindings: can: rcar_canfd: document r8a774b1 support
  arm64: dts: renesas: r8a774b1: Add CAN and CAN FD support

 .../devicetree/bindings/net/can/rcar_can.txt       |  5 ++-
 .../devicetree/bindings/net/can/rcar_canfd.txt     |  5 ++-
 arch/arm64/boot/dts/renesas/r8a774b1.dtsi          | 48 ++++++++++++++++++++--
 3 files changed, 51 insertions(+), 7 deletions(-)

-- 
2.7.4

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

* [PATCH net-next v2 1/3] dt-bindings: can: rcar_can: Add r8a774b1 support
  2019-10-10 14:25 [PATCH v2 0/3] Add CAN and CAN-FD support to the RZ/G2N SoC Fabrizio Castro
@ 2019-10-10 14:25 ` Fabrizio Castro
  2019-10-14 18:10   ` Rob Herring
  2019-10-10 14:25 ` [PATCH net-next v2 2/3] dt-bindings: can: rcar_canfd: document " Fabrizio Castro
  2019-10-10 14:26 ` [PATCH v2 3/3] arm64: dts: renesas: r8a774b1: Add CAN and CAN FD support Fabrizio Castro
  2 siblings, 1 reply; 11+ messages in thread
From: Fabrizio Castro @ 2019-10-10 14:25 UTC (permalink / raw)
  To: Geert Uytterhoeven, Wolfgang Grandegger, Marc Kleine-Budde,
	Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, David S. Miller, Simon Horman, Magnus Damm,
	linux-can, netdev, devicetree, linux-renesas-soc, Chris Paterson,
	Biju Das, Laurent Pinchart, Kieran Bingham, Jacopo Mondi

Document RZ/G2N (r8a774b1) SoC specific bindings.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
v1->v2:
* No change

 Documentation/devicetree/bindings/net/can/rcar_can.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/can/rcar_can.txt b/Documentation/devicetree/bindings/net/can/rcar_can.txt
index 19e4a7d..85c6551 100644
--- a/Documentation/devicetree/bindings/net/can/rcar_can.txt
+++ b/Documentation/devicetree/bindings/net/can/rcar_can.txt
@@ -7,6 +7,7 @@ Required properties:
 	      "renesas,can-r8a7745" if CAN controller is a part of R8A7745 SoC.
 	      "renesas,can-r8a77470" if CAN controller is a part of R8A77470 SoC.
 	      "renesas,can-r8a774a1" if CAN controller is a part of R8A774A1 SoC.
+	      "renesas,can-r8a774b1" if CAN controller is a part of R8A774B1 SoC.
 	      "renesas,can-r8a774c0" if CAN controller is a part of R8A774C0 SoC.
 	      "renesas,can-r8a7778" if CAN controller is a part of R8A7778 SoC.
 	      "renesas,can-r8a7779" if CAN controller is a part of R8A7779 SoC.
@@ -36,8 +37,8 @@ Required properties:
 - pinctrl-0: pin control group to be used for this controller.
 - pinctrl-names: must be "default".
 
-Required properties for R8A774A1, R8A774C0, R8A7795, R8A7796, R8A77965,
-R8A77990, and R8A77995:
+Required properties for R8A774A1, R8A774B1, R8A774C0, R8A7795, R8A7796,
+R8A77965, R8A77990, and R8A77995:
 For the denoted SoCs, "clkp2" can be CANFD clock. This is a div6 clock and can
 be used by both CAN and CAN FD controller at the same time. It needs to be
 scaled to maximum frequency if any of these controllers use it. This is done
-- 
2.7.4

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

* [PATCH net-next v2 2/3] dt-bindings: can: rcar_canfd: document r8a774b1 support
  2019-10-10 14:25 [PATCH v2 0/3] Add CAN and CAN-FD support to the RZ/G2N SoC Fabrizio Castro
  2019-10-10 14:25 ` [PATCH net-next v2 1/3] dt-bindings: can: rcar_can: Add r8a774b1 support Fabrizio Castro
@ 2019-10-10 14:25 ` Fabrizio Castro
  2019-10-14 18:10   ` Rob Herring
  2019-10-10 14:26 ` [PATCH v2 3/3] arm64: dts: renesas: r8a774b1: Add CAN and CAN FD support Fabrizio Castro
  2 siblings, 1 reply; 11+ messages in thread
From: Fabrizio Castro @ 2019-10-10 14:25 UTC (permalink / raw)
  To: Geert Uytterhoeven, Wolfgang Grandegger, Marc Kleine-Budde,
	Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, David S. Miller, Simon Horman, Magnus Damm,
	linux-can, netdev, devicetree, linux-renesas-soc, Chris Paterson,
	Biju Das, Laurent Pinchart, Kieran Bingham, Jacopo Mondi

Document the support for rcar_canfd on R8A774B1 SoC devices.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
v1->v2:
* Added the R8A774B1 to the clock paragraph according to Geert's comment

 Documentation/devicetree/bindings/net/can/rcar_canfd.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/can/rcar_canfd.txt b/Documentation/devicetree/bindings/net/can/rcar_canfd.txt
index a901cd9..13a4e34 100644
--- a/Documentation/devicetree/bindings/net/can/rcar_canfd.txt
+++ b/Documentation/devicetree/bindings/net/can/rcar_canfd.txt
@@ -5,6 +5,7 @@ Required properties:
 - compatible: Must contain one or more of the following:
   - "renesas,rcar-gen3-canfd" for R-Car Gen3 and RZ/G2 compatible controllers.
   - "renesas,r8a774a1-canfd" for R8A774A1 (RZ/G2M) compatible controller.
+  - "renesas,r8a774b1-canfd" for R8A774B1 (RZ/G2N) compatible controller.
   - "renesas,r8a774c0-canfd" for R8A774C0 (RZ/G2E) compatible controller.
   - "renesas,r8a7795-canfd" for R8A7795 (R-Car H3) compatible controller.
   - "renesas,r8a7796-canfd" for R8A7796 (R-Car M3-W) compatible controller.
@@ -31,8 +32,8 @@ The name of the child nodes are "channel0" and "channel1" respectively. Each
 child node supports the "status" property only, which is used to
 enable/disable the respective channel.
 
-Required properties for R8A774A1, R8A774C0, R8A7795, R8A7796, R8A77965,
-R8A77990, and R8A77995:
+Required properties for R8A774A1, R8A774B1, R8A774C0, R8A7795, R8A7796,
+R8A77965, R8A77990, and R8A77995:
 In the denoted SoCs, canfd clock is a div6 clock and can be used by both CAN
 and CAN FD controller at the same time. It needs to be scaled to maximum
 frequency if any of these controllers use it. This is done using the below
-- 
2.7.4

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

* [PATCH v2 3/3] arm64: dts: renesas: r8a774b1: Add CAN and CAN FD support
  2019-10-10 14:25 [PATCH v2 0/3] Add CAN and CAN-FD support to the RZ/G2N SoC Fabrizio Castro
  2019-10-10 14:25 ` [PATCH net-next v2 1/3] dt-bindings: can: rcar_can: Add r8a774b1 support Fabrizio Castro
  2019-10-10 14:25 ` [PATCH net-next v2 2/3] dt-bindings: can: rcar_canfd: document " Fabrizio Castro
@ 2019-10-10 14:26 ` Fabrizio Castro
  2019-10-14  8:49   ` Geert Uytterhoeven
  2 siblings, 1 reply; 11+ messages in thread
From: Fabrizio Castro @ 2019-10-10 14:26 UTC (permalink / raw)
  To: Geert Uytterhoeven, Wolfgang Grandegger, Marc Kleine-Budde,
	Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, David S. Miller, Simon Horman, Magnus Damm,
	linux-can, netdev, devicetree, linux-renesas-soc, Chris Paterson,
	Biju Das, Laurent Pinchart, Kieran Bingham, Jacopo Mondi

Add CAN and CAN FD support to the RZ/G2N SoC specific dtsi.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
---
v1->v2:
* No change

 arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 48 +++++++++++++++++++++++++++++--
 1 file changed, 45 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a774b1.dtsi b/arch/arm64/boot/dts/renesas/r8a774b1.dtsi
index 80b8b2e..bfea6df 100644
--- a/arch/arm64/boot/dts/renesas/r8a774b1.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a774b1.dtsi
@@ -994,18 +994,60 @@
 		};
 
 		can0: can@e6c30000 {
+			compatible = "renesas,can-r8a774b1",
+				     "renesas,rcar-gen3-can";
 			reg = <0 0xe6c30000 0 0x1000>;
-			/* placeholder */
+			interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 916>,
+				 <&cpg CPG_CORE R8A774B1_CLK_CANFD>,
+				 <&can_clk>;
+			clock-names = "clkp1", "clkp2", "can_clk";
+			assigned-clocks = <&cpg CPG_CORE R8A774B1_CLK_CANFD>;
+			assigned-clock-rates = <40000000>;
+			power-domains = <&sysc R8A774B1_PD_ALWAYS_ON>;
+			resets = <&cpg 916>;
+			status = "disabled";
 		};
 
 		can1: can@e6c38000 {
+			compatible = "renesas,can-r8a774b1",
+				     "renesas,rcar-gen3-can";
 			reg = <0 0xe6c38000 0 0x1000>;
-			/* placeholder */
+			interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 915>,
+				 <&cpg CPG_CORE R8A774B1_CLK_CANFD>,
+				 <&can_clk>;
+			clock-names = "clkp1", "clkp2", "can_clk";
+			assigned-clocks = <&cpg CPG_CORE R8A774B1_CLK_CANFD>;
+			assigned-clock-rates = <40000000>;
+			power-domains = <&sysc R8A774B1_PD_ALWAYS_ON>;
+			resets = <&cpg 915>;
+			status = "disabled";
 		};
 
 		canfd: can@e66c0000 {
+			compatible = "renesas,r8a774b1-canfd",
+				     "renesas,rcar-gen3-canfd";
 			reg = <0 0xe66c0000 0 0x8000>;
-			/* placeholder */
+			interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>,
+				   <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 914>,
+				 <&cpg CPG_CORE R8A774B1_CLK_CANFD>,
+				 <&can_clk>;
+			clock-names = "fck", "canfd", "can_clk";
+			assigned-clocks = <&cpg CPG_CORE R8A774B1_CLK_CANFD>;
+			assigned-clock-rates = <40000000>;
+			power-domains = <&sysc R8A774B1_PD_ALWAYS_ON>;
+			resets = <&cpg 914>;
+			status = "disabled";
+
+			channel0 {
+				status = "disabled";
+			};
+
+			channel1 {
+				status = "disabled";
+			};
 		};
 
 		pwm0: pwm@e6e30000 {
-- 
2.7.4

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

* Re: [PATCH v2 3/3] arm64: dts: renesas: r8a774b1: Add CAN and CAN FD support
  2019-10-10 14:26 ` [PATCH v2 3/3] arm64: dts: renesas: r8a774b1: Add CAN and CAN FD support Fabrizio Castro
@ 2019-10-14  8:49   ` Geert Uytterhoeven
  0 siblings, 0 replies; 11+ messages in thread
From: Geert Uytterhoeven @ 2019-10-14  8:49 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Geert Uytterhoeven, Wolfgang Grandegger, Marc Kleine-Budde,
	Rob Herring, Mark Rutland, David S. Miller, Simon Horman,
	Magnus Damm, linux-can, netdev,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas, Chris Paterson, Biju Das, Laurent Pinchart,
	Kieran Bingham, Jacopo Mondi

On Thu, Oct 10, 2019 at 4:26 PM Fabrizio Castro
<fabrizio.castro@bp.renesas.com> wrote:
> Add CAN and CAN FD support to the RZ/G2N SoC specific dtsi.
>
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v5.5.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH net-next v2 1/3] dt-bindings: can: rcar_can: Add r8a774b1 support
  2019-10-10 14:25 ` [PATCH net-next v2 1/3] dt-bindings: can: rcar_can: Add r8a774b1 support Fabrizio Castro
@ 2019-10-14 18:10   ` Rob Herring
  2019-12-18 15:15     ` Fabrizio Castro
  0 siblings, 1 reply; 11+ messages in thread
From: Rob Herring @ 2019-10-14 18:10 UTC (permalink / raw)
  Cc: Geert Uytterhoeven, Wolfgang Grandegger, Marc Kleine-Budde,
	Mark Rutland, Fabrizio Castro, David S. Miller, Simon Horman,
	Magnus Damm, linux-can, netdev, devicetree, linux-renesas-soc,
	Chris Paterson, Biju Das, Laurent Pinchart, Kieran Bingham,
	Jacopo Mondi

On Thu, 10 Oct 2019 15:25:58 +0100, Fabrizio Castro wrote:
> Document RZ/G2N (r8a774b1) SoC specific bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> v1->v2:
> * No change
> 
>  Documentation/devicetree/bindings/net/can/rcar_can.txt | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 

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

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

* Re: [PATCH net-next v2 2/3] dt-bindings: can: rcar_canfd: document r8a774b1 support
  2019-10-10 14:25 ` [PATCH net-next v2 2/3] dt-bindings: can: rcar_canfd: document " Fabrizio Castro
@ 2019-10-14 18:10   ` Rob Herring
  2019-12-18 15:16     ` Fabrizio Castro
  0 siblings, 1 reply; 11+ messages in thread
From: Rob Herring @ 2019-10-14 18:10 UTC (permalink / raw)
  Cc: Geert Uytterhoeven, Wolfgang Grandegger, Marc Kleine-Budde,
	Mark Rutland, Fabrizio Castro, David S. Miller, Simon Horman,
	Magnus Damm, linux-can, netdev, devicetree, linux-renesas-soc,
	Chris Paterson, Biju Das, Laurent Pinchart, Kieran Bingham,
	Jacopo Mondi

On Thu, 10 Oct 2019 15:25:59 +0100, Fabrizio Castro wrote:
> Document the support for rcar_canfd on R8A774B1 SoC devices.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> v1->v2:
> * Added the R8A774B1 to the clock paragraph according to Geert's comment
> 
>  Documentation/devicetree/bindings/net/can/rcar_canfd.txt | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 

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

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

* RE: [PATCH net-next v2 1/3] dt-bindings: can: rcar_can: Add r8a774b1 support
  2019-10-14 18:10   ` Rob Herring
@ 2019-12-18 15:15     ` Fabrizio Castro
  2019-12-20 15:01       ` Geert Uytterhoeven
  0 siblings, 1 reply; 11+ messages in thread
From: Fabrizio Castro @ 2019-12-18 15:15 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Wolfgang Grandegger, Marc Kleine-Budde, Mark Rutland,
	Rob Herring, David S. Miller, Simon Horman, Magnus Damm,
	linux-can, netdev, devicetree, linux-renesas-soc, Chris Paterson,
	Biju Das, Laurent Pinchart, Kieran Bingham, Jacopo Mondi

Hi Geert,

Do you think you can take this patch?

Thanks,
Fab

> From: Rob Herring <robh@kernel.org>
> Sent: 14 October 2019 19:10
> Subject: Re: [PATCH net-next v2 1/3] dt-bindings: can: rcar_can: Add r8a774b1 support
> 
> On Thu, 10 Oct 2019 15:25:58 +0100, Fabrizio Castro wrote:
> > Document RZ/G2N (r8a774b1) SoC specific bindings.
> >
> > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > ---
> > v1->v2:
> > * No change
> >
> >  Documentation/devicetree/bindings/net/can/rcar_can.txt | 5 +++--
> >  1 file changed, 3 insertions(+), 2 deletions(-)
> >
> 
> Acked-by: Rob Herring <robh@kernel.org>

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

* RE: [PATCH net-next v2 2/3] dt-bindings: can: rcar_canfd: document r8a774b1 support
  2019-10-14 18:10   ` Rob Herring
@ 2019-12-18 15:16     ` Fabrizio Castro
  2019-12-20 15:01       ` Geert Uytterhoeven
  0 siblings, 1 reply; 11+ messages in thread
From: Fabrizio Castro @ 2019-12-18 15:16 UTC (permalink / raw)
  To: Rob Herring
  Cc: Geert Uytterhoeven, Wolfgang Grandegger, Marc Kleine-Budde,
	Mark Rutland, David S. Miller, Simon Horman, Magnus Damm,
	linux-can, netdev, devicetree, linux-renesas-soc, Chris Paterson,
	Biju Das, Laurent Pinchart, Kieran Bingham, Jacopo Mondi

Hi Geert,

Do you think you can take this patch?

Thanks,
Fab

> From: linux-renesas-soc-owner@vger.kernel.org <linux-renesas-soc-owner@vger.kernel.org> On Behalf Of Rob Herring
> Sent: 14 October 2019 19:11
> Subject: Re: [PATCH net-next v2 2/3] dt-bindings: can: rcar_canfd: document r8a774b1 support
> 
> On Thu, 10 Oct 2019 15:25:59 +0100, Fabrizio Castro wrote:
> > Document the support for rcar_canfd on R8A774B1 SoC devices.
> >
> > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > ---
> > v1->v2:
> > * Added the R8A774B1 to the clock paragraph according to Geert's comment
> >
> >  Documentation/devicetree/bindings/net/can/rcar_canfd.txt | 5 +++--
> >  1 file changed, 3 insertions(+), 2 deletions(-)
> >
> 
> Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH net-next v2 1/3] dt-bindings: can: rcar_can: Add r8a774b1 support
  2019-12-18 15:15     ` Fabrizio Castro
@ 2019-12-20 15:01       ` Geert Uytterhoeven
  0 siblings, 0 replies; 11+ messages in thread
From: Geert Uytterhoeven @ 2019-12-20 15:01 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Geert Uytterhoeven, Wolfgang Grandegger, Marc Kleine-Budde,
	Mark Rutland, Rob Herring, David S. Miller, Simon Horman,
	Magnus Damm, linux-can, netdev, devicetree, linux-renesas-soc,
	Chris Paterson, Biju Das, Laurent Pinchart, Kieran Bingham,
	Jacopo Mondi

Hi Fabrizio,

On Wed, Dec 18, 2019 at 4:15 PM Fabrizio Castro
<fabrizio.castro@bp.renesas.com> wrote:
> Do you think you can take this patch?

Sure, queuing in renesas-dt-bindings-for-v5.6.

> > From: Rob Herring <robh@kernel.org>
> > Sent: 14 October 2019 19:10
> > Subject: Re: [PATCH net-next v2 1/3] dt-bindings: can: rcar_can: Add r8a774b1 support
> >
> > On Thu, 10 Oct 2019 15:25:58 +0100, Fabrizio Castro wrote:
> > > Document RZ/G2N (r8a774b1) SoC specific bindings.
> > >
> > > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > > ---
> > > v1->v2:
> > > * No change
> > >
> > >  Documentation/devicetree/bindings/net/can/rcar_can.txt | 5 +++--
> > >  1 file changed, 3 insertions(+), 2 deletions(-)
> > >
> >
> > Acked-by: Rob Herring <robh@kernel.org>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH net-next v2 2/3] dt-bindings: can: rcar_canfd: document r8a774b1 support
  2019-12-18 15:16     ` Fabrizio Castro
@ 2019-12-20 15:01       ` Geert Uytterhoeven
  0 siblings, 0 replies; 11+ messages in thread
From: Geert Uytterhoeven @ 2019-12-20 15:01 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Rob Herring, Wolfgang Grandegger, Marc Kleine-Budde,
	Mark Rutland, David S. Miller, Simon Horman, Magnus Damm,
	linux-can, netdev, devicetree, linux-renesas-soc, Chris Paterson,
	Biju Das, Laurent Pinchart, Kieran Bingham, Jacopo Mondi

Hi Fabrizio,

On Wed, Dec 18, 2019 at 4:16 PM Fabrizio Castro
<fabrizio.castro@bp.renesas.com> wrote:
> Do you think you can take this patch?

Sure, queuing in renesas-dt-bindings-for-v5.6.

> > From: linux-renesas-soc-owner@vger.kernel.org <linux-renesas-soc-owner@vger.kernel.org> On Behalf Of Rob Herring
> > Sent: 14 October 2019 19:11
> > Subject: Re: [PATCH net-next v2 2/3] dt-bindings: can: rcar_canfd: document r8a774b1 support
> >
> > On Thu, 10 Oct 2019 15:25:59 +0100, Fabrizio Castro wrote:
> > > Document the support for rcar_canfd on R8A774B1 SoC devices.
> > >
> > > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > > ---
> > > v1->v2:
> > > * Added the R8A774B1 to the clock paragraph according to Geert's comment
> > >
> > >  Documentation/devicetree/bindings/net/can/rcar_canfd.txt | 5 +++--
> > >  1 file changed, 3 insertions(+), 2 deletions(-)
> > >
> >
> > Acked-by: Rob Herring <robh@kernel.org>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

end of thread, other threads:[~2019-12-20 15:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-10 14:25 [PATCH v2 0/3] Add CAN and CAN-FD support to the RZ/G2N SoC Fabrizio Castro
2019-10-10 14:25 ` [PATCH net-next v2 1/3] dt-bindings: can: rcar_can: Add r8a774b1 support Fabrizio Castro
2019-10-14 18:10   ` Rob Herring
2019-12-18 15:15     ` Fabrizio Castro
2019-12-20 15:01       ` Geert Uytterhoeven
2019-10-10 14:25 ` [PATCH net-next v2 2/3] dt-bindings: can: rcar_canfd: document " Fabrizio Castro
2019-10-14 18:10   ` Rob Herring
2019-12-18 15:16     ` Fabrizio Castro
2019-12-20 15:01       ` Geert Uytterhoeven
2019-10-10 14:26 ` [PATCH v2 3/3] arm64: dts: renesas: r8a774b1: Add CAN and CAN FD support Fabrizio Castro
2019-10-14  8:49   ` Geert Uytterhoeven

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