All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] iommu/ipmmu-vmsa: R-Car Gen3 IPMMU DT binding update
@ 2017-09-21 21:44 ` Magnus Damm
  0 siblings, 0 replies; 12+ messages in thread
From: Magnus Damm @ 2017-09-21 21:44 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: mark.rutland-5wv7dgnIgG8,
	laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw,
	geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ,
	joro-zLv9SwRftAIdnm+yROfE0A,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ, Magnus Damm,
	robin.murphy-5wv7dgnIgG8

iommu/ipmmu-vmsa: R-Car Gen3 IPMMU DT binding update

[PATCH 1/3] iommu/ipmmu-vmsa: Document R-Car M3-W IPMMU DT bindings
[PATCH 2/3] iommu/ipmmu-vmsa: Document R-Car V3M IPMMU DT bindings
[PATCH 3/3] iommu/ipmmu-vmsa: Document R-Car D3 IPMMU DT bindings

This series documents IPMMU DT bindings for the following SoCs:
 - R-Car M3-W - R8A7796
 - R-Car V3M - R8A77970
 - R-Car D3 - R8A77995

Patch 1/3 is ready for upstream merge and includes the following tags:
Signed-off-by: Magnus Damm <damm+renesas-yzvPICuk2ACczHhG9Qg4qA@public.gmane.org>
Acked-by: Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Acked-by: Simon Horman <horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
Acked-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>

Patch 2/3 and 3/3 are quite trivial but have no acked-by so far.

Signed-off-by: Magnus Damm <damm+renesas-yzvPICuk2ACczHhG9Qg4qA@public.gmane.org>
---

 Developed on top of v4.14-rc1

 Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt |    3 +++
 1 file changed, 3 insertions(+)

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH 0/3] iommu/ipmmu-vmsa: R-Car Gen3 IPMMU DT binding update
@ 2017-09-21 21:44 ` Magnus Damm
  0 siblings, 0 replies; 12+ messages in thread
From: Magnus Damm @ 2017-09-21 21:44 UTC (permalink / raw)
  To: devicetree
  Cc: mark.rutland, laurent.pinchart+renesas, geert+renesas, joro,
	linux-renesas-soc, iommu, robh+dt, horms+renesas, Magnus Damm,
	robin.murphy

iommu/ipmmu-vmsa: R-Car Gen3 IPMMU DT binding update

[PATCH 1/3] iommu/ipmmu-vmsa: Document R-Car M3-W IPMMU DT bindings
[PATCH 2/3] iommu/ipmmu-vmsa: Document R-Car V3M IPMMU DT bindings
[PATCH 3/3] iommu/ipmmu-vmsa: Document R-Car D3 IPMMU DT bindings

This series documents IPMMU DT bindings for the following SoCs:
 - R-Car M3-W - R8A7796
 - R-Car V3M - R8A77970
 - R-Car D3 - R8A77995

Patch 1/3 is ready for upstream merge and includes the following tags:
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

Patch 2/3 and 3/3 are quite trivial but have no acked-by so far.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 Developed on top of v4.14-rc1

 Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt |    3 +++
 1 file changed, 3 insertions(+)

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

* [PATCH 1/3] iommu/ipmmu-vmsa: Document R-Car M3-W IPMMU DT bindings
  2017-09-21 21:44 ` Magnus Damm
  (?)
@ 2017-09-21 21:45 ` Magnus Damm
  -1 siblings, 0 replies; 12+ messages in thread
From: Magnus Damm @ 2017-09-21 21:45 UTC (permalink / raw)
  To: devicetree
  Cc: mark.rutland, laurent.pinchart+renesas, geert+renesas, joro,
	linux-renesas-soc, iommu, robh+dt, horms+renesas, Magnus Damm,
	robin.murphy

From: Magnus Damm <damm+renesas@opensource.se>

Update the IPMMU DT binding documentation to include the r8a7796 compat
string for the IPMMU devices included in the R-Car M3-W SoC.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
---

 Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt |    1 +
 1 file changed, 1 insertion(+)

--- 0001/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt
+++ work/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt	2017-09-22 06:20:20.720607110 +0900
@@ -16,6 +16,7 @@ Required Properties:
     - "renesas,ipmmu-r8a7793" for the R8A7793 (R-Car M2-N) IPMMU.
     - "renesas,ipmmu-r8a7794" for the R8A7794 (R-Car E2) IPMMU.
     - "renesas,ipmmu-r8a7795" for the R8A7795 (R-Car H3) IPMMU.
