diff for duplicates of <86h8w6see4.fsf@arm.com> diff --git a/a/1.txt b/N1/1.txt index 3ce3602..d018a25 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,5 +1,5 @@ -On Sun, Sep 10 2017 at 3:49:18 pm BST, Stafford Horne <shorne@gmail.com> wrote: -> From: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> +On Sun, Sep 10 2017 at 3:49:18 pm BST, Stafford Horne <shorne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: +> 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 @@ -16,9 +16,9 @@ On Sun, Sep 10 2017 at 3:49:18 pm BST, Stafford Horne <shorne@gmail.com> wrote: > 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 @@ -109,8 +109,8 @@ On Sun, Sep 10 2017 at 3:49:18 pm BST, Stafford Horne <shorne@gmail.com> wrote: > +/* > + * 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 @@ -337,3 +337,7 @@ Thanks, M. -- Jazz is not dead. It just smells funny. +-- +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 d26e2e6..53d579e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,13 +1,23 @@ "ref\020170910064926.5874-1-shorne@gmail.com\0" "ref\020170910064926.5874-7-shorne@gmail.com\0" - "From\0Marc Zyngier <marc.zyngier@arm.com>\0" - "Subject\0[OpenRISC] [PATCH v2 06/14] irqchip: add initial support for ompic\0" + "ref\020170910064926.5874-7-shorne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" + "From\0Marc Zyngier <marc.zyngier-5wv7dgnIgG8@public.gmane.org>\0" + "Subject\0Re: [PATCH v2 06/14] irqchip: add initial support for ompic\0" "Date\0Wed, 13 Sep 2017 18:21:39 +0100\0" - "To\0openrisc@lists.librecores.org\0" + "To\0Stafford Horne <shorne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Cc\0LKML <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>" + Openrisc <openrisc-cunTk1MwBs9a3B2Vnqf2dGD2FQJk+8+b@public.gmane.org> + Stefan Kristiansson <stefan.kristiansson-MbMCFXIvDHJFcC0YU169RA@public.gmane.org> + Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org> + Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@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" - "On Sun, Sep 10 2017 at 3:49:18 pm BST, Stafford Horne <shorne@gmail.com> wrote:\n" - "> From: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>\n" + "On Sun, Sep 10 2017 at 3:49:18 pm BST, Stafford Horne <shorne-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:\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" @@ -24,9 +34,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" @@ -117,8 +127,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" @@ -344,6 +354,10 @@ "\n" "\tM.\n" "-- \n" - Jazz is not dead. It just smells funny. + "Jazz is not dead. It just smells funny.\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 -ed7e62214673eb8860d7252ffed21e6b7ac249bdf6d2d1c19af640be566ec439 +0916c23a21ffcd655a73ae6b264a28f5fb41fd8b61c3446da8474eceaf5c06ac
diff --git a/a/1.txt b/N2/1.txt index 3ce3602..cb3f960 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -17,7 +17,7 @@ On Sun, Sep 10 2017 at 3:49:18 pm BST, Stafford Horne <shorne@gmail.com> wrote: > 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> > --- > diff --git a/a/content_digest b/N2/content_digest index d26e2e6..612aaee 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,18 @@ "ref\020170910064926.5874-1-shorne@gmail.com\0" "ref\020170910064926.5874-7-shorne@gmail.com\0" "From\0Marc Zyngier <marc.zyngier@arm.com>\0" - "Subject\0[OpenRISC] [PATCH v2 06/14] irqchip: add initial support for ompic\0" + "Subject\0Re: [PATCH v2 06/14] irqchip: add initial support for ompic\0" "Date\0Wed, 13 Sep 2017 18:21:39 +0100\0" - "To\0openrisc@lists.librecores.org\0" + "To\0Stafford Horne <shorne@gmail.com>\0" + "Cc\0LKML <linux-kernel@vger.kernel.org>" + Openrisc <openrisc@lists.librecores.org> + Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> + Thomas Gleixner <tglx@linutronix.de> + Jason Cooper <jason@lakedaemon.net> + 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" "On Sun, Sep 10 2017 at 3:49:18 pm BST, Stafford Horne <shorne@gmail.com> wrote:\n" @@ -25,7 +34,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" @@ -346,4 +355,4 @@ "-- \n" Jazz is not dead. It just smells funny. -ed7e62214673eb8860d7252ffed21e6b7ac249bdf6d2d1c19af640be566ec439 +d4069639690ac920bf24ca03c41ec071cd95153c8c895a6e5a2b21945f70328e
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.