All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170910064926.5874-7-shorne@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index b4ebe09..861da5b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-From: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
+From: Stefan Kristiansson <stefan.kristiansson-MbMCFXIvDHJFcC0YU169RA@public.gmane.org>
 
 IPI driver for the Open Multi-Processor Interrupt Controller (ompic) as
 described in the Multicore support section of the OpenRISC 1.2
@@ -15,9 +15,9 @@ Pending ops are stored in a memory bit mask which can allow multiple
 pending operations to be set and serviced at a time. This is mostly
 borrowed from the alpha IPI implementation.
 
-Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
-[shorne at gmail.com: converted ops to bitmask, wrote commit message]
-Signed-off-by: Stafford Horne <shorne@gmail.com>
+Signed-off-by: Stefan Kristiansson <stefan.kristiansson-MbMCFXIvDHJFcC0YU169RA@public.gmane.org>
+[shorne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org: converted ops to bitmask, wrote commit message]
+Signed-off-by: Stafford Horne <shorne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
 ---
 
 Changes since v1
@@ -108,8 +108,8 @@ index 000000000000..cd2616b6639b
 +/*
 + * Open Multi-Processor Interrupt Controller driver
 + *
-+ * Copyright (C) 2014 Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
-+ * Copyright (C) 2017 Stafford Horne <shorne@gmail.com>
++ * Copyright (C) 2014 Stefan Kristiansson <stefan.kristiansson-MbMCFXIvDHJFcC0YU169RA@public.gmane.org>
++ * Copyright (C) 2017 Stafford Horne <shorne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
 + *
 + * This file is licensed under the terms of the GNU General Public License
 + * version 2.  This program is licensed "as is" without any warranty of any
@@ -274,7 +274,7 @@ index 000000000000..cd2616b6639b
 +	}
 +
 +	if (resource_size(&res) < (num_possible_cpus() * OMPIC_CPUBYTES)) {
-+		pr_err("ompic: reg size, currently %d must be@least %d",
++		pr_err("ompic: reg size, currently %d must be at least %d",
 +			resource_size(&res),
 +			(num_possible_cpus() * OMPIC_CPUBYTES));
 +		return -EINVAL;
@@ -312,3 +312,8 @@ index 000000000000..cd2616b6639b
 +IRQCHIP_DECLARE(ompic, "openrisc,ompic", ompic_of_init);
 -- 
 2.13.5
+
+--
+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 f946c1f..0d208bf 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,11 +1,22 @@
  "ref\020170910064926.5874-1-shorne@gmail.com\0"
- "From\0Stafford Horne <shorne@gmail.com>\0"
- "Subject\0[OpenRISC] [PATCH v2 06/14] irqchip: add initial support for ompic\0"
+ "ref\020170910064926.5874-1-shorne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
+ "From\0Stafford Horne <shorne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0[PATCH v2 06/14] irqchip: add initial support for ompic\0"
  "Date\0Sun, 10 Sep 2017 15:49:18 +0900\0"
- "To\0openrisc@lists.librecores.org\0"
+ "To\0LKML <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0"
+ "Cc\0Openrisc <openrisc-cunTk1MwBs9a3B2Vnqf2dGD2FQJk+8+b@public.gmane.org>"
+  Stefan Kristiansson <stefan.kristiansson-MbMCFXIvDHJFcC0YU169RA@public.gmane.org>
+  Stafford Horne <shorne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+  Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
+  Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>
+  Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org>
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
+  Jonas Bonn <jonas-A9uVI2HLR7kOP4wsBPIw7w@public.gmane.org>
+ " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
- "From: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>\n"
+ "From: Stefan Kristiansson <stefan.kristiansson-MbMCFXIvDHJFcC0YU169RA@public.gmane.org>\n"
  "\n"
  "IPI driver for the Open Multi-Processor Interrupt Controller (ompic) as\n"
  "described in the Multicore support section of the OpenRISC 1.2\n"
@@ -22,9 +33,9 @@
  "pending operations to be set and serviced at a time. This is mostly\n"
  "borrowed from the alpha IPI implementation.\n"
  "\n"
- "Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>\n"
- "[shorne at gmail.com: converted ops to bitmask, wrote commit message]\n"
- "Signed-off-by: Stafford Horne <shorne@gmail.com>\n"
+ "Signed-off-by: Stefan Kristiansson <stefan.kristiansson-MbMCFXIvDHJFcC0YU169RA@public.gmane.org>\n"
+ "[shorne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org: converted ops to bitmask, wrote commit message]\n"
+ "Signed-off-by: Stafford Horne <shorne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
  "---\n"
  "\n"
  "Changes since v1\n"
@@ -115,8 +126,8 @@
  "+/*\n"
  "+ * Open Multi-Processor Interrupt Controller driver\n"
  "+ *\n"
- "+ * Copyright (C) 2014 Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>\n"
- "+ * Copyright (C) 2017 Stafford Horne <shorne@gmail.com>\n"
+ "+ * Copyright (C) 2014 Stefan Kristiansson <stefan.kristiansson-MbMCFXIvDHJFcC0YU169RA@public.gmane.org>\n"
+ "+ * Copyright (C) 2017 Stafford Horne <shorne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
  "+ *\n"
  "+ * This file is licensed under the terms of the GNU General Public License\n"
  "+ * version 2.  This program is licensed \"as is\" without any warranty of any\n"
@@ -281,7 +292,7 @@
  "+\t}\n"
  "+\n"
  "+\tif (resource_size(&res) < (num_possible_cpus() * OMPIC_CPUBYTES)) {\n"
- "+\t\tpr_err(\"ompic: reg size, currently %d must be@least %d\",\n"
+ "+\t\tpr_err(\"ompic: reg size, currently %d must be at least %d\",\n"
  "+\t\t\tresource_size(&res),\n"
  "+\t\t\t(num_possible_cpus() * OMPIC_CPUBYTES));\n"
  "+\t\treturn -EINVAL;\n"
@@ -318,6 +329,11 @@
  "+}\n"
  "+IRQCHIP_DECLARE(ompic, \"openrisc,ompic\", ompic_of_init);\n"
  "-- \n"
- 2.13.5
+ "2.13.5\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
 
-128e1ea69fb6a2e2fb0fa355a5a9f0f9b9f68d2627c13a0472b85cb700053958
+38c54b9702ea55b80bd9d8cddd6a399a9bd07920f78b1a690e419fb22daff16a

diff --git a/a/1.txt b/N2/1.txt
index b4ebe09..cd76390 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -16,7 +16,7 @@ pending operations to be set and serviced at a time. This is mostly
 borrowed from the alpha IPI implementation.
 
 Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
-[shorne at gmail.com: converted ops to bitmask, wrote commit message]
+[shorne@gmail.com: converted ops to bitmask, wrote commit message]
 Signed-off-by: Stafford Horne <shorne@gmail.com>
 ---
 
@@ -274,7 +274,7 @@ index 000000000000..cd2616b6639b
 +	}
 +
 +	if (resource_size(&res) < (num_possible_cpus() * OMPIC_CPUBYTES)) {
-+		pr_err("ompic: reg size, currently %d must be@least %d",
++		pr_err("ompic: reg size, currently %d must be at least %d",
 +			resource_size(&res),
 +			(num_possible_cpus() * OMPIC_CPUBYTES));
 +		return -EINVAL;
diff --git a/a/content_digest b/N2/content_digest
index f946c1f..a105065 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,8 +1,18 @@
  "ref\020170910064926.5874-1-shorne@gmail.com\0"
  "From\0Stafford Horne <shorne@gmail.com>\0"
- "Subject\0[OpenRISC] [PATCH v2 06/14] irqchip: add initial support for ompic\0"
+ "Subject\0[PATCH v2 06/14] irqchip: add initial support for ompic\0"
  "Date\0Sun, 10 Sep 2017 15:49:18 +0900\0"
- "To\0openrisc@lists.librecores.org\0"
+ "To\0LKML <linux-kernel@vger.kernel.org>\0"
+ "Cc\0Openrisc <openrisc@lists.librecores.org>"
+  Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
+  Stafford Horne <shorne@gmail.com>
+  Thomas Gleixner <tglx@linutronix.de>
+  Jason Cooper <jason@lakedaemon.net>
+  Marc Zyngier <marc.zyngier@arm.com>
+  Rob Herring <robh+dt@kernel.org>
+  Mark Rutland <mark.rutland@arm.com>
+  Jonas Bonn <jonas@southpole.se>
+ " devicetree@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "From: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>\n"
@@ -23,7 +33,7 @@
  "borrowed from the alpha IPI implementation.\n"
  "\n"
  "Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>\n"
- "[shorne at gmail.com: converted ops to bitmask, wrote commit message]\n"
+ "[shorne@gmail.com: converted ops to bitmask, wrote commit message]\n"
  "Signed-off-by: Stafford Horne <shorne@gmail.com>\n"
  "---\n"
  "\n"
@@ -281,7 +291,7 @@
  "+\t}\n"
  "+\n"
  "+\tif (resource_size(&res) < (num_possible_cpus() * OMPIC_CPUBYTES)) {\n"
- "+\t\tpr_err(\"ompic: reg size, currently %d must be@least %d\",\n"
+ "+\t\tpr_err(\"ompic: reg size, currently %d must be at least %d\",\n"
  "+\t\t\tresource_size(&res),\n"
  "+\t\t\t(num_possible_cpus() * OMPIC_CPUBYTES));\n"
  "+\t\treturn -EINVAL;\n"
@@ -320,4 +330,4 @@
  "-- \n"
  2.13.5
 
-128e1ea69fb6a2e2fb0fa355a5a9f0f9b9f68d2627c13a0472b85cb700053958
+642a7b3babd9028f6e20a19af94a7df53ead663c6c548823e7c671017fa18220

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.