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

Add PCIe support for the RZ/G2M (a.k.a. R8A774A1).

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
 Documentation/devicetree/bindings/pci/rcar-pci.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt b/Documentation/devicetree/bindings/pci/rcar-pci.txt
index 6904882..45bba9f 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-r8a774a1" for the R8A774A1 SoC;
 	    "renesas,pcie-r8a774c0" for the R8A774C0 SoC;
 	    "renesas,pcie-r8a7779" for the R8A7779 SoC;
 	    "renesas,pcie-r8a7790" for the R8A7790 SoC;
-- 
2.7.4


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

* Re: [PATCH] dt-bindings: PCI: rcar: Add device tree support for r8a774a1
  2019-06-07  7:03 [PATCH] dt-bindings: PCI: rcar: Add device tree support for r8a774a1 Biju Das
@ 2019-06-12  7:52 ` Geert Uytterhoeven
  2019-06-12 11:46 ` Simon Horman
  2019-06-21  9:58 ` Lorenzo Pieralisi
  2 siblings, 0 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2019-06-12  7:52 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, Bjorn Helgaas, linux-pci,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Simon Horman, Geert Uytterhoeven, Chris Paterson,
	Fabrizio Castro, Linux-Renesas

On Fri, Jun 7, 2019 at 9:08 AM Biju Das <biju.das@bp.renesas.com> wrote:
> Add PCIe support for the RZ/G2M (a.k.a. R8A774A1).
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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] 7+ messages in thread

* Re: [PATCH] dt-bindings: PCI: rcar: Add device tree support for r8a774a1
  2019-06-07  7:03 [PATCH] dt-bindings: PCI: rcar: Add device tree support for r8a774a1 Biju Das
  2019-06-12  7:52 ` Geert Uytterhoeven
@ 2019-06-12 11:46 ` Simon Horman
  2019-06-14 16:33   ` Lorenzo Pieralisi
  2019-06-21  9:58 ` Lorenzo Pieralisi
  2 siblings, 1 reply; 7+ messages in thread
From: Simon Horman @ 2019-06-12 11:46 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, Bjorn Helgaas, linux-pci, devicetree,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

On Fri, Jun 07, 2019 at 08:03:36AM +0100, Biju Das wrote:
> Add PCIe support for the RZ/G2M (a.k.a. R8A774A1).
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

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

> ---
>  Documentation/devicetree/bindings/pci/rcar-pci.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt b/Documentation/devicetree/bindings/pci/rcar-pci.txt
> index 6904882..45bba9f 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-r8a774a1" for the R8A774A1 SoC;
>  	    "renesas,pcie-r8a774c0" for the R8A774C0 SoC;
>  	    "renesas,pcie-r8a7779" for the R8A7779 SoC;
>  	    "renesas,pcie-r8a7790" for the R8A7790 SoC;
> -- 
> 2.7.4
> 

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

* Re: [PATCH] dt-bindings: PCI: rcar: Add device tree support for r8a774a1
  2019-06-12 11:46 ` Simon Horman
@ 2019-06-14 16:33   ` Lorenzo Pieralisi
  2019-06-18 10:38     ` Biju Das
  0 siblings, 1 reply; 7+ messages in thread
From: Lorenzo Pieralisi @ 2019-06-14 16:33 UTC (permalink / raw)
  To: Simon Horman
  Cc: Biju Das, Rob Herring, Mark Rutland, Bjorn Helgaas, linux-pci,
	devicetree, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

On Wed, Jun 12, 2019 at 01:46:29PM +0200, Simon Horman wrote:
> On Fri, Jun 07, 2019 at 08:03:36AM +0100, Biju Das wrote:
> > Add PCIe support for the RZ/G2M (a.k.a. R8A774A1).
> > 
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> 
> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

Should I pick this up and send it via the PCI tree ?

Just let me know please, thanks.

Lorenzo

> > ---
> >  Documentation/devicetree/bindings/pci/rcar-pci.txt | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt b/Documentation/devicetree/bindings/pci/rcar-pci.txt
> > index 6904882..45bba9f 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-r8a774a1" for the R8A774A1 SoC;
> >  	    "renesas,pcie-r8a774c0" for the R8A774C0 SoC;
> >  	    "renesas,pcie-r8a7779" for the R8A7779 SoC;
> >  	    "renesas,pcie-r8a7790" for the R8A7790 SoC;
> > -- 
> > 2.7.4
> > 

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

