linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: PCI: rcar: Add device tree support for r8a774c0
@ 2018-12-18 12:02 Fabrizio Castro
  2018-12-18 17:48 ` Rob Herring
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Fabrizio Castro @ 2018-12-18 12:02 UTC (permalink / raw)
  To: Geert Uytterhoeven, Simon Horman, Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, Bjorn Helgaas, linux-pci, devicetree,
	linux-kernel, Chris Paterson, Biju Das, linux-renesas-soc

Add PCIe support for the RZ/G2E (a.k.a. R8A774C0).

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
v1->v2:
* Dropped change to the description of "phys" optional property according
  to Geert's comment

 Documentation/devicetree/bindings/pci/rcar-pci.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt b/Documentation/devicetree/bindings/pci/rcar-pci.txt
index 976ef7b..6904882 100644
--- a/Documentation/devicetree/bindings/pci/rcar-pci.txt
+++ b/Documentation/devicetree/bindings/pci/rcar-pci.txt
@@ -3,6 +3,7 @@
 Required properties:
 compatible: "renesas,pcie-r8a7743" for the R8A7743 SoC;
 	    "renesas,pcie-r8a7744" for the R8A7744 SoC;
+	    "renesas,pcie-r8a774c0" for the R8A774C0 SoC;
 	    "renesas,pcie-r8a7779" for the R8A7779 SoC;
 	    "renesas,pcie-r8a7790" for the R8A7790 SoC;
 	    "renesas,pcie-r8a7791" for the R8A7791 SoC;
@@ -13,7 +14,8 @@ compatible: "renesas,pcie-r8a7743" for the R8A7743 SoC;
 	    "renesas,pcie-r8a77990" for the R8A77990 SoC;
 	    "renesas,pcie-rcar-gen2" for a generic R-Car Gen2 or
 				     RZ/G1 compatible device.
-	    "renesas,pcie-rcar-gen3" for a generic R-Car Gen3 compatible device.
+	    "renesas,pcie-rcar-gen3" 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] 7+ messages in thread

* Re: [PATCH v2] dt-bindings: PCI: rcar: Add device tree support for r8a774c0
  2018-12-18 12:02 [PATCH v2] dt-bindings: PCI: rcar: Add device tree support for r8a774c0 Fabrizio Castro
@ 2018-12-18 17:48 ` Rob Herring
  2018-12-20  7:54 ` Simon Horman
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2018-12-18 17:48 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Geert Uytterhoeven, Simon Horman, Mark Rutland, Fabrizio Castro,
	Bjorn Helgaas, linux-pci, devicetree, linux-kernel,
	Chris Paterson, Biju Das, linux-renesas-soc

On Tue, 18 Dec 2018 12:02:42 +0000, Fabrizio Castro wrote:
> Add PCIe support for the RZ/G2E (a.k.a. R8A774C0).
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> v1->v2:
> * Dropped change to the description of "phys" optional property according
>   to Geert's comment
> 
>  Documentation/devicetree/bindings/pci/rcar-pci.txt | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 

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

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

* Re: [PATCH v2] dt-bindings: PCI: rcar: Add device tree support for r8a774c0
  2018-12-18 12:02 [PATCH v2] dt-bindings: PCI: rcar: Add device tree support for r8a774c0 Fabrizio Castro
  2018-12-18 17:48 ` Rob Herring
@ 2018-12-20  7:54 ` Simon Horman
  2019-02-01 17:40 ` Lorenzo Pieralisi
  2019-02-05 17:24 ` Lorenzo Pieralisi
  3 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2018-12-20  7:54 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Geert Uytterhoeven, Rob Herring, Mark Rutland, Bjorn Helgaas,
	linux-pci, devicetree, linux-kernel, Chris Paterson, Biju Das,
	linux-renesas-soc

On Tue, Dec 18, 2018 at 12:02:42PM +0000, Fabrizio Castro wrote:
> Add PCIe support for the RZ/G2E (a.k.a. R8A774C0).
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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


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

* Re: [PATCH v2] dt-bindings: PCI: rcar: Add device tree support for r8a774c0
  2018-12-18 12:02 [PATCH v2] dt-bindings: PCI: rcar: Add device tree support for r8a774c0 Fabrizio Castro
  2018-12-18 17:48 ` Rob Herring
  2018-12-20  7:54 ` Simon Horman
@ 2019-02-01 17:40 ` Lorenzo Pieralisi
  2019-02-05 15:36   ` Simon Horman
  2019-02-05 17:24 ` Lorenzo Pieralisi
  3 siblings, 1 reply; 7+ messages in thread
