All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1387886789-20249-3-git-send-email-a13xp0p0v88@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index c55e596..986ece4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,7 +3,7 @@ device control callback in the MPC512x DMA controller driver, which adds
 support for data transfers between memory and peripheral I/O to the
 previously supported mem-to-mem transfers.
 
-Signed-off-by: Alexander Popov <a13xp0p0v88@gmail.com>
+Signed-off-by: Alexander Popov <a13xp0p0v88-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
 ---
  drivers/dma/mpc512x_dma.c | 230 +++++++++++++++++++++++++++++++++++++++++++++-
  1 file changed, 225 insertions(+), 5 deletions(-)
@@ -18,7 +18,7 @@ index 2ce248b..a7e7749 100644
   * Copyright (C) Ilya Yanok, Emcraft Systems 2010
 + * Copyright (C) Alexander Popov, Promcontroller 2013
   *
-  * Written by Piotr Ziecik <kosmo@semihalf.com>. Hardware description
+  * Written by Piotr Ziecik <kosmo-nYOzD4b6Jr9Wk0Htik3J/w@public.gmane.org>. Hardware description
   * (defines, structures and comments) was taken from MPC5121 DMA driver
 @@ -29,8 +30,15 @@
   */
@@ -310,3 +310,8 @@ index 2ce248b..a7e7749 100644
  		mchan = &mdma->channels[i];
 -- 
 1.8.4.2
+
+--
+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 f4711fe..c6a8c5f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,17 +1,18 @@
  "ref\01387886789-20249-1-git-send-email-a13xp0p0v88@gmail.com\0"
- "From\0Alexander Popov <a13xp0p0v88@gmail.com>\0"
+ "ref\01387886789-20249-1-git-send-email-a13xp0p0v88-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
+ "From\0Alexander Popov <a13xp0p0v88-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
  "Subject\0[PATCH RFC v6 2/5] dma: mpc512x: add support for peripheral transfers\0"
  "Date\0Tue, 24 Dec 2013 16:06:26 +0400\0"
- "To\0Gerhard Sittig <gsi@denx.de>"
-  Dan Williams <dan.j.williams@intel.com>
-  Vinod Koul <vinod.koul@intel.com>
-  Lars-Peter Clausen <lars@metafoo.de>
-  Arnd Bergmann <arnd@arndb.de>
-  Anatolij Gustschin <agust@denx.de>
-  Alexander Popov <a13xp0p0v88@gmail.com>
-  linuxppc-dev@lists.ozlabs.org
-  dmaengine@vger.kernel.org
- " devicetree@vger.kernel.org\0"
+ "To\0Gerhard Sittig <gsi-ynQEQJNshbs@public.gmane.org>"
+  Dan Williams <dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+  Vinod Koul <vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+  Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>
+  Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
+  Anatolij Gustschin <agust-ynQEQJNshbs@public.gmane.org>
+  Alexander Popov <a13xp0p0v88-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+  linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
+  dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "Introduce support for slave s/g transfer preparation and the associated\n"
@@ -19,7 +20,7 @@
  "support for data transfers between memory and peripheral I/O to the\n"
  "previously supported mem-to-mem transfers.\n"
  "\n"
- "Signed-off-by: Alexander Popov <a13xp0p0v88@gmail.com>\n"
+ "Signed-off-by: Alexander Popov <a13xp0p0v88-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
  "---\n"
  " drivers/dma/mpc512x_dma.c | 230 +++++++++++++++++++++++++++++++++++++++++++++-\n"
  " 1 file changed, 225 insertions(+), 5 deletions(-)\n"
@@ -34,7 +35,7 @@
  "  * Copyright (C) Ilya Yanok, Emcraft Systems 2010\n"
  "+ * Copyright (C) Alexander Popov, Promcontroller 2013\n"
  "  *\n"
- "  * Written by Piotr Ziecik <kosmo@semihalf.com>. Hardware description\n"
+ "  * Written by Piotr Ziecik <kosmo-nYOzD4b6Jr9Wk0Htik3J/w@public.gmane.org>. Hardware description\n"
  "  * (defines, structures and comments) was taken from MPC5121 DMA driver\n"
  "@@ -29,8 +30,15 @@\n"
  "  */\n"
@@ -325,6 +326,11 @@
  " \tfor (i = 0; i < dma->chancnt; i++) {\n"
  " \t\tmchan = &mdma->channels[i];\n"
  "-- \n"
- 1.8.4.2
+ "1.8.4.2\n"
+ "\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
 
-87d5801ac7dd8fdd959e0c03c5ff467b9e5903376401b252b25fb4e9afaddb90
+dbdedffbeb213cbbd9bdb2e389e56142b325c3992ed1006eb1f9189ff2181a35

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.