All of lore.kernel.org
 help / color / mirror / Atom feed
* [cip-dev] [PATCH 4.19.y-cip 0/2] dt-bindings: PCI: rcar: Add missing RZ/G2 SoC's
@ 2021-01-04 10:19 Lad Prabhakar
  2021-01-04 10:19 ` [cip-dev] [PATCH 4.19.y-cip 1/2] dt-bindings: PCI: rcar: Add device tree support for r8a774b1 Lad Prabhakar
  2021-01-04 10:19 ` [cip-dev] [PATCH 4.19.y-cip 2/2] dt-bindings: PCI: rcar-pci-host: Document r8a774e1 bindings Lad Prabhakar
  0 siblings, 2 replies; 3+ messages in thread
From: Lad Prabhakar @ 2021-01-04 10:19 UTC (permalink / raw)
  To: cip-dev, Nobuhiro Iwamatsu, Pavel Machek; +Cc: Biju Das

[-- Attachment #1: Type: text/plain, Size: 491 bytes --]

Hi All,

Both the patches have been cherry picked from v5.11-rc2. Note the DT nodes
for r8a774b1 and r8a774e1 have been already added into CIP it was just the
documentation which was missed earlier.

Cheers,
Prabhakar

Fabrizio Castro (1):
  dt-bindings: PCI: rcar: Add device tree support for r8a774b1

Lad Prabhakar (1):
  dt-bindings: PCI: rcar-pci-host: Document r8a774e1 bindings

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

-- 
2.17.1


[-- Attachment #2: Type: text/plain, Size: 420 bytes --]


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5987): https://lists.cip-project.org/g/cip-dev/message/5987
Mute This Topic: https://lists.cip-project.org/mt/79421229/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-


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

* [cip-dev] [PATCH 4.19.y-cip 1/2] dt-bindings: PCI: rcar: Add device tree support for r8a774b1
  2021-01-04 10:19 [cip-dev] [PATCH 4.19.y-cip 0/2] dt-bindings: PCI: rcar: Add missing RZ/G2 SoC's Lad Prabhakar
@ 2021-01-04 10:19 ` Lad Prabhakar
  2021-01-04 10:19 ` [cip-dev] [PATCH 4.19.y-cip 2/2] dt-bindings: PCI: rcar-pci-host: Document r8a774e1 bindings Lad Prabhakar
  1 sibling, 0 replies; 3+ messages in thread
From: Lad Prabhakar @ 2021-01-04 10:19 UTC (permalink / raw)
  To: cip-dev, Nobuhiro Iwamatsu, Pavel Machek; +Cc: Biju Das

[-- Attachment #1: Type: text/plain, Size: 1185 bytes --]

From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

commit 2ca98a46435c45f6b749b6ed4d9177f230e3cd12 upstream.

Add PCIe support for the RZ/G2N (a.k.a. R8A774B1).

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Andrew Murray <andrew.murray@arm.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@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 7920d303b924..a59c2ee141ec 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-r8a774a1" for the R8A774A1 SoC;
+	    "renesas,pcie-r8a774b1" for the R8A774B1 SoC;
 	    "renesas,pcie-r8a774c0" for the R8A774C0 SoC;
 	    "renesas,pcie-r8a7779" for the R8A7779 SoC;
 	    "renesas,pcie-r8a7790" for the R8A7790 SoC;
-- 
2.17.1


[-- Attachment #2: Type: text/plain, Size: 420 bytes --]


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5988): https://lists.cip-project.org/g/cip-dev/message/5988
Mute This Topic: https://lists.cip-project.org/mt/79421230/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-


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

* [cip-dev] [PATCH 4.19.y-cip 2/2] dt-bindings: PCI: rcar-pci-host: Document r8a774e1 bindings
  2021-01-04 10:19 [cip-dev] [PATCH 4.19.y-cip 0/2] dt-bindings: PCI: rcar: Add missing RZ/G2 SoC's Lad Prabhakar
  2021-01-04 10:19 ` [cip-dev] [PATCH 4.19.y-cip 1/2] dt-bindings: PCI: rcar: Add device tree support for r8a774b1 Lad Prabhakar
@ 2021-01-04 10:19 ` Lad Prabhakar
  1 sibling, 0 replies; 3+ messages in thread
From: Lad Prabhakar @ 2021-01-04 10:19 UTC (permalink / raw)
  To: cip-dev, Nobuhiro Iwamatsu, Pavel Machek; +Cc: Biju Das

[-- Attachment #1: Type: text/plain, Size: 1710 bytes --]

commit 64fc0a030987eec45c5362618bacdef7227783d5 upstream.

Document the RZ/G2H (a.k.a. R8A774E1) SoC in the R-Car PCIe bingings.

[shimoda: minor change the subject and description]

Link: https://lore.kernel.org/r/1604455096-13923-4-git-send-email-yoshihiro.shimoda.uh@renesas.com
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Acked-by: Rob Herring <robh@kernel.org>
[PL: Patched text version of binding file]
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@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 a59c2ee141ec..5f3b88511dc3 100644
--- a/Documentation/devicetree/bindings/pci/rcar-pci.txt
+++ b/Documentation/devicetree/bindings/pci/rcar-pci.txt
@@ -5,6 +5,7 @@ compatible: "renesas,pcie-r8a7743" for the R8A7743 SoC;
 	    "renesas,pcie-r8a774a1" for the R8A774A1 SoC;
 	    "renesas,pcie-r8a774b1" for the R8A774B1 SoC;
 	    "renesas,pcie-r8a774c0" for the R8A774C0 SoC;
+	    "renesas,pcie-r8a774e1" for the R8A774E1 SoC;
 	    "renesas,pcie-r8a7779" for the R8A7779 SoC;
 	    "renesas,pcie-r8a7790" for the R8A7790 SoC;
 	    "renesas,pcie-r8a7791" for the R8A7791 SoC;
-- 
2.17.1


[-- Attachment #2: Type: text/plain, Size: 420 bytes --]


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5989): https://lists.cip-project.org/g/cip-dev/message/5989
Mute This Topic: https://lists.cip-project.org/mt/79421231/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-


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

end of thread, other threads:[~2021-01-04 10:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-04 10:19 [cip-dev] [PATCH 4.19.y-cip 0/2] dt-bindings: PCI: rcar: Add missing RZ/G2 SoC's Lad Prabhakar
2021-01-04 10:19 ` [cip-dev] [PATCH 4.19.y-cip 1/2] dt-bindings: PCI: rcar: Add device tree support for r8a774b1 Lad Prabhakar
2021-01-04 10:19 ` [cip-dev] [PATCH 4.19.y-cip 2/2] dt-bindings: PCI: rcar-pci-host: Document r8a774e1 bindings Lad Prabhakar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.