From: Lorenzo Pieralisi @ 2019-02-01 17:40 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Geert Uytterhoeven, Simon Horman, Rob Herring, Mark Rutland,
	Bjorn Helgaas, linux-pci, devicetree, linux-kernel,
	Chris Paterson, Biju Das, linux-renesas-soc

On Tue, Dec 18, 2018 at 12:02:42PM +0000, Fabrizio Castro wrote:
> Add PCIe support for the RZ/G2E (a.k.a. R8A774C0).
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> v1->v2:
> * Dropped change to the description of "phys" optional property according
>   to Geert's comment
> 
>  Documentation/devicetree/bindings/pci/rcar-pci.txt | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

Hi Fabrizio,

Apologies for the delay in responding.

Should I take this patch via the PCI tree ?

Thanks,
Lorenzo

> 
> diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt b/Documentation/devicetree/bindings/pci/rcar-pci.txt
> index 976ef7b..6904882 100644
> --- a/Documentation/devicetree/bindings/pci/rcar-pci.txt
> +++ b/Documentation/devicetree/bindings/pci/rcar-pci.txt
> @@ -3,6 +3,7 @@
>  Required properties:
>  compatible: "renesas,pcie-r8a7743" for the R8A7743 SoC;
>  	    "renesas,pcie-r8a7744" for the R8A7744 SoC;
> +	    "renesas,pcie-r8a774c0" for the R8A774C0 SoC;
>  	    "renesas,pcie-r8a7779" for the R8A7779 SoC;
>  	    "renesas,pcie-r8a7790" for the R8A7790 SoC;
>  	    "renesas,pcie-r8a7791" for the R8A7791 SoC;
> @@ -13,7 +14,8 @@ compatible: "renesas,pcie-r8a7743" for the R8A7743 SoC;
>  	    "renesas,pcie-r8a77990" for the R8A77990 SoC;
>  	    "renesas,pcie-rcar-gen2" for a generic R-Car Gen2 or
>  				     RZ/G1 compatible device.
> -	    "renesas,pcie-rcar-gen3" for a generic R-Car Gen3 compatible device.
> +	    "renesas,pcie-rcar-gen3" 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	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] dt-bindings: PCI: rcar: Add device tree support for r8a774c0
  2019-02-01 17:40 ` Lorenzo Pieralisi
@ 2019-02-05 15:36   ` Simon Horman
  2019-02-05 15:45     ` Fabrizio Castro
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Horman @ 2019-02-05 15:36 UTC (permalink / raw)
  To: Lorenzo Pieralisi
  Cc: Fabrizio Castro, Geert Uytterhoeven, Rob Herring, Mark Rutland,
	Bjorn Helgaas, linux-pci, devicetree, linux-kernel,
	Chris Paterson, Biju Das, linux-renesas-soc

On Fri, Feb 01, 2019 at 05:40:05PM +0000, Lorenzo Pieralisi wrote:
> On Tue, Dec 18, 2018 at 12:02:42PM +0000, Fabrizio Castro wrote:
> > Add PCIe support for the RZ/G2E (a.k.a. R8A774C0).
> > 
> > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > ---
> > v1->v2:
> > * Dropped change to the description of "phys" optional property according
> >   to Geert's comment
> > 
> >  Documentation/devicetree/bindings/pci/rcar-pci.txt | 4 +++-
> >  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> Hi Fabrizio,
> 
> Apologies for the delay in responding.
> 
> Should I take this patch via the PCI tree ?

Thanks, that would the preferred option from my point of view.

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

> 
> Thanks,
> Lorenzo
> 
> > 
> > diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt b/Documentation/devicetree/bindings/pci/rcar-pci.txt
> > index 976ef7b..6904882 100644
> > --- a/Documentation/devicetree/bindings/pci/rcar-pci.txt
> > +++ b/Documentation/devicetree/bindings/pci/rcar-pci.txt
> > @@ -3,6 +3,7 @@
> >  Required properties:
> >  compatible: "renesas,pcie-r8a7743" for the R8A7743 SoC;
> >  	    "renesas,pcie-r8a7744" for the R8A7744 SoC;
> > +	    "renesas,pcie-r8a774c0" for the R8A774C0 SoC;
> >  	    "renesas,pcie-r8a7779" for the R8A7779 SoC;
> >  	    "renesas,pcie-r8a7790" for the R8A7790 SoC;
> >  	    "renesas,pcie-r8a7791" for the R8A7791 SoC;
> > @@ -13,7 +14,8 @@ compatible: "renesas,pcie-r8a7743" for the R8A7743 SoC;
> >  	    "renesas,pcie-r8a77990" for the R8A77990 SoC;
> >  	    "renesas,pcie-rcar-gen2" for a generic R-Car Gen2 or
> >  				     RZ/G1 compatible device.
> > -	    "renesas,pcie-rcar-gen3" for a generic R-Car Gen3 compatible device.
> > +	    "renesas,pcie-rcar-gen3" 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	[flat|nested] 7+ messages in thread

* RE: [PATCH v2] dt-bindings: PCI: rcar: Add device tree support for r8a774c0
  2019-02-05 15:36   ` Simon Horman
