All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1461600301.6934.5.camel@localhost>

diff --git a/a/1.txt b/N1/1.txt
index 2d981d2..77e46ec 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -6,7 +6,7 @@ On Mon, 2016-04-25 at 04:00 +0300, Vladimir Zapolskiy 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
@@ -33,7 +33,7 @@ On Mon, 2016-04-25 at 04:00 +0300, Vladimir Zapolskiy wrote:
 > -			 *   SIC1 @4000C000
 > -			 *   SIC2 @40010000
 > -			 */
->  			mic: interrupt-controller at 40008000 {
+>  			mic: interrupt-controller@40008000 {
 >  				compatible = "nxp,lpc3220-mic";
 >  				interrupt-controller;
 > @@ -327,6 +326,28 @@
@@ -46,7 +46,7 @@ Everything else is OK.
 >  				#interrupt-cells = <2>;
 >  			};
 >  
-> +			sic1: interrupt-controller at 4000c000 {
+> +			sic1: interrupt-controller@4000c000 {
 > +				compatible = "nxp,lpc3220-sic";
 > +				reg = <0x4000c000 0x4000>;
 > +				interrupt-controller;
@@ -57,7 +57,7 @@ Everything else is OK.
 > +					     <30 IRQ_TYPE_LEVEL_LOW>;
 > +				};
 > +
-> +			sic2: interrupt-controller at 40010000 {
+> +			sic2: interrupt-controller@40010000 {
 > +				compatible = "nxp,lpc3220-sic";
 > +				reg = <0x40010000 0x4000>;
 > +				interrupt-controller;
@@ -71,3 +71,9 @@ Everything else is OK.
 ...
 
 Sylvain
+
+
+--
+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 67846a0..72e0102 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,17 @@
  "ref\01461545990-25560-1-git-send-email-vz@mleia.com\0"
  "ref\01461546041-25713-1-git-send-email-vz@mleia.com\0"
- "From\0slemieux.tyco@gmail.com (Sylvain Lemieux)\0"
- "Subject\0[PATCH v2 3/4] arm: dts: lpc32xx: reparent SIC1 and SIC2 interrupts from MIC\0"
+ "ref\01461546041-25713-1-git-send-email-vz-ChpfBGZJDbMAvxtiuMwx3w@public.gmane.org\0"
+ "From\0Sylvain Lemieux <slemieux.tyco-Re5JQEeQqe8AvxtiuMwx3w@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 12:05:01 -0400\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Vladimir Zapolskiy <vz-ChpfBGZJDbMAvxtiuMwx3w@public.gmane.org>\0"
+ "Cc\0Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>"
+  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
+  Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
+  Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
+  Roland Stigge <stigge-uj/7R2tJ6VmzQB+pC5nmwQ@public.gmane.org>
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+ " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "Hi Vladimir,\n"
@@ -14,7 +22,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"
@@ -41,7 +49,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"
@@ -54,7 +62,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"
@@ -65,7 +73,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"
@@ -78,6 +86,12 @@
  "> +\n"
  "...\n"
  "\n"
- Sylvain
+ "Sylvain\n"
+ "\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
 
-2f5ac070ba476a2d551ced6474fe9c7da06e465e5f45abbc96c1c19d758172ad
+df58e12bc5f4401ee42a0fedd8a01fe9fa5a664744cc1d40ac603f9e0d443072

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.