All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20130611215147.199B13E0D8D@localhost>

diff --git a/a/1.txt b/N1/1.txt
index b0dfbee..e4922f3 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-On Tue, 11 Jun 2013 17:22:55 +0100, Jonathan Austin <jonathan.austin@arm.com> wrote:
+On Tue, 11 Jun 2013 17:22:55 +0100, Jonathan Austin <jonathan.austin-5wv7dgnIgG8@public.gmane.org> wrote:
 > Hi Rob, Thomasz,
 > 
 > (dredging up an oldish thread as I just ran in to this issue)
@@ -26,7 +26,7 @@ On Tue, 11 Jun 2013 17:22:55 +0100, Jonathan Austin <jonathan.austin@arm.com> wr
 > of of_find_matching_node():
 > 
 > eg:
-> arch/arm/kernel/psci.c:167:2: error: implicit declaration of function ???of_find_matching_node??? [-Werror=implicit-function-declaration]
+> arch/arm/kernel/psci.c:167:2: error: implicit declaration of function ‘of_find_matching_node’ [-Werror=implicit-function-declaration]
 > 
 > The same happens with arm_arch_timer.c (well, there's a patch required to
 > include linux/of.h first, after which Thomasz's patch is relevant).
@@ -59,7 +59,7 @@ g.
 > > Rob
 > > 
 > >>
-> >> Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
+> >> Signed-off-by: Tomasz Figa <tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
 > >> ---
 > >>   include/linux/of.h | 92 +++++++++++++++++++++++++++++++++++++-----------------
 > >>   1 file changed, 63 insertions(+), 29 deletions(-)
@@ -230,7 +230,7 @@ g.
 > > 
 > > _______________________________________________
 > > linux-arm-kernel mailing list
-> > linux-arm-kernel at lists.infradead.org
+> > linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
 > > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 > > 
 > 
@@ -238,7 +238,7 @@ g.
 > 
 > _______________________________________________
 > linux-arm-kernel mailing list
-> linux-arm-kernel at lists.infradead.org
+> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
 > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
 -- 
diff --git a/N1/2.hdr b/N1/2.hdr
new file mode 100644
index 0000000..4b86001
--- /dev/null
+++ b/N1/2.hdr
@@ -0,0 +1,4 @@
+Content-Type: text/plain; charset="us-ascii"
+MIME-Version: 1.0
+Content-Transfer-Encoding: 7bit
+Content-Disposition: inline
diff --git a/N1/2.txt b/N1/2.txt
new file mode 100644
index 0000000..0fd860f
--- /dev/null
+++ b/N1/2.txt
@@ -0,0 +1,4 @@
+_______________________________________________
+devicetree-discuss mailing list
+devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
+https://lists.ozlabs.org/listinfo/devicetree-discuss
diff --git a/a/content_digest b/N1/content_digest
index afc3fe2..98ff417 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,13 +1,21 @@
  "ref\01362860154-3089-1-git-send-email-tomasz.figa@gmail.com\0"
  "ref\05159F9E6.50508@gmail.com\0"
  "ref\051B74EDF.2090504@arm.com\0"
- "From\0grant.likely@secretlab.ca (Grant Likely)\0"
- "Subject\0[PATCH] of: Add missing node iteration stubs for disabled CONFIG_OF\0"
+ "ref\051B74EDF.2090504-5wv7dgnIgG8@public.gmane.org\0"
+ "From\0Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\0"
+ "Subject\0Re: [PATCH] of: Add missing node iteration stubs for disabled CONFIG_OF\0"
  "Date\0Tue, 11 Jun 2013 22:51:47 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
- "\00:1\0"
+ "To\0Jonathan Austin <jonathan.austin-5wv7dgnIgG8@public.gmane.org>"
+ " Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Cc\0Kukjin Kim <kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>"
+  devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org <devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>
+  Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>
+  Tomasz Figa <tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+  rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0"
+ "\01:1\0"
  "b\0"
- "On Tue, 11 Jun 2013 17:22:55 +0100, Jonathan Austin <jonathan.austin@arm.com> wrote:\n"
+ "On Tue, 11 Jun 2013 17:22:55 +0100, Jonathan Austin <jonathan.austin-5wv7dgnIgG8@public.gmane.org> wrote:\n"
  "> Hi Rob, Thomasz,\n"
  "> \n"
  "> (dredging up an oldish thread as I just ran in to this issue)\n"
@@ -35,7 +43,7 @@
  "> of of_find_matching_node():\n"
  "> \n"
  "> eg:\n"
- "> arch/arm/kernel/psci.c:167:2: error: implicit declaration of function ???of_find_matching_node??? [-Werror=implicit-function-declaration]\n"
+ "> arch/arm/kernel/psci.c:167:2: error: implicit declaration of function \303\242\302\200\302\230of_find_matching_node\303\242\302\200\302\231 [-Werror=implicit-function-declaration]\n"
  "> \n"
  "> The same happens with arm_arch_timer.c (well, there's a patch required to\n"
  "> include linux/of.h first, after which Thomasz's patch is relevant).\n"
@@ -68,7 +76,7 @@
  "> > Rob\n"
  "> > \n"
  "> >>\n"
- "> >> Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>\n"
+ "> >> Signed-off-by: Tomasz Figa <tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
  "> >> ---\n"
  "> >>   include/linux/of.h | 92 +++++++++++++++++++++++++++++++++++++-----------------\n"
  "> >>   1 file changed, 63 insertions(+), 29 deletions(-)\n"
@@ -239,7 +247,7 @@
  "> > \n"
  "> > _______________________________________________\n"
  "> > linux-arm-kernel mailing list\n"
- "> > linux-arm-kernel at lists.infradead.org\n"
+ "> > linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\n"
  "> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel\n"
  "> > \n"
  "> \n"
@@ -247,11 +255,17 @@
  "> \n"
  "> _______________________________________________\n"
  "> linux-arm-kernel mailing list\n"
- "> linux-arm-kernel at lists.infradead.org\n"
+ "> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\n"
  "> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel\n"
  "\n"
  "-- \n"
  "Grant Likely, B.Sc, P.Eng.\n"
  Secret Lab Technologies, Ltd.
+ "\01:2\0"
+ "b\0"
+ "_______________________________________________\n"
+ "devicetree-discuss mailing list\n"
+ "devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org\n"
+ https://lists.ozlabs.org/listinfo/devicetree-discuss
 
-e53c7508c7831c63d1dba9bac9e5cb5e222159686e240a0c4fbbcdf56190039a
+854ae93f37b0554aa6f7ace0bb4a34da25c7888f8d1c208ef15cffe4fe8cfa81

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.