All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <000601d22451$5eb46fc0$1c1d4f40$@codeaurora.org>

diff --git a/a/1.txt b/N1/1.txt
index 250acc0..44c8fe4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -34,7 +34,7 @@ Hi Marek,
 >>   at the same place as of_dma_configure.
 >>
 >>   This series is based on the recently merged Generic DT bindings for
->>   PCI IOMMUs and ARM SMMU from Robin Murphy robin.murphy-5wv7dgnIgG8@public.gmane.org [2]
+>>   PCI IOMMUs and ARM SMMU from Robin Murphy robin.murphy at arm.com [2]
 >>
 >>   This time tested this with platform and pci device for probe deferral
 >>   and reprobe on arm64 based platform. There is an issue on the cleanup
@@ -46,7 +46,7 @@ Hi Marek,
 >
 >Thanks for continuing work on this feature! Your can add my:
 >
->Tested-by: Marek Szyprowski <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
+>Tested-by: Marek Szyprowski <m.szyprowski@samsung.com>
 >
   Thanks for testing this. So the for the below fix, the remove_device callback
   gets called on the dma_ops cleanup path, so would it be easy to remove the
@@ -60,7 +60,7 @@ Regards,
 >infinite loop due to list corruption (same element is added twice if master
 >device fails with deferred probe):
 >
->From: Marek Szyprowski <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
+>From: Marek Szyprowski <m.szyprowski@samsung.com>
 >Date: Mon, 10 Oct 2016 14:22:42 +0200
 >Subject: [PATCH] iommu/exynos: ensure that sysmmu is added only once to its
 >  master
@@ -70,7 +70,7 @@ Regards,
 >when masters device driver fails with EPROBE_DEFER), so ensure that
 >SYSMMU controller is added to its master device (owner) only once.
 >
->Signed-off-by: Marek Szyprowski <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
+>Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
 >---
 >  drivers/iommu/exynos-iommu.c | 6 +++++-
 >  1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/a/content_digest b/N1/content_digest
index 24ab324..9dcb0fc 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -8,28 +8,16 @@
   "ref\00012cfb59f-f7ca-d4df-eb7f-42348e357979\@samsung.com\0"
 ]
 [
-  "ref\00012cfb59f-f7ca-d4df-eb7f-42348e357979-Sze3O3UU22JBDgjK7y7TUQ\@public.gmane.org\0"
+  "From\0sricharan\@codeaurora.org (Sricharan)\0"
 ]
 [
-  "From\0Sricharan <sricharan-sgV2jX0FEOL9JmXXK+q4OQ\@public.gmane.org>\0"
-]
-[
-  "Subject\0RE: [PATCH V3 0/8] IOMMU probe deferral support\0"
+  "Subject\0[PATCH V3 0/8] IOMMU probe deferral support\0"
 ]
 [
   "Date\0Wed, 12 Oct 2016 11:54:57 +0530\0"
 ]
 [
-  "To\0'Marek Szyprowski' <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ\@public.gmane.org>",
-  " will.deacon-5wv7dgnIgG8\@public.gmane.org",
-  " robin.murphy-5wv7dgnIgG8\@public.gmane.org",
-  " joro-zLv9SwRftAIdnm+yROfE0A\@public.gmane.org",
-  " iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA\@public.gmane.org",
-  " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r\@public.gmane.org",
-  " linux-arm-msm-u79uwXL29TY76Z2rM5mHXA\@public.gmane.org",
-  " laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw\@public.gmane.org",
-  " tfiga-F7+t8E8rja9g9hUCZPvPmw\@public.gmane.org",
-  " srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A\@public.gmane.org\0"
+  "To\0linux-arm-kernel\@lists.infradead.org\0"
 ]
 [
   "\0000:1\0"
@@ -74,7 +62,7 @@
   ">>   at the same place as of_dma_configure.\n",
   ">>\n",
   ">>   This series is based on the recently merged Generic DT bindings for\n",
-  ">>   PCI IOMMUs and ARM SMMU from Robin Murphy robin.murphy-5wv7dgnIgG8\@public.gmane.org [2]\n",
+  ">>   PCI IOMMUs and ARM SMMU from Robin Murphy robin.murphy at arm.com [2]\n",
   ">>\n",
   ">>   This time tested this with platform and pci device for probe deferral\n",
   ">>   and reprobe on arm64 based platform. There is an issue on the cleanup\n",
@@ -86,7 +74,7 @@
   ">\n",
   ">Thanks for continuing work on this feature! Your can add my:\n",
   ">\n",
-  ">Tested-by: Marek Szyprowski <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ\@public.gmane.org>\n",
+  ">Tested-by: Marek Szyprowski <m.szyprowski\@samsung.com>\n",
   ">\n",
   "  Thanks for testing this. So the for the below fix, the remove_device callback\n",
   "  gets called on the dma_ops cleanup path, so would it be easy to remove the\n",
@@ -100,7 +88,7 @@
   ">infinite loop due to list corruption (same element is added twice if master\n",
   ">device fails with deferred probe):\n",
   ">\n",
-  ">From: Marek Szyprowski <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ\@public.gmane.org>\n",
+  ">From: Marek Szyprowski <m.szyprowski\@samsung.com>\n",
   ">Date: Mon, 10 Oct 2016 14:22:42 +0200\n",
   ">Subject: [PATCH] iommu/exynos: ensure that sysmmu is added only once to its\n",
   ">  master\n",
@@ -110,7 +98,7 @@
   ">when masters device driver fails with EPROBE_DEFER), so ensure that\n",
   ">SYSMMU controller is added to its master device (owner) only once.\n",
   ">\n",
-  ">Signed-off-by: Marek Szyprowski <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ\@public.gmane.org>\n",
+  ">Signed-off-by: Marek Szyprowski <m.szyprowski\@samsung.com>\n",
   ">---\n",
   ">  drivers/iommu/exynos-iommu.c | 6 +++++-\n",
   ">  1 file changed, 5 insertions(+), 1 deletion(-)\n",
@@ -144,4 +132,4 @@
   ">"
 ]
 
-6139cbabcea2ca67f9dcfccedddb5eb054b9f9b81933982f6a878585450ab3b1
+d789e095268847d41c1692643144682f1e2312d87a54d390db37ab591518403e

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.