* RE: [PATCH] dt-bindings: PCI: rcar: Add device tree support for r8a774a1
  2019-06-14 16:33   ` Lorenzo Pieralisi
@ 2019-06-18 10:38     ` Biju Das
  2019-06-19 11:48       ` Simon Horman
  0 siblings, 1 reply; 7+ messages in thread
From: Biju Das @ 2019-06-18 10:38 UTC (permalink / raw)
  To: Lorenzo Pieralisi, Simon Horman
  Cc: Rob Herring, Mark Rutland, Bjorn Helgaas, linux-pci, devicetree,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

Hello Lorenzo and Simon,

Thanks for the feedback.

> Subject: Re: [PATCH] dt-bindings: PCI: rcar: Add device tree support for
> r8a774a1
> 
> On Wed, Jun 12, 2019 at 01:46:29PM +0200, Simon Horman wrote:
> > On Fri, Jun 07, 2019 at 08:03:36AM +0100, Biju Das wrote:
> > > Add PCIe support for the RZ/G2M (a.k.a. R8A774A1).
> > >
> > > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> >
> > Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> 
> Should I pick this up and send it via the PCI tree ?
> 
> Just let me know please, thanks.

Simon, 
What do you think ?

Regards,
Biju

> 
> > > ---
> > >  Documentation/devicetree/bindings/pci/rcar-pci.txt | 1 +
> > >  1 file changed, 1 insertion(+)
> > >
> > > diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt
> b/Documentation/devicetree/bindings/pci/rcar-pci.txt
> > > index 6904882..45bba9f 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-r8a774a1" for the R8A774A1 SoC;
> > >  	    "renesas,pcie-r8a774c0" for the R8A774C0 SoC;
> > >  	    "renesas,pcie-r8a7779" for the R8A7779 SoC;
> > >  	    "renesas,pcie-r8a7790" for the R8A7790 SoC;
> > > --
> > > 2.7.4
> > >

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

* Re: [PATCH] dt-bindings: PCI: rcar: Add device tree support for r8a774a1
  2019-06-18 10:38     ` Biju Das
@ 2019-06-19 11:48       ` Simon Horman
  0 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2019-06-19 11:48 UTC (permalink / raw)
  To: Biju Das
  Cc: Lorenzo Pieralisi, Rob Herring, Mark Rutland, Bjorn Helgaas,
	linux-pci, devicetree, Geert Uytterhoeven, Chris Paterson,
	Fabrizio Castro, linux-renesas-soc

On Tue, Jun 18, 2019 at 10:38:21AM +0000, Biju Das wrote:
> Hello Lorenzo and Simon,
> 
> Thanks for the feedback.
> 
> > Subject: Re: [PATCH] dt-bindings: PCI: rcar: Add device tree support for
> > r8a774a1
> > 
> > On Wed, Jun 12, 2019 at 01:46:29PM +0200, Simon Horman wrote:
> > > On Fri, Jun 07, 2019 at 08:03:36AM +0100, Biju Das wrote:
> > > > Add PCIe support for the RZ/G2M (a.k.a. R8A774A1).
> > > >
> > > > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > >
> > > Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> > 
> > Should I pick this up and send it via the PCI tree ?
> > 
> > Just let me know please, thanks.
> 
> Simon, 
> What do you think ?

Hi Lorenzo, Hi Biju,

yes, I think that is a good idea.

Please feel free to push this via the PCI tree.

In case it helps:

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


> 
> Regards,
> Biju
> 
> > 
> > > > ---
> > > >  Documentation/devicetree/bindings/pci/rcar-pci.txt | 1 +
> > > >  1 file changed, 1 insertion(+)
> > > >
> > > > diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt
> > b/Documentation/devicetree/bindings/pci/rcar-pci.txt
> > > > index 6904882..45bba9f 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-r8a774a1" for the R8A774A1 SoC;
> > > >  	    "renesas,pcie-r8a774c0" for the R8A774C0 SoC;
> > > >  	    "renesas,pcie-r8a7779" for the R8A7779 SoC;
> > > >  	    "renesas,pcie-r8a7790" for the R8A7790 SoC;
> > > > --
> > > > 2.7.4
> > > >
> 

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

* Re: [PATCH] dt-bindings: PCI: rcar: Add device tree support for r8a774a1
  2019-06-07  7:03 [PATCH] dt-bindings: PCI: rcar: Add device tree support for r8a774a1 Biju Das
  2019-06-12  7:52 ` Geert Uytterhoeven
  2019-06-12 11:46 ` Simon Horman
@ 2019-06-21  9:58 ` Lorenzo Pieralisi
  2 siblings, 0 replies; 7+ messages in thread
From: Lorenzo Pieralisi @ 2019-06-21  9:58 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, Bjorn Helgaas, linux-pci, devicetree,
	Simon Horman, Geert Uytterhoeven, Chris Paterson,
	Fabrizio Castro, linux-renesas-soc

On Fri, Jun 07, 2019 at 08:03:36AM +0100, Biju Das wrote:
> Add PCIe support for the RZ/G2M (a.k.a. R8A774A1).
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/pci/rcar-pci.txt | 1 +
>  1 file changed, 1 insertion(+)

Applied to pci/rcar for v5.3, thanks.

Lorenzo

> diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt b/Documentation/devicetree/bindings/pci/rcar-pci.txt
> index 6904882..45bba9f 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-r8a774a1" for the R8A774A1 SoC;
>  	    "renesas,pcie-r8a774c0" for the R8A774C0 SoC;
>  	    "renesas,pcie-r8a7779" for the R8A7779 SoC;
>  	    "renesas,pcie-r8a7790" for the R8A7790 SoC;
> -- 
> 2.7.4
> 

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

end of thread, other threads:[~2019-06-21  9:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-07  7:03 [PATCH] dt-bindings: PCI: rcar: Add device tree support for r8a774a1 Biju Das
2019-06-12  7:52 ` Geert Uytterhoeven
2019-06-12 11:46 ` Simon Horman
2019-06-14 16:33   ` Lorenzo Pieralisi
2019-06-18 10:38     ` Biju Das
2019-06-19 11:48       ` Simon Horman
2019-06-21  9:58 ` 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).