@ 2019-02-05 15:45     ` Fabrizio Castro
  0 siblings, 0 replies; 7+ messages in thread
From: Fabrizio Castro @ 2019-02-05 15:45 UTC (permalink / raw)
  To: Simon Horman, Lorenzo Pieralisi
  Cc: Geert Uytterhoeven, Rob Herring, Mark Rutland, Bjorn Helgaas,
	linux-pci, devicetree, linux-kernel, Chris Paterson, Biju Das,
	linux-renesas-soc

Hello Simon, hello Lorenzo

> From: Simon Horman <horms@verge.net.au>
> Sent: 05 February 2019 15:37
> Subject: Re: [PATCH v2] dt-bindings: PCI: rcar: Add device tree support for r8a774c0
>
> On Fri, Feb 01, 2019 at 05:40:05PM +0000, Lorenzo Pieralisi wrote:
> > On Tue, Dec 18, 2018 at 12:02:42PM +0000, Fabrizio Castro wrote:
> > > Add PCIe support for the RZ/G2E (a.k.a. R8A774C0).
> > >
> > > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > > ---
> > > v1->v2:
> > > * Dropped change to the description of "phys" optional property according
> > >   to Geert's comment
> > >
> > >  Documentation/devicetree/bindings/pci/rcar-pci.txt | 4 +++-
> > >  1 file changed, 3 insertions(+), 1 deletion(-)
> >
> > Hi Fabrizio,
> >
> > Apologies for the delay in responding.
> >
> > Should I take this patch via the PCI tree ?
>
> Thanks, that would the preferred option from my point of view.

I agree, and thank you for replying Simon, as Lorenzo's email was
caught in my spam filter somehow, and I would have missed it if
it wasn't for your reply.

Thanks,
Fab

>
> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
>
> >
> > Thanks,
> > Lorenzo
> >
> > >
> > > diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt b/Documentation/devicetree/bindings/pci/rcar-pci.txt
> > > index 976ef7b..6904882 100644
> > > --- a/Documentation/devicetree/bindings/pci/rcar-pci.txt
> > > +++ b/Documentation/devicetree/bindings/pci/rcar-pci.txt
> > > @@ -3,6 +3,7 @@
> > >  Required properties:
> > >  compatible: "renesas,pcie-r8a7743" for the R8A7743 SoC;
> > >      "renesas,pcie-r8a7744" for the R8A7744 SoC;
> > > +    "renesas,pcie-r8a774c0" for the R8A774C0 SoC;
> > >      "renesas,pcie-r8a7779" for the R8A7779 SoC;
> > >      "renesas,pcie-r8a7790" for the R8A7790 SoC;
> > >      "renesas,pcie-r8a7791" for the R8A7791 SoC;
> > > @@ -13,7 +14,8 @@ compatible: "renesas,pcie-r8a7743" for the R8A7743 SoC;
> > >      "renesas,pcie-r8a77990" for the R8A77990 SoC;
> > >      "renesas,pcie-rcar-gen2" for a generic R-Car Gen2 or
> > >       RZ/G1 compatible device.
> > > -    "renesas,pcie-rcar-gen3" for a generic R-Car Gen3 compatible device.
> > > +    "renesas,pcie-rcar-gen3" 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
> > >
> >


Renesas Electronics Europe GmbH,Geschaeftsfuehrer/President : Michael Hannawald, Sitz der Gesellschaft/Registered office: Duesseldorf, Arcadiastrasse 10, 40472 Duesseldorf, Germany,Handelsregister/Commercial Register: Duesseldorf, HRB 3708 USt-IDNr./Tax identification no.: DE 119353406 WEEE-Reg.-Nr./WEEE reg. no.: DE 14978647

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

* Re: [PATCH v2] dt-bindings: PCI: rcar: Add device tree support for r8a774c0
  2018-12-18 12:02 [PATCH v2] dt-bindings: PCI: rcar: Add device tree support for r8a774c0 Fabrizio Castro
                   ` (2 preceding siblings ...)
  2019-02-01 17:40 ` Lorenzo Pieralisi
@ 2019-02-05 17:24 ` Lorenzo Pieralisi
  3 siblings, 0 replies; 7+ messages in thread
