All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170428131133.GJ13675@arm.com>

diff --git a/a/1.txt b/N1/1.txt
index 434955f..5546fd8 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,8 +10,8 @@ On Fri, Apr 14, 2017 at 01:43:15PM +0100, Ard Biesheuvel wrote:
 > tree without taking this into account, which may result in the output
 > below on systems where some SMMUs may be legally disabled.
 > 
->  Failed to initialise IOMMU /smb/smmu@e0200000
->  Failed to initialise IOMMU /smb/smmu@e0c00000
+>  Failed to initialise IOMMU /smb/smmu at e0200000
+>  Failed to initialise IOMMU /smb/smmu at e0c00000
 >  arm-smmu e0a00000.smmu: probing hardware configuration...
 >  arm-smmu e0a00000.smmu: SMMUv1 with:
 >  arm-smmu e0a00000.smmu:  stage 2 translation
@@ -20,13 +20,13 @@ On Fri, Apr 14, 2017 at 01:43:15PM +0100, Ard Biesheuvel wrote:
 >  arm-smmu e0a00000.smmu:  8 context banks (8 stage-2 only)
 >  arm-smmu e0a00000.smmu:  Supported page sizes: 0x60211000
 >  arm-smmu e0a00000.smmu:  Stage-2: 40-bit IPA -> 40-bit PA
->  Failed to initialise IOMMU /smb/smmu@e0600000
->  Failed to initialise IOMMU /smb/smmu@e0800000
+>  Failed to initialise IOMMU /smb/smmu at e0600000
+>  Failed to initialise IOMMU /smb/smmu at e0800000
 > 
 > Since this is not an error condition, only call the init function if
 > the device is enabled, which also inhibits the spurious error messages.
 > 
-> Signed-off-by: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
 > ---
 >  drivers/iommu/of_iommu.c | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -55,7 +55,3 @@ So I think we'd need an update to the generic IOMMU binding text to say
 exactly what the semantics are supposed to be here.
 
 Will
---
-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
diff --git a/a/content_digest b/N1/content_digest
index f88b084..43f4bbd 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,15 +1,8 @@
  "ref\020170414124315.2401-1-ard.biesheuvel@linaro.org\0"
- "ref\020170414124315.2401-1-ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org\0"
- "From\0Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>\0"
- "Subject\0Re: [PATCH] drivers/of_iommu: ignore SMMU DT nodes with status 'disabled'\0"
+ "From\0will.deacon@arm.com (Will Deacon)\0"
+ "Subject\0[PATCH] drivers/of_iommu: ignore SMMU DT nodes with status 'disabled'\0"
  "Date\0Fri, 28 Apr 2017 14:11:33 +0100\0"
- "To\0Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
- "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
-  iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
-  joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org
-  robin.murphy-5wv7dgnIgG8@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " mark.rutland-5wv7dgnIgG8@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Ard,\n"
@@ -24,8 +17,8 @@
  "> tree without taking this into account, which may result in the output\n"
  "> below on systems where some SMMUs may be legally disabled.\n"
  "> \n"
- ">  Failed to initialise IOMMU /smb/smmu@e0200000\n"
- ">  Failed to initialise IOMMU /smb/smmu@e0c00000\n"
+ ">  Failed to initialise IOMMU /smb/smmu at e0200000\n"
+ ">  Failed to initialise IOMMU /smb/smmu at e0c00000\n"
  ">  arm-smmu e0a00000.smmu: probing hardware configuration...\n"
  ">  arm-smmu e0a00000.smmu: SMMUv1 with:\n"
  ">  arm-smmu e0a00000.smmu:  stage 2 translation\n"
@@ -34,13 +27,13 @@
  ">  arm-smmu e0a00000.smmu:  8 context banks (8 stage-2 only)\n"
  ">  arm-smmu e0a00000.smmu:  Supported page sizes: 0x60211000\n"
  ">  arm-smmu e0a00000.smmu:  Stage-2: 40-bit IPA -> 40-bit PA\n"
- ">  Failed to initialise IOMMU /smb/smmu@e0600000\n"
- ">  Failed to initialise IOMMU /smb/smmu@e0800000\n"
+ ">  Failed to initialise IOMMU /smb/smmu at e0600000\n"
+ ">  Failed to initialise IOMMU /smb/smmu at e0800000\n"
  "> \n"
  "> Since this is not an error condition, only call the init function if\n"
  "> the device is enabled, which also inhibits the spurious error messages.\n"
  "> \n"
- "> Signed-off-by: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n"
+ "> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>\n"
  "> ---\n"
  ">  drivers/iommu/of_iommu.c | 2 +-\n"
  ">  1 file changed, 1 insertion(+), 1 deletion(-)\n"
@@ -68,10 +61,6 @@
  "So I think we'd need an update to the generic IOMMU binding text to say\n"
  "exactly what the semantics are supposed to be here.\n"
  "\n"
- "Will\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
- "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ Will
 
-28dfff1fc1cc2793b5a9329731d82115d505dbec1f29bcf0d91179ee77669867
+49ca894ba9e2599f85ad1094ccad8c86ae04f99e84832ec52167273822bafd75

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.