linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: iommu: ipmmu-vmsa: Add r8a774c0 support
@ 2018-12-13 20:19 Fabrizio Castro
  2018-12-14 10:08 ` Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabrizio Castro @ 2018-12-13 20:19 UTC (permalink / raw)
  To: Joerg Roedel, Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, iommu, devicetree, linux-kernel, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Biju Das, linux-renesas-soc

Document RZ/G2E (R8A774C0) SoC bindings.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
---
 Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt b/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt
index e285c8a..b6bfbec 100644
--- a/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt
+++ b/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt
@@ -15,6 +15,7 @@ Required Properties:
     - "renesas,ipmmu-r8a7744" for the R8A7744 (RZ/G1N) IPMMU.
     - "renesas,ipmmu-r8a7745" for the R8A7745 (RZ/G1E) IPMMU.
     - "renesas,ipmmu-r8a774a1" for the R8A774A1 (RZ/G2M) IPMMU.
+    - "renesas,ipmmu-r8a774c0" for the R8A774C0 (RZ/G2E) IPMMU.
     - "renesas,ipmmu-r8a7790" for the R8A7790 (R-Car H2) IPMMU.
     - "renesas,ipmmu-r8a7791" for the R8A7791 (R-Car M2-W) IPMMU.
     - "renesas,ipmmu-r8a7793" for the R8A7793 (R-Car M2-N) IPMMU.
-- 
2.7.4


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

* Re: [PATCH] dt-bindings: iommu: ipmmu-vmsa: Add r8a774c0 support
  2018-12-13 20:19 [PATCH] dt-bindings: iommu: ipmmu-vmsa: Add r8a774c0 support Fabrizio Castro
@ 2018-12-14 10:08 ` Geert Uytterhoeven
  2018-12-15 13:52 ` Simon Horman
  2018-12-17  9:26 ` Joerg Roedel
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2018-12-14 10:08 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Joerg Roedel, Rob Herring, Mark Rutland, Linux IOMMU,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux Kernel Mailing List, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, Biju Das, Linux-Renesas

On Thu, Dec 13, 2018 at 9:19 PM Fabrizio Castro
<fabrizio.castro@bp.renesas.com> wrote:
> Document RZ/G2E (R8A774C0) SoC bindings.
>
> Signed-off-by: Fabrizio Castro <fabrizio.castro@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] 4+ messages in thread

* Re: [PATCH] dt-bindings: iommu: ipmmu-vmsa: Add r8a774c0 support
  2018-12-13 20:19 [PATCH] dt-bindings: iommu: ipmmu-vmsa: Add r8a774c0 support Fabrizio Castro
  2018-12-14 10:08 ` Geert Uytterhoeven
@ 2018-12-15 13:52 ` Simon Horman
  2018-12-17  9:26 ` Joerg Roedel
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-12-15 13:52 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Joerg Roedel, Rob Herring, Mark Rutland, iommu, devicetree,
	linux-kernel, Geert Uytterhoeven, Chris Paterson, Biju Das,
	linux-renesas-soc

On Thu, Dec 13, 2018 at 08:19:28PM +0000, Fabrizio Castro wrote:
> Document RZ/G2E (R8A774C0) SoC bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

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


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

* Re: [PATCH] dt-bindings: iommu: ipmmu-vmsa: Add r8a774c0 support
  2018-12-13 20:19 [PATCH] dt-bindings: iommu: ipmmu-vmsa: Add r8a774c0 support Fabrizio Castro
  2018-12-14 10:08 ` Geert Uytterhoeven
  2018-12-15 13:52 ` Simon Horman
@ 2018-12-17  9:26 ` Joerg Roedel
  2 siblings, 0 replies; 4+ messages in thread
From: Joerg Roedel @ 2018-12-17  9:26 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Rob Herring, Mark Rutland, iommu, devicetree, linux-kernel,
	Simon Horman, Geert Uytterhoeven, Chris Paterson, Biju Das,
	linux-renesas-soc

On Thu, Dec 13, 2018 at 08:19:28PM +0000, Fabrizio Castro wrote:
> Document RZ/G2E (R8A774C0) SoC bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

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

end of thread, other threads:[~2018-12-17  9:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-13 20:19 [PATCH] dt-bindings: iommu: ipmmu-vmsa: Add r8a774c0 support Fabrizio Castro
2018-12-14 10:08 ` Geert Uytterhoeven
2018-12-15 13:52 ` Simon Horman
2018-12-17  9:26 ` Joerg Roedel

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