* [PATCH] pci-rcar-gen2: add R8A7794 support
@ 2015-09-11 23:06 Sergei Shtylyov
2015-09-14 0:48 ` Simon Horman
2015-09-24 20:07 ` Bjorn Helgaas
0 siblings, 2 replies; 4+ messages in thread
From: Sergei Shtylyov @ 2015-09-11 23:06 UTC (permalink / raw)
To: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, horms,
bhelgaas, devicetree, linux-pci, linux-sh
Add Renesas R8A7794 SoC support to the Renesas R-Car gen2 PCI driver.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
---
The patch is against the 'next' branch of Bjorn Helgaas' 'pci.git' repo.
Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt | 3 ++-
drivers/pci/host/pci-rcar-gen2.c | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
Index: pci/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt
===================================================================
--- pci.orig/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt
+++ pci/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt
@@ -7,7 +7,8 @@ OHCI and EHCI controllers.
Required properties:
- compatible: "renesas,pci-r8a7790" for the R8A7790 SoC;
- "renesas,pci-r8a7791" for the R8A7791 SoC.
+ "renesas,pci-r8a7791" for the R8A7791 SoC;
+ "renesas,pci-r8a7794" for the R8A7794 SoC.
- reg: A list of physical regions to access the device: the first is
the operational registers for the OHCI/EHCI controllers and the
second is for the bridge configuration and control registers.
Index: pci/drivers/pci/host/pci-rcar-gen2.c
===================================================================
--- pci.orig/drivers/pci/host/pci-rcar-gen2.c
+++ pci/drivers/pci/host/pci-rcar-gen2.c
@@ -362,6 +362,7 @@ static int rcar_pci_probe(struct platfor
static struct of_device_id rcar_pci_of_match[] = {
{ .compatible = "renesas,pci-r8a7790", },
{ .compatible = "renesas,pci-r8a7791", },
+ { .compatible = "renesas,pci-r8a7794", },
{ },
};
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] pci-rcar-gen2: add R8A7794 support
2015-09-11 23:06 [PATCH] pci-rcar-gen2: add R8A7794 support Sergei Shtylyov
@ 2015-09-14 0:48 ` Simon Horman
2015-09-24 20:07 ` Bjorn Helgaas
1 sibling, 0 replies; 4+ messages in thread
From: Simon Horman @ 2015-09-14 0:48 UTC (permalink / raw)
To: Sergei Shtylyov
Cc: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak,
bhelgaas, devicetree, linux-pci, linux-sh
On Sat, Sep 12, 2015 at 02:06:09AM +0300, Sergei Shtylyov wrote:
> Add Renesas R8A7794 SoC support to the Renesas R-Car gen2 PCI driver.
>
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] pci-rcar-gen2: add R8A7794 support
2015-09-11 23:06 [PATCH] pci-rcar-gen2: add R8A7794 support Sergei Shtylyov
2015-09-14 0:48 ` Simon Horman
@ 2015-09-24 20:07 ` Bjorn Helgaas
2015-09-25 1:21 ` Simon Horman
1 sibling, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2015-09-24 20:07 UTC (permalink / raw)
To: Sergei Shtylyov
Cc: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, horms,
bhelgaas, devicetree, linux-pci, linux-sh
On Sat, Sep 12, 2015 at 02:06:09AM +0300, Sergei Shtylyov wrote:
> Add Renesas R8A7794 SoC support to the Renesas R-Car gen2 PCI driver.
>
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Applied with Simon's ack to for-linus for v4.3, thanks!
I applied this for v4.3 instead of v4.4 because this is new hardware
and I think the chance of breaking anything is minimal.
> ---
> The patch is against the 'next' branch of Bjorn Helgaas' 'pci.git' repo.
>
> Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt | 3 ++-
> drivers/pci/host/pci-rcar-gen2.c | 1 +
> 2 files changed, 3 insertions(+), 1 deletion(-)
>
> Index: pci/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt
> ===================================================================
> --- pci.orig/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt
> +++ pci/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt
> @@ -7,7 +7,8 @@ OHCI and EHCI controllers.
>
> Required properties:
> - compatible: "renesas,pci-r8a7790" for the R8A7790 SoC;
> - "renesas,pci-r8a7791" for the R8A7791 SoC.
> + "renesas,pci-r8a7791" for the R8A7791 SoC;
> + "renesas,pci-r8a7794" for the R8A7794 SoC.
> - reg: A list of physical regions to access the device: the first is
> the operational registers for the OHCI/EHCI controllers and the
> second is for the bridge configuration and control registers.
> Index: pci/drivers/pci/host/pci-rcar-gen2.c
> ===================================================================
> --- pci.orig/drivers/pci/host/pci-rcar-gen2.c
> +++ pci/drivers/pci/host/pci-rcar-gen2.c
> @@ -362,6 +362,7 @@ static int rcar_pci_probe(struct platfor
> static struct of_device_id rcar_pci_of_match[] = {
> { .compatible = "renesas,pci-r8a7790", },
> { .compatible = "renesas,pci-r8a7791", },
> + { .compatible = "renesas,pci-r8a7794", },
> { },
> };
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pci" 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] 4+ messages in thread
* Re: [PATCH] pci-rcar-gen2: add R8A7794 support
2015-09-24 20:07 ` Bjorn Helgaas
@ 2015-09-25 1:21 ` Simon Horman
0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2015-09-25 1:21 UTC (permalink / raw)
To: Bjorn Helgaas
Cc: Sergei Shtylyov, robh+dt, pawel.moll, mark.rutland,
ijc+devicetree, galak, bhelgaas, devicetree, linux-pci, linux-sh
On Thu, Sep 24, 2015 at 03:07:21PM -0500, Bjorn Helgaas wrote:
> On Sat, Sep 12, 2015 at 02:06:09AM +0300, Sergei Shtylyov wrote:
> > Add Renesas R8A7794 SoC support to the Renesas R-Car gen2 PCI driver.
> >
> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>
> Applied with Simon's ack to for-linus for v4.3, thanks!
>
> I applied this for v4.3 instead of v4.4 because this is new hardware
> and I think the chance of breaking anything is minimal.
Thanks! Your logic for queueing this up for v4.3 sounds
entirely reasonable to me.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-09-25 1:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-11 23:06 [PATCH] pci-rcar-gen2: add R8A7794 support Sergei Shtylyov
2015-09-14 0:48 ` Simon Horman
2015-09-24 20:07 ` Bjorn Helgaas
2015-09-25 1:21 ` Simon Horman
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).