All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <54B670EA.1010800@atmel.com>

diff --git a/a/1.txt b/N1/1.txt
index ac7f38e..a3afbde 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-Le 13/01/2015 19:46, Boris Brezillon a ?crit :
+Le 13/01/2015 19:46, Boris Brezillon a écrit :
 > Some interrupt controllers are multiplexing several peripheral IRQs on
 > a single interrupt line.
 > While this is not a problem for most IRQs (as long as all peripherals
@@ -11,7 +11,7 @@ Le 13/01/2015 19:46, Boris Brezillon a ?crit :
 > irq number for each peripheral, thus preventing the IRQF_NO_SUSPEND
 > and !IRQF_NO_SUSPEND mix on a given interrupt.
 > 
-> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
+> Signed-off-by: Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
 > ---
 >  drivers/irqchip/Kconfig          |   4 ++
 >  drivers/irqchip/Makefile         |   1 +
@@ -518,7 +518,7 @@ Nit. not same order as the function parameters...
 
 Otherwise, it look okay to me:
 
-Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
+Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
 
 I'm still a little bit frighten about the additional latency added to
 the timer interrupt. But if it's a valid way to solve the problem for
@@ -527,3 +527,7 @@ these older SoCs, I'm for it...
 Bye,
 -- 
 Nicolas Ferre
+--
+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 b7bf71a..cba02b4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,12 +1,26 @@
  "ref\01421174781-4340-1-git-send-email-boris.brezillon@free-electrons.com\0"
  "ref\01421174781-4340-2-git-send-email-boris.brezillon@free-electrons.com\0"
- "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0"
- "Subject\0[PATCH v2 1/5] irqchip: add dumb demultiplexer implementation\0"
+ "ref\01421174781-4340-2-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0"
+ "From\0Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v2 1/5] irqchip: add dumb demultiplexer implementation\0"
  "Date\0Wed, 14 Jan 2015 14:36:42 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>"
+  Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>
+  Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>
+  Jean-Christophe Plagniol-Villard <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>
+ " Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
+ "Cc\0Rafael J. Wysocki <rafael.j.wysocki-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>"
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
+  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
+  Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>
+  Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
+ " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
- "Le 13/01/2015 19:46, Boris Brezillon a ?crit :\n"
+ "Le 13/01/2015 19:46, Boris Brezillon a \303\251crit :\n"
  "> Some interrupt controllers are multiplexing several peripheral IRQs on\n"
  "> a single interrupt line.\n"
  "> While this is not a problem for most IRQs (as long as all peripherals\n"
@@ -19,7 +33,7 @@
  "> irq number for each peripheral, thus preventing the IRQF_NO_SUSPEND\n"
  "> and !IRQF_NO_SUSPEND mix on a given interrupt.\n"
  "> \n"
- "> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>\n"
+ "> Signed-off-by: Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n"
  "> ---\n"
  ">  drivers/irqchip/Kconfig          |   4 ++\n"
  ">  drivers/irqchip/Makefile         |   1 +\n"
@@ -526,7 +540,7 @@
  "\n"
  "Otherwise, it look okay to me:\n"
  "\n"
- "Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>\n"
+ "Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n"
  "\n"
  "I'm still a little bit frighten about the additional latency added to\n"
  "the timer interrupt. But if it's a valid way to solve the problem for\n"
@@ -534,6 +548,10 @@
  "\n"
  "Bye,\n"
  "-- \n"
- Nicolas Ferre
+ "Nicolas Ferre\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
 
-0816e714f10c7c8b26e5ba698839c89ee0e67ba4fcef9df73163727a25beac67
+585fe2494fb003de0a2c7ca52fc301513aab4de7c1f9aad8976cf720fe5e7a32

diff --git a/a/1.txt b/N2/1.txt
index ac7f38e..448b41c 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,4 +1,4 @@
-Le 13/01/2015 19:46, Boris Brezillon a ?crit :
+Le 13/01/2015 19:46, Boris Brezillon a écrit :
 > Some interrupt controllers are multiplexing several peripheral IRQs on
 > a single interrupt line.
 > While this is not a problem for most IRQs (as long as all peripherals
diff --git a/a/content_digest b/N2/content_digest
index b7bf71a..0874fbd 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,12 +1,25 @@
  "ref\01421174781-4340-1-git-send-email-boris.brezillon@free-electrons.com\0"
  "ref\01421174781-4340-2-git-send-email-boris.brezillon@free-electrons.com\0"
- "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0"
- "Subject\0[PATCH v2 1/5] irqchip: add dumb demultiplexer implementation\0"
+ "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0"
+ "Subject\0Re: [PATCH v2 1/5] irqchip: add dumb demultiplexer implementation\0"
  "Date\0Wed, 14 Jan 2015 14:36:42 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Boris Brezillon <boris.brezillon@free-electrons.com>"
+  Thomas Gleixner <tglx@linutronix.de>
+  Jason Cooper <jason@lakedaemon.net>
+  Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
+ " Alexandre Belloni <alexandre.belloni@free-electrons.com>\0"
+ "Cc\0Rafael J. Wysocki <rafael.j.wysocki@intel.com>"
+  <linux-arm-kernel@lists.infradead.org>
+  <linux-kernel@vger.kernel.org>
+  Rob Herring <robh+dt@kernel.org>
+  Pawel Moll <pawel.moll@arm.com>
+  Mark Rutland <mark.rutland@arm.com>
+  Ian Campbell <ijc+devicetree@hellion.org.uk>
+  Kumar Gala <galak@codeaurora.org>
+ " <devicetree@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
- "Le 13/01/2015 19:46, Boris Brezillon a ?crit :\n"
+ "Le 13/01/2015 19:46, Boris Brezillon a \303\251crit :\n"
  "> Some interrupt controllers are multiplexing several peripheral IRQs on\n"
  "> a single interrupt line.\n"
  "> While this is not a problem for most IRQs (as long as all peripherals\n"
@@ -536,4 +549,4 @@
  "-- \n"
  Nicolas Ferre
 
-0816e714f10c7c8b26e5ba698839c89ee0e67ba4fcef9df73163727a25beac67
+34ba67bd21a753e854b0c66d83d50cee80b0f8435b2884cda10332925e64b905

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.