All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <571E8439.7080400@mleia.com>

diff --git a/a/1.txt b/N1/1.txt
index c5edd35..fd15f91 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -9,7 +9,7 @@ On 25.04.2016 19:05, Sylvain Lemieux wrote:
 >> producers to the correspondent interrupt controller, this is needed to
 >> perform switching to a new LPC32xx MIC/SIC interrupt controller driver.
 >>
->> Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
+>> Signed-off-by: Vladimir Zapolskiy <vz-ChpfBGZJDbMAvxtiuMwx3w@public.gmane.org>
 >> ---
 >> Changes from v1 to v2:
 >> * squashed two step change in lpc32xx.dtsi - new irqchip driver can be
@@ -36,7 +36,7 @@ On 25.04.2016 19:05, Sylvain Lemieux wrote:
 >> -			 *   SIC1 @4000C000
 >> -			 *   SIC2 @40010000
 >> -			 */
->>  			mic: interrupt-controller at 40008000 {
+>>  			mic: interrupt-controller@40008000 {
 >>  				compatible = "nxp,lpc3220-mic";
 >>  				interrupt-controller;
 >> @@ -327,6 +326,28 @@
@@ -52,7 +52,7 @@ immediately. Fortunately it is corrected in an example from v2 1/4.
 >>  				#interrupt-cells = <2>;
 >>  			};
 >>  
->> +			sic1: interrupt-controller at 4000c000 {
+>> +			sic1: interrupt-controller@4000c000 {
 >> +				compatible = "nxp,lpc3220-sic";
 >> +				reg = <0x4000c000 0x4000>;
 >> +				interrupt-controller;
@@ -63,7 +63,7 @@ immediately. Fortunately it is corrected in an example from v2 1/4.
 >> +					     <30 IRQ_TYPE_LEVEL_LOW>;
 >> +				};
 >> +
->> +			sic2: interrupt-controller at 40010000 {
+>> +			sic2: interrupt-controller@40010000 {
 >> +				compatible = "nxp,lpc3220-sic";
 >> +				reg = <0x40010000 0x4000>;
 >> +				interrupt-controller;
@@ -80,3 +80,7 @@ immediately. Fortunately it is corrected in an example from v2 1/4.
 --
 With best wishes,
 Vladimir
+--
+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 75d4464..240c221 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,17 @@
  "ref\01461545990-25560-1-git-send-email-vz@mleia.com\0"
  "ref\01461546041-25713-1-git-send-email-vz@mleia.com\0"
  "ref\01461600301.6934.5.camel@localhost\0"
- "From\0vz@mleia.com (Vladimir Zapolskiy)\0"
- "Subject\0[PATCH v2 3/4] arm: dts: lpc32xx: reparent SIC1 and SIC2 interrupts from MIC\0"
+ "From\0Vladimir Zapolskiy <vz-ChpfBGZJDbMAvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v2 3/4] arm: dts: lpc32xx: reparent SIC1 and SIC2 interrupts from MIC\0"
  "Date\0Mon, 25 Apr 2016 23:55:21 +0300\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Sylvain Lemieux <slemieux.tyco-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Cc\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>"
+  Roland Stigge <stigge-uj/7R2tJ6VmzQB+pC5nmwQ@public.gmane.org>
+  Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
+  Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "Hi Sylvain,\n"
@@ -18,7 +25,7 @@
  ">> producers to the correspondent interrupt controller, this is needed to\n"
  ">> perform switching to a new LPC32xx MIC/SIC interrupt controller driver.\n"
  ">>\n"
- ">> Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>\n"
+ ">> Signed-off-by: Vladimir Zapolskiy <vz-ChpfBGZJDbMAvxtiuMwx3w@public.gmane.org>\n"
  ">> ---\n"
  ">> Changes from v1 to v2:\n"
  ">> * squashed two step change in lpc32xx.dtsi - new irqchip driver can be\n"
@@ -45,7 +52,7 @@
  ">> -\t\t\t *   SIC1 @4000C000\n"
  ">> -\t\t\t *   SIC2 @40010000\n"
  ">> -\t\t\t */\n"
- ">>  \t\t\tmic: interrupt-controller at 40008000 {\n"
+ ">>  \t\t\tmic: interrupt-controller@40008000 {\n"
  ">>  \t\t\t\tcompatible = \"nxp,lpc3220-mic\";\n"
  ">>  \t\t\t\tinterrupt-controller;\n"
  ">> @@ -327,6 +326,28 @@\n"
@@ -61,7 +68,7 @@
  ">>  \t\t\t\t#interrupt-cells = <2>;\n"
  ">>  \t\t\t};\n"
  ">>  \n"
- ">> +\t\t\tsic1: interrupt-controller at 4000c000 {\n"
+ ">> +\t\t\tsic1: interrupt-controller@4000c000 {\n"
  ">> +\t\t\t\tcompatible = \"nxp,lpc3220-sic\";\n"
  ">> +\t\t\t\treg = <0x4000c000 0x4000>;\n"
  ">> +\t\t\t\tinterrupt-controller;\n"
@@ -72,7 +79,7 @@
  ">> +\t\t\t\t\t     <30 IRQ_TYPE_LEVEL_LOW>;\n"
  ">> +\t\t\t\t};\n"
  ">> +\n"
- ">> +\t\t\tsic2: interrupt-controller at 40010000 {\n"
+ ">> +\t\t\tsic2: interrupt-controller@40010000 {\n"
  ">> +\t\t\t\tcompatible = \"nxp,lpc3220-sic\";\n"
  ">> +\t\t\t\treg = <0x40010000 0x4000>;\n"
  ">> +\t\t\t\tinterrupt-controller;\n"
@@ -88,6 +95,10 @@
  "\n"
  "--\n"
  "With best wishes,\n"
- Vladimir
+ "Vladimir\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
 
-45a8b39ebb5c3cfe2b07f5c89000fb9f5d2d1cd784e4c5de31f219d75917d520
+8b48c0b9b4298e79fb5a4b9b6059ab6955b953f33e7d922aaddbc01d7a89fc81

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.