+    - "renesas,ipmmu-r8a7796" for the R8A7796 (R-Car M3-W) IPMMU.
     - "renesas,ipmmu-vmsa" for generic R-Car Gen2 VMSA-compatible IPMMU.
 
   - reg: Base address and size of the IPMMU registers.

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

* [PATCH 2/3] iommu/ipmmu-vmsa: Document R-Car V3M IPMMU DT bindings
  2017-09-21 21:44 ` Magnus Damm
  (?)
  (?)
@ 2017-09-21 21:45 ` Magnus Damm
  2017-09-22  9:59     ` Geert Uytterhoeven
  2017-10-03 21:41     ` Rob Herring
  -1 siblings, 2 replies; 12+ messages in thread
From: Magnus Damm @ 2017-09-21 21:45 UTC (permalink / raw)
  To: devicetree
  Cc: mark.rutland, laurent.pinchart+renesas, geert+renesas, joro,
	linux-renesas-soc, iommu, robh+dt, horms+renesas, Magnus Damm,
	robin.murphy

From: Magnus Damm <damm+renesas@opensource.se>

Update the IPMMU DT binding documentation to include the r8a77970 compat
string for the IPMMU devices included in the R-Car V3M SoC.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt |    1 +
 1 file changed, 1 insertion(+)

--- 0002/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt
+++ work/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt	2017-09-22 06:16:39.180607110 +0900
@@ -17,6 +17,7 @@ Required Properties:
     - "renesas,ipmmu-r8a7794" for the R8A7794 (R-Car E2) IPMMU.
     - "renesas,ipmmu-r8a7795" for the R8A7795 (R-Car H3) IPMMU.
     - "renesas,ipmmu-r8a7796" for the R8A7796 (R-Car M3-W) IPMMU.
+    - "renesas,ipmmu-r8a77970" for the R8A77970 (R-Car V3M) IPMMU.
     - "renesas,ipmmu-vmsa" for generic R-Car Gen2 VMSA-compatible IPMMU.
 
   - reg: Base address and size of the IPMMU registers.

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

* [PATCH 3/3] iommu/ipmmu-vmsa: Document R-Car D3 IPMMU DT bindings
  2017-09-21 21:44 ` Magnus Damm
                   ` (2 preceding siblings ...)
  (?)
@ 2017-09-21 21:45 ` Magnus Damm
  2017-09-22  9:59   ` Geert Uytterhoeven
  2017-10-03 21:45   ` Rob Herring
  -1 siblings, 2 replies; 12+ messages in thread
From: Magnus Damm @ 2017-09-21 21:45 UTC (permalink / raw)
  To: devicetree
  Cc: mark.rutland, laurent.pinchart+renesas, geert+renesas, joro,
	linux-renesas-soc, iommu, robh+dt, horms+renesas, Magnus Damm,
	robin.murphy

From: Magnus Damm <damm+renesas@opensource.se>

Update the IPMMU DT binding documentation to include the r8a77995 compat
string for the IPMMU devices included in the R-Car D3 SoC.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt |    1 +
 1 file changed, 1 insertion(+)

--- 0003/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt
+++ work/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt	2017-09-22 06:21:25.640607110 +0900
@@ -18,6 +18,7 @@ Required Properties:
     - "renesas,ipmmu-r8a7795" for the R8A7795 (R-Car H3) IPMMU.
     - "renesas,ipmmu-r8a7796" for the R8A7796 (R-Car M3-W) IPMMU.
     - "renesas,ipmmu-r8a77970" for the R8A77970 (R-Car V3M) IPMMU.
+    - "renesas,ipmmu-r8a77995" for the R8A77995 (R-Car D3) IPMMU.
     - "renesas,ipmmu-vmsa" for generic R-Car Gen2 VMSA-compatible IPMMU.
 
   - reg: Base address and size of the IPMMU registers.

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

* Re: [PATCH 3/3] iommu/ipmmu-vmsa: Document R-Car D3 IPMMU DT bindings
  2017-09-21 21:45 ` [PATCH 3/3] iommu/ipmmu-vmsa: Document R-Car D3 " Magnus Damm
