devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] iommu/ipmmu-vmsa: Add r8a7796 DT binding
@ 2016-10-27 10:45 Magnus Damm
  2016-10-31  5:15 ` Rob Herring
  0 siblings, 1 reply; 3+ messages in thread
From: Magnus Damm @ 2016-10-27 10:45 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: mark.rutland-5wv7dgnIgG8,
	laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw,
	geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ, Magnus Damm,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ

From: Magnus Damm <damm+renesas-yzvPICuk2ACczHhG9Qg4qA@public.gmane.org>

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

Signed-off-by: Magnus Damm <damm+renesas-yzvPICuk2ACczHhG9Qg4qA@public.gmane.org>
Acked-by: Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
---

 Changes since V1:
 - Added Acked-by from Laurent - thanks!

 Now broken out, however earlier V1 posted as part of:
 [PATCH 0/3] iommu/ipmmu-vmsa: Initial r8a7796 support

 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	2016-06-06 11:27:37.560607110 +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] 3+ messages in thread

* Re: [PATCH v2] iommu/ipmmu-vmsa: Add r8a7796 DT binding
  2016-10-27 10:45 [PATCH v2] iommu/ipmmu-vmsa: Add r8a7796 DT binding Magnus Damm
@ 2016-10-31  5:15 ` Rob Herring
  2016-10-31  8:28   ` Simon Horman
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2016-10-31  5:15 UTC (permalink / raw)
  To: Magnus Damm
  Cc: devicetree, mark.rutland, laurent.pinchart+renesas, geert+renesas,
	joro, linux-kernel, linux-renesas-soc, iommu, horms+renesas

On Thu, Oct 27, 2016 at 07:45:10PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm+renesas@opensource.se>
> 
> Update the IPMMU DT binding documentation to include the r8a7796 compat
> string for R-Car M3-W.
> 
> Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> 
>  Changes since V1:
>  - Added Acked-by from Laurent - thanks!
> 
>  Now broken out, however earlier V1 posted as part of:
>  [PATCH 0/3] iommu/ipmmu-vmsa: Initial r8a7796 support
> 
>  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] 3+ messages in thread

* Re: [PATCH v2] iommu/ipmmu-vmsa: Add r8a7796 DT binding
  2016-10-31  5:15 ` Rob Herring
@ 2016-10-31  8:28   ` Simon Horman
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Horman @ 2016-10-31  8:28 UTC (permalink / raw)
  To: Rob Herring
  Cc: Magnus Damm, devicetree, mark.rutland, laurent.pinchart+renesas,
	geert+renesas, joro, linux-kernel, linux-renesas-soc, iommu

On Mon, Oct 31, 2016 at 12:15:16AM -0500, Rob Herring wrote:
> On Thu, Oct 27, 2016 at 07:45:10PM +0900, Magnus Damm wrote:
> > From: Magnus Damm <damm+renesas@opensource.se>
> > 
> > Update the IPMMU DT binding documentation to include the r8a7796 compat
> > string for R-Car M3-W.
> > 
> > Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
> > Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > ---
> > 
> >  Changes since V1:
> >  - Added Acked-by from Laurent - thanks!
> > 
> >  Now broken out, however earlier V1 posted as part of:
> >  [PATCH 0/3] iommu/ipmmu-vmsa: Initial r8a7796 support
> > 
> >  Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt |    1 +
> >  1 file changed, 1 insertion(+)
> 
> Acked-by: Rob Herring <robh@kernel.org>

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

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

end of thread, other threads:[~2016-10-31  8:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-27 10:45 [PATCH v2] iommu/ipmmu-vmsa: Add r8a7796 DT binding Magnus Damm
2016-10-31  5:15 ` Rob Herring
2016-10-31  8:28   ` 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).