iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] iommu/renesas: Add support for r8a77961
@ 2020-06-11 11:10 Yoshihiro Shimoda
  2020-06-11 11:10 ` [PATCH 1/2] dt-bindings: iommu: renesas, ipmmu-vmsa: add r8a77961 support Yoshihiro Shimoda
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Yoshihiro Shimoda @ 2020-06-11 11:10 UTC (permalink / raw)
  To: joro, robh+dt; +Cc: linux-renesas-soc, devicetree, iommu

This patch series is based on next-20200611.

Yoshihiro Shimoda (2):
  dt-bindings: iommu: renesas,ipmmu-vmsa: add r8a77961 support
  iommu/renesas: Add support for r8a77961

 Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml | 1 +
 drivers/iommu/ipmmu-vmsa.c                                      | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

-- 
2.7.4

_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

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

* [PATCH 1/2] dt-bindings: iommu: renesas, ipmmu-vmsa: add r8a77961 support
  2020-06-11 11:10 [PATCH 0/2] iommu/renesas: Add support for r8a77961 Yoshihiro Shimoda
@ 2020-06-11 11:10 ` Yoshihiro Shimoda
  2020-06-17 22:38   ` Rob Herring
  2020-06-18  7:39   ` Geert Uytterhoeven
  2020-06-11 11:10 ` [PATCH 2/2] iommu/renesas: Add support for r8a77961 Yoshihiro Shimoda
  2020-06-30  9:35 ` [PATCH 0/2] " Joerg Roedel
  2 siblings, 2 replies; 6+ messages in thread
From: Yoshihiro Shimoda @ 2020-06-11 11:10 UTC (permalink / raw)
  To: joro, robh+dt; +Cc: linux-renesas-soc, devicetree, iommu

Add support for r8a77961 (R-Car M3-W+).

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml b/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml
index 39675cf..e9d28a4 100644
--- a/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml
+++ b/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml
@@ -35,6 +35,7 @@ properties:
               - renesas,ipmmu-r8a774c0 # RZ/G2E
               - renesas,ipmmu-r8a7795  # R-Car H3
               - renesas,ipmmu-r8a7796  # R-Car M3-W
+              - renesas,ipmmu-r8a77961 # R-Car M3-W+
               - renesas,ipmmu-r8a77965 # R-Car M3-N
               - renesas,ipmmu-r8a77970 # R-Car V3M
               - renesas,ipmmu-r8a77980 # R-Car V3H
-- 
2.7.4

_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

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

* [PATCH 2/2] iommu/renesas: Add support for r8a77961
  2020-06-11 11:10 [PATCH 0/2] iommu/renesas: Add support for r8a77961 Yoshihiro Shimoda
  2020-06-11 11:10 ` [PATCH 1/2] dt-bindings: iommu: renesas, ipmmu-vmsa: add r8a77961 support Yoshihiro Shimoda
@ 2020-06-11 11:10 ` Yoshihiro Shimoda
  2020-06-30  9:35 ` [PATCH 0/2] " Joerg Roedel
  2 siblings, 0 replies; 6+ messages in thread
From: Yoshihiro Shimoda @ 2020-06-11 11:10 UTC (permalink / raw)
  To: joro, robh+dt; +Cc: linux-renesas-soc, devicetree, iommu

Add support for r8a77961 (R-Car M3-W+).

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 drivers/iommu/ipmmu-vmsa.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c
index 4c2972f..b57b1f2 100644
--- a/drivers/iommu/ipmmu-vmsa.c
+++ b/drivers/iommu/ipmmu-vmsa.c
@@ -3,7 +3,7 @@
  * IOMMU API for Renesas VMSA-compatible IPMMU
  * Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
  *
- * Copyright (C) 2014 Renesas Electronics Corporation
+ * Copyright (C) 2014-2020 Renesas Electronics Corporation
  */
 
 #include <linux/bitmap.h>
@@ -753,6 +753,7 @@ static const struct soc_device_attribute soc_rcar_gen3_whitelist[] = {
 	{ .soc_id = "r8a774b1", },
 	{ .soc_id = "r8a774c0", },
 	{ .soc_id = "r8a7795", .revision = "ES3.*" },
+	{ .soc_id = "r8a77961", },
 	{ .soc_id = "r8a77965", },
 	{ .soc_id = "r8a77990", },
 	{ .soc_id = "r8a77995", },
@@ -970,6 +971,9 @@ static const struct of_device_id ipmmu_of_ids[] = {
 		.compatible = "renesas,ipmmu-r8a7796",
 		.data = &ipmmu_features_rcar_gen3,
 	}, {
+		.compatible = "renesas,ipmmu-r8a77961",
+		.data = &ipmmu_features_rcar_gen3,
+	}, {
 		.compatible = "renesas,ipmmu-r8a77965",
 		.data = &ipmmu_features_rcar_gen3,
 	}, {
-- 
2.7.4

_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

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

* Re: [PATCH 1/2] dt-bindings: iommu: renesas, ipmmu-vmsa: add r8a77961 support
  2020-06-11 11:10 ` [PATCH 1/2] dt-bindings: iommu: renesas, ipmmu-vmsa: add r8a77961 support Yoshihiro Shimoda