@ 2017-09-22  9:59   ` Geert Uytterhoeven
  2017-10-03 21:45   ` Rob Herring
  1 sibling, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2017-09-22  9:59 UTC (permalink / raw)
  To: Magnus Damm
  Cc: devicetree, Mark Rutland, Laurent Pinchart, Geert Uytterhoeven,
	Joerg Roedel, Linux-Renesas, iommu, Rob Herring, Simon Horman,
	Robin Murphy

On Thu, Sep 21, 2017 at 11:45 PM, Magnus Damm <magnus.damm@gmail.com> wrote:
> From: Magnus Damm <damm+renesas@opensource.se>
>
> Update the IPMMU DT binding documentation to include the r8a77995 compat
> string for the IPMMU devices included in the R-Car D3 SoC.
>
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>

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

* Re: [PATCH 2/3] iommu/ipmmu-vmsa: Document R-Car V3M IPMMU DT bindings
  2017-09-21 21:45 ` [PATCH 2/3] iommu/ipmmu-vmsa: Document R-Car V3M " Magnus Damm
@ 2017-09-22  9:59     ` Geert Uytterhoeven
  2017-10-03 21:41     ` Rob Herring
  1 sibling, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2017-09-22  9:59 UTC (permalink / raw)
  To: Magnus Damm
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, Mark Rutland,
	Laurent Pinchart, Geert Uytterhoeven, Joerg Roedel,
	Linux-Renesas, iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	Rob Herring, Simon Horman, Robin Murphy

On Thu, Sep 21, 2017 at 11:45 PM, Magnus Damm <magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> From: Magnus Damm <damm+renesas-yzvPICuk2ACczHhG9Qg4qA@public.gmane.org>
>
> Update the IPMMU DT binding documentation to include the r8a77970 compat
> string for the IPMMU devices included in the R-Car V3M SoC.
>
> Signed-off-by: Magnus Damm <damm+renesas-yzvPICuk2ACczHhG9Qg4qA@public.gmane.org>

Acked-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.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
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 2/3] iommu/ipmmu-vmsa: Document R-Car V3M IPMMU DT bindings
@ 2017-09-22  9:59     ` Geert Uytterhoeven
  0 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2017-09-22  9:59 UTC (permalink / raw)
  To: Magnus Damm
  Cc: devicetree, Mark Rutland, Laurent Pinchart, Geert Uytterhoeven,
	Joerg Roedel, Linux-Renesas, iommu, Rob Herring, Simon Horman,
	Robin Murphy

On Thu, Sep 21, 2017 at 11:45 PM, Magnus Damm <magnus.damm@gmail.com> wrote:
> From: Magnus Damm <damm+renesas@opensource.se>
>
> Update the IPMMU DT binding documentation to include the r8a77970 compat
> string for the IPMMU devices included in the R-Car V3M SoC.
>
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>

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

* Re: [PATCH 2/3] iommu/ipmmu-vmsa: Document R-Car V3M IPMMU DT bindings
  2017-09-21 21:45 ` [PATCH 2/3] iommu/ipmmu-vmsa: Document R-Car V3M " Magnus Damm
@ 2017-10-03 21:41     ` Rob Herring
  2017-10-03 21:41     ` Rob Herring
  1 sibling, 0 replies; 12+ messages in thread
From: Rob Herring @ 2017-10-03 21:41 UTC (permalink / raw)
  To: Magnus Damm
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, mark.rutland-5wv7dgnIgG8,
	laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw,
	geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ,
	joro-zLv9SwRftAIdnm+yROfE0A,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ, robin.murphy-5wv7dgnIgG8

On Fri, Sep 22, 2017 at 06:45:16AM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm+renesas-yzvPICuk2ACczHhG9Qg4qA@public.gmane.org>
> 
> Update the IPMMU DT binding documentation to include the r8a77970 compat
> string for the IPMMU devices included in the R-Car V3M SoC.
> 
> Signed-off-by: Magnus Damm <damm+renesas-yzvPICuk2ACczHhG9Qg4qA@public.gmane.org>
> ---
> 
>  Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt |    1 +
>  1 file changed, 1 insertion(+)

Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 2/3] iommu/ipmmu-vmsa: Document R-Car V3M IPMMU DT bindings
@ 2017-10-03 21:41     ` Rob Herring
  0 siblings, 0 replies; 12+ messages in thread
From: Rob Herring @ 2017-10-03 21:41 UTC (permalink / raw)
  To: Magnus Damm
  Cc: devicetree, mark.rutland, laurent.pinchart+renesas,
	geert+renesas, joro, linux-renesas-soc, iommu, horms+renesas,
	robin.murphy

On Fri, Sep 22, 2017 at 06:45:16AM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm+renesas@opensource.se>
> 
> Update the IPMMU DT binding documentation to include the r8a77970 compat
> string for the IPMMU devices included in the R-Car V3M SoC.
> 
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
> ---
> 
>  Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt |    1 +
>  1 file changed, 1 insertion(+)

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

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

* Re: [PATCH 3/3] iommu/ipmmu-vmsa: Document R-Car D3 IPMMU DT bindings
  2017-09-21 21:45 ` [PATCH 3/3] iommu/ipmmu-vmsa: Document R-Car D3 " Magnus Damm
  2017-09-22  9:59   ` Geert Uytterhoeven
@ 2017-10-03 21:45   ` Rob Herring
  1 sibling, 0 replies; 12+ messages in thread
From: Rob Herring @ 2017-10-03 21:45 UTC (permalink / raw)
  To: Magnus Damm
  Cc: devicetree, mark.rutland, laurent.pinchart+renesas,
	geert+renesas, joro, linux-renesas-soc, iommu, horms+renesas,
	robin.murphy

On Fri, Sep 22, 2017 at 06:45:26AM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm+renesas@opensource.se>
> 
> Update the IPMMU DT binding documentation to include the r8a77995 compat
> string for the IPMMU devices included in the R-Car D3 SoC.
> 
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
> ---
> 
>  Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt |    1 +
>  1 file changed, 1 insertion(+)

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

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

* Re: [PATCH 0/3] iommu/ipmmu-vmsa: R-Car Gen3 IPMMU DT binding update
  2017-09-21 21:44 ` Magnus Damm
                   ` (3 preceding siblings ...)
  (?)
@ 2017-10-10  9:39 ` Joerg Roedel
  -1 siblings, 0 replies; 12+ messages in thread
From: Joerg Roedel @ 2017-10-10  9:39 UTC (permalink / raw)
  To: Magnus Damm
  Cc: devicetree, mark.rutland, laurent.pinchart+renesas,
	geert+renesas, linux-renesas-soc, iommu, robh+dt, horms+renesas,
	robin.murphy

On Fri, Sep 22, 2017 at 06:44:54AM +0900, Magnus Damm wrote:
> iommu/ipmmu-vmsa: R-Car Gen3 IPMMU DT binding update
> 
> [PATCH 1/3] iommu/ipmmu-vmsa: Document R-Car M3-W IPMMU DT bindings
> [PATCH 2/3] iommu/ipmmu-vmsa: Document R-Car V3M IPMMU DT bindings
> [PATCH 3/3] iommu/ipmmu-vmsa: Document R-Car D3 IPMMU DT bindings

I guess this goes upstream through the devicetree repository?


	Joerg

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

end of thread, other threads:[~2017-10-10  9:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-21 21:44 [PATCH 0/3] iommu/ipmmu-vmsa: R-Car Gen3 IPMMU DT binding update Magnus Damm
2017-09-21 21:44 ` Magnus Damm
2017-09-21 21:45 ` [PATCH 1/3] iommu/ipmmu-vmsa: Document R-Car M3-W IPMMU DT bindings Magnus Damm
2017-09-21 21:45 ` [PATCH 2/3] iommu/ipmmu-vmsa: Document R-Car V3M " Magnus Damm
2017-09-22  9:59   ` Geert Uytterhoeven
2017-09-22  9:59     ` Geert Uytterhoeven
2017-10-03 21:41   ` Rob Herring
2017-10-03 21:41     ` Rob Herring
2017-09-21 21:45 ` [PATCH 3/3] iommu/ipmmu-vmsa: Document R-Car D3 " Magnus Damm
2017-09-22  9:59   ` Geert Uytterhoeven
2017-10-03 21:45   ` Rob Herring
2017-10-10  9:39 ` [PATCH 0/3] iommu/ipmmu-vmsa: R-Car Gen3 IPMMU DT binding update Joerg Roedel

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.