From: Lorenzo Pieralisi @ 2019-02-05 17:24 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Geert Uytterhoeven, Simon Horman, Rob Herring, Mark Rutland,
	Bjorn Helgaas, linux-pci, devicetree, linux-kernel,
	Chris Paterson, Biju Das, linux-renesas-soc

On Tue, Dec 18, 2018 at 12:02:42PM +0000, Fabrizio Castro wrote:
> Add PCIe support for the RZ/G2E (a.k.a. R8A774C0).
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> v1->v2:
> * Dropped change to the description of "phys" optional property according
>   to Geert's comment
> 
>  Documentation/devicetree/bindings/pci/rcar-pci.txt | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

Applied to pci/dt for v5.1, thanks.

Lorenzo

> diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt b/Documentation/devicetree/bindings/pci/rcar-pci.txt
> index 976ef7b..6904882 100644
> --- a/Documentation/devicetree/bindings/pci/rcar-pci.txt
> +++ b/Documentation/devicetree/bindings/pci/rcar-pci.txt
> @@ -3,6 +3,7 @@
>  Required properties:
>  compatible: "renesas,pcie-r8a7743" for the R8A7743 SoC;
>  	    "renesas,pcie-r8a7744" for the R8A7744 SoC;
> +	    "renesas,pcie-r8a774c0" for the R8A774C0 SoC;
>  	    "renesas,pcie-r8a7779" for the R8A7779 SoC;
>  	    "renesas,pcie-r8a7790" for the R8A7790 SoC;
>  	    "renesas,pcie-r8a7791" for the R8A7791 SoC;
> @@ -13,7 +14,8 @@ compatible: "renesas,pcie-r8a7743" for the R8A7743 SoC;
>  	    "renesas,pcie-r8a77990" for the R8A77990 SoC;
>  	    "renesas,pcie-rcar-gen2" for a generic R-Car Gen2 or
>  				     RZ/G1 compatible device.
> -	    "renesas,pcie-rcar-gen3" for a generic R-Car Gen3 compatible device.
> +	    "renesas,pcie-rcar-gen3" 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	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-02-05 17:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-18 12:02 [PATCH v2] dt-bindings: PCI: rcar: Add device tree support for r8a774c0 Fabrizio Castro
2018-12-18 17:48 ` Rob Herring
2018-12-20  7:54 ` Simon Horman
2019-02-01 17:40 ` Lorenzo Pieralisi
2019-02-05 15:36   ` Simon Horman
2019-02-05 15:45     ` Fabrizio Castro
2019-02-05 17:24 ` Lorenzo Pieralisi

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