@ 2020-06-17 22:38   ` Rob Herring
  2020-06-18  7:39   ` Geert Uytterhoeven
  1 sibling, 0 replies; 6+ messages in thread
From: Rob Herring @ 2020-06-17 22:38 UTC (permalink / raw)
  To: Yoshihiro Shimoda; +Cc: linux-renesas-soc, devicetree, robh+dt, iommu

On Thu, 11 Jun 2020 20:10:29 +0900, Yoshihiro Shimoda wrote:
> Add support for r8a77961 (R-Car M3-W+).
> 
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
>  Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

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

* Re: [PATCH 1/2] dt-bindings: iommu: renesas, ipmmu-vmsa: add r8a77961 support
  2020-06-11 11:10 ` [PATCH 1/2] dt-bindings: iommu: renesas, ipmmu-vmsa: add r8a77961 support Yoshihiro Shimoda
  2020-06-17 22:38   ` Rob Herring
@ 2020-06-18  7:39   ` Geert Uytterhoeven
  1 sibling, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2020-06-18  7:39 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Rob Herring, Linux IOMMU

On Thu, Jun 11, 2020 at 1:11 PM Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
> Add support for r8a77961 (R-Car M3-W+).
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@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
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

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

* Re: [PATCH 0/2] iommu/renesas: Add support for r8a77961
  2020-06-11 11:10 [PATCH 0/2] iommu/renesas: Add support for r8a77961 Yoshihiro Shimoda
  2020-06-11 11:10 ` [PATCH 1/2] dt-bindings: iommu: renesas, ipmmu-vmsa: add r8a77961 support Yoshihiro Shimoda
  2020-06-11 11:10 ` [PATCH 2/2] iommu/renesas: Add support for r8a77961 Yoshihiro Shimoda
@ 2020-06-30  9:35 ` Joerg Roedel
  2 siblings, 0 replies; 6+ messages in thread
From: Joerg Roedel @ 2020-06-30  9:35 UTC (permalink / raw)
  To: Yoshihiro Shimoda; +Cc: linux-renesas-soc, devicetree, iommu, robh+dt

On Thu, Jun 11, 2020 at 08:10:28PM +0900, Yoshihiro Shimoda wrote:
> This patch series is based on next-20200611.
> 
> Yoshihiro Shimoda (2):
>   dt-bindings: iommu: renesas,ipmmu-vmsa: add r8a77961 support
>   iommu/renesas: Add support for r8a77961

Applied, thanks.
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

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

end of thread, other threads:[~2020-06-30  9:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-11 11:10 [PATCH 0/2] iommu/renesas: Add support for r8a77961 Yoshihiro Shimoda
2020-06-11 11:10 ` [PATCH 1/2] dt-bindings: iommu: renesas, ipmmu-vmsa: add r8a77961 support Yoshihiro Shimoda
2020-06-17 22:38   ` Rob Herring
2020-06-18  7:39   ` Geert Uytterhoeven
2020-06-11 11:10 ` [PATCH 2/2] iommu/renesas: Add support for r8a77961 Yoshihiro Shimoda
2020-06-30  9:35 ` [PATCH 0/2] " 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).