All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150801005810.23791.8199@quantum>

diff --git a/a/1.txt b/N1/1.txt
index 120cfea..4b85161 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -558,8 +558,3 @@ Mike
 > the body of a message to majordomo@vger.kernel.org
 > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 > Please read the FAQ at  http://www.tux.org/lkml/
-
-_______________________________________________
-linux-arm-kernel mailing list
-linux-arm-kernel@lists.infradead.org
-http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/a/content_digest b/N1/content_digest
index 7427bd5..312c40c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -11,8 +11,6 @@
  "From\0Michael Turquette <mturquette@baylibre.com>\0"
  "Subject\0Re: [PATCH v2 3/9] arm: twr-k70f120m: clock driver for Kinetis SoC\0"
  "Date\0Fri, 31 Jul 2015 17:58:10 -0700\0"
- "To\0Paul Osmialowski <pawelo@king.net.pl>"
- "\0"
  "Cc\0Mark Rutland <mark.rutland@arm.com>"
   Nicolas Pitre <nicolas.pitre@linaro.org>
   Linus Walleij <linus.walleij@linaro.org>
@@ -36,15 +34,7 @@
   Yuri Tikhonov <yur@emcraft.com>
   linux-gpio@vger.kernel.org
   Rob Herring <robh+dt@kernel.org>
-  Thomas Gleixner <tglx@linutronix.de>
-  linux-arm-kernel@lists.infradead.org
-  Sergei Poselenov <sposelenov@emcraft.com>
-  Paul Bolle <pebolle@tiscali.nl>
-  Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-  Stephen Boyd <sboyd@codeaurora.org>
-  linux-kernel@vger.kernel.org
-  Kumar Gala <galak@codeaurora.org>
- " dmaengine@vger.kernel.org\0"
+ " Thomas Gleixner <tglx@linutronix.de>\0"
  "\00:1\0"
  "b\0"
  "Quoting Paul Osmialowski (2015-07-30 14:40:48)\n"
@@ -606,11 +596,6 @@
  "> To unsubscribe from this list: send the line \"unsubscribe linux-kernel\" in\n"
  "> the body of a message to majordomo@vger.kernel.org\n"
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
- "> Please read the FAQ at  http://www.tux.org/lkml/\n"
- "\n"
- "_______________________________________________\n"
- "linux-arm-kernel mailing list\n"
- "linux-arm-kernel@lists.infradead.org\n"
- http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
+ > Please read the FAQ at  http://www.tux.org/lkml/
 
-a402b26e6d797a1a12f9e17f76586784ba512322d23a7feefddb933857d4e823
+fddde672d3cb71a16eee80b2a556d5a16d47631998cfc73b1ec71b101ea1b2e2

diff --git a/a/1.txt b/N2/1.txt
index 120cfea..b22c10d 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -29,7 +29,7 @@ Flash).
 
 > 
 >         soc {
->                 mcg: clock-controller@40064000 {
+>                 mcg: clock-controller at 40064000 {
 >                         compatible = "fsl,kinetis-mcg";
 >                         clock-cells = <0>;
 
@@ -44,7 +44,7 @@ any downstream users.
 Are the oscN and rtc clocks modeled as fixed-rate clocks in DT?
 
 >                 };
->                 sim: clock-controller@40047000 {
+>                 sim: clock-controller at 40047000 {
 >                         compatible = "fsl,kinetis-sim";
 >                         clock-cells = <1>;
 >                         reg = <0x40047000 0x1100>;
@@ -72,7 +72,7 @@ that below...
 >                         clock-names = "mcgoutclk", "enet";
 >                 };
 > 
->                 uart0: serial@4006a000 {
+>                 uart0: serial at 4006a000 {
 >                         compatible = "fsl,kinetis-lpuart";
 >                         reg = <0x4006a000 0x1000>;
 >                         interrupts = <45>, <46>;
@@ -298,7 +298,7 @@ Mike
 > > > > >         };
 > > > > > 
 > > > > >         soc {
-> > > > >                 cmu@0x40047000 {
+> > > > >                 cmu at 0x40047000 {
 > > > > >                         compatible = "fsl,kinetis-gate-clock";
 > > > > >                         reg = <0x40047000 0x1100>;
 > > > > > 
@@ -318,7 +318,7 @@ Mike
 > > > > >                         };
 > > > > >                 };
 > > > > > 
-> > > > >                 uart0: serial@4006a000 {
+> > > > >                 uart0: serial at 4006a000 {
 > > > > >                         compatible = "fsl,kinetis-lpuart";
 > > > > >                         reg = <0x4006a000 0x1000>;
 > > > > >                         interrupts = <45>, <46>;
@@ -449,7 +449,7 @@ Mike
 > > > > > >       };
 > > > > > > 
 > > > > > >       soc: soc {
-> > > > > >               mcg: clock-controller@40064000 {
+> > > > > >               mcg: clock-controller at 40064000 {
 > > > > > >                       compatible = "fsl,kinetis-mcg";
 > > > > > >                       clock-cells = <1>;
 > > > > > >                       reg = <0x40064000 0x14>;
@@ -457,7 +457,7 @@ Mike
 > > > > > >                       clock-names = "osc0", "osc1", "rtc";
 > > > > > >               };
 > > > > > > 
-> > > > > >               sim: clock-controller@40047000 {
+> > > > > >               sim: clock-controller at 40047000 {
 > > > > > >                       compatible = "fsl,kinetis-sim";
 > > > > > >                       clock-cells = <1>;
 > > > > > >                       reg = <0x40047000 0x1100>;
@@ -466,7 +466,7 @@ Mike
 > > > > > >               };
 > > > > > >       };
 > > > > > > 
-> > > > > >       uart0: serial@4006a000 {
+> > > > > >       uart0: serial at 4006a000 {
 > > > > > >               compatible = "fsl,kinetis-lpuart";
 > > > > > >               reg = <0x4006a000 0x1000>;
 > > > > > >               clocks = <&sim SIM_SCGC4_UART1_CLK>;
@@ -538,28 +538,23 @@ Mike
 > > > > > > > 
 > > > > > > > _______________________________________________
 > > > > > > > linux-arm-kernel mailing list
-> > > > > > > linux-arm-kernel@lists.infradead.org
+> > > > > > > linux-arm-kernel at lists.infradead.org
 > > > > > > > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 > > > > > > 
 > > > > > --
 > > > > > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
-> > > > > the body of a message to majordomo@vger.kernel.org
+> > > > > the body of a message to majordomo at vger.kernel.org
 > > > > > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 > > > > > Please read the FAQ at  http://www.tux.org/lkml/
 > > > > 
 > > > --
 > > > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
-> > > the body of a message to majordomo@vger.kernel.org
+> > > the body of a message to majordomo at vger.kernel.org
 > > > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 > > > Please read the FAQ at  http://www.tux.org/lkml/
 > > 
 > --
 > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
-> the body of a message to majordomo@vger.kernel.org
+> the body of a message to majordomo at vger.kernel.org
 > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 > Please read the FAQ at  http://www.tux.org/lkml/
-
-_______________________________________________
-linux-arm-kernel mailing list
-linux-arm-kernel@lists.infradead.org
-http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/a/content_digest b/N2/content_digest
index 7427bd5..08e1b4e 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -8,43 +8,10 @@
  "ref\0alpine.LNX.2.00.1507282201220.2619@localhost.localdomain\0"
  "ref\020150729230517.642.66061@quantum\0"
  "ref\0alpine.LNX.2.00.1507302326500.20387@localhost.localdomain\0"
- "From\0Michael Turquette <mturquette@baylibre.com>\0"
- "Subject\0Re: [PATCH v2 3/9] arm: twr-k70f120m: clock driver for Kinetis SoC\0"
+ "From\0mturquette@baylibre.com (Michael Turquette)\0"
+ "Subject\0[PATCH v2 3/9] arm: twr-k70f120m: clock driver for Kinetis SoC\0"
  "Date\0Fri, 31 Jul 2015 17:58:10 -0700\0"
- "To\0Paul Osmialowski <pawelo@king.net.pl>"
- "\0"
- "Cc\0Mark Rutland <mark.rutland@arm.com>"
-  Nicolas Pitre <nicolas.pitre@linaro.org>
-  Linus Walleij <linus.walleij@linaro.org>
-  Rob Herring <r.herring@freescale.com>
-  Alexander Potashev <aspotashev@emcraft.com>
-  Frank Li <Frank.Li@freescale.com>
-  Jiri Slaby <jslaby@suse.cz>
-  linux-clk@vger.kernel.org
-  Russell King <linux@arm.linux.org.uk>
-  Arnd Bergmann <arnd@arndb.de>
-  Vinod Koul <vinod.koul@intel.com>
-  Geert Uytterhoeven <geert@linux-m68k.org>
-  linux-serial@vger.kernel.org
-  Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
-  Anson Huang <b20788@freescale.com>
-  devicetree@vger.kernel.org
-  Paul Osmialowski <pawelo@king.net.pl>
-  Pawel Moll <pawel.moll@arm.com>
-  Ian Campbell <ijc+devicetree@hellion.org.uk>
-  Jingchang Lu <jingchang.lu@freescale.com>
-  Yuri Tikhonov <yur@emcraft.com>
-  linux-gpio@vger.kernel.org
-  Rob Herring <robh+dt@kernel.org>
-  Thomas Gleixner <tglx@linutronix.de>
-  linux-arm-kernel@lists.infradead.org
-  Sergei Poselenov <sposelenov@emcraft.com>
-  Paul Bolle <pebolle@tiscali.nl>
-  Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-  Stephen Boyd <sboyd@codeaurora.org>
-  linux-kernel@vger.kernel.org
-  Kumar Gala <galak@codeaurora.org>
- " dmaengine@vger.kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Quoting Paul Osmialowski (2015-07-30 14:40:48)\n"
@@ -78,7 +45,7 @@
  "\n"
  "> \n"
  ">         soc {\n"
- ">                 mcg: clock-controller@40064000 {\n"
+ ">                 mcg: clock-controller at 40064000 {\n"
  ">                         compatible = \"fsl,kinetis-mcg\";\n"
  ">                         clock-cells = <0>;\n"
  "\n"
@@ -93,7 +60,7 @@
  "Are the oscN and rtc clocks modeled as fixed-rate clocks in DT?\n"
  "\n"
  ">                 };\n"
- ">                 sim: clock-controller@40047000 {\n"
+ ">                 sim: clock-controller at 40047000 {\n"
  ">                         compatible = \"fsl,kinetis-sim\";\n"
  ">                         clock-cells = <1>;\n"
  ">                         reg = <0x40047000 0x1100>;\n"
@@ -121,7 +88,7 @@
  ">                         clock-names = \"mcgoutclk\", \"enet\";\n"
  ">                 };\n"
  "> \n"
- ">                 uart0: serial@4006a000 {\n"
+ ">                 uart0: serial at 4006a000 {\n"
  ">                         compatible = \"fsl,kinetis-lpuart\";\n"
  ">                         reg = <0x4006a000 0x1000>;\n"
  ">                         interrupts = <45>, <46>;\n"
@@ -347,7 +314,7 @@
  "> > > > >         };\n"
  "> > > > > \n"
  "> > > > >         soc {\n"
- "> > > > >                 cmu@0x40047000 {\n"
+ "> > > > >                 cmu at 0x40047000 {\n"
  "> > > > >                         compatible = \"fsl,kinetis-gate-clock\";\n"
  "> > > > >                         reg = <0x40047000 0x1100>;\n"
  "> > > > > \n"
@@ -367,7 +334,7 @@
  "> > > > >                         };\n"
  "> > > > >                 };\n"
  "> > > > > \n"
- "> > > > >                 uart0: serial@4006a000 {\n"
+ "> > > > >                 uart0: serial at 4006a000 {\n"
  "> > > > >                         compatible = \"fsl,kinetis-lpuart\";\n"
  "> > > > >                         reg = <0x4006a000 0x1000>;\n"
  "> > > > >                         interrupts = <45>, <46>;\n"
@@ -498,7 +465,7 @@
  "> > > > > >       };\n"
  "> > > > > > \n"
  "> > > > > >       soc: soc {\n"
- "> > > > > >               mcg: clock-controller@40064000 {\n"
+ "> > > > > >               mcg: clock-controller at 40064000 {\n"
  "> > > > > >                       compatible = \"fsl,kinetis-mcg\";\n"
  "> > > > > >                       clock-cells = <1>;\n"
  "> > > > > >                       reg = <0x40064000 0x14>;\n"
@@ -506,7 +473,7 @@
  "> > > > > >                       clock-names = \"osc0\", \"osc1\", \"rtc\";\n"
  "> > > > > >               };\n"
  "> > > > > > \n"
- "> > > > > >               sim: clock-controller@40047000 {\n"
+ "> > > > > >               sim: clock-controller at 40047000 {\n"
  "> > > > > >                       compatible = \"fsl,kinetis-sim\";\n"
  "> > > > > >                       clock-cells = <1>;\n"
  "> > > > > >                       reg = <0x40047000 0x1100>;\n"
@@ -515,7 +482,7 @@
  "> > > > > >               };\n"
  "> > > > > >       };\n"
  "> > > > > > \n"
- "> > > > > >       uart0: serial@4006a000 {\n"
+ "> > > > > >       uart0: serial at 4006a000 {\n"
  "> > > > > >               compatible = \"fsl,kinetis-lpuart\";\n"
  "> > > > > >               reg = <0x4006a000 0x1000>;\n"
  "> > > > > >               clocks = <&sim SIM_SCGC4_UART1_CLK>;\n"
@@ -587,30 +554,25 @@
  "> > > > > > > \n"
  "> > > > > > > _______________________________________________\n"
  "> > > > > > > linux-arm-kernel mailing list\n"
- "> > > > > > > linux-arm-kernel@lists.infradead.org\n"
+ "> > > > > > > linux-arm-kernel at lists.infradead.org\n"
  "> > > > > > > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel\n"
  "> > > > > > \n"
  "> > > > > --\n"
  "> > > > > To unsubscribe from this list: send the line \"unsubscribe linux-kernel\" in\n"
- "> > > > > the body of a message to majordomo@vger.kernel.org\n"
+ "> > > > > the body of a message to majordomo at vger.kernel.org\n"
  "> > > > > More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  "> > > > > Please read the FAQ at  http://www.tux.org/lkml/\n"
  "> > > > \n"
  "> > > --\n"
  "> > > To unsubscribe from this list: send the line \"unsubscribe linux-kernel\" in\n"
- "> > > the body of a message to majordomo@vger.kernel.org\n"
+ "> > > the body of a message to majordomo at vger.kernel.org\n"
  "> > > More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  "> > > Please read the FAQ at  http://www.tux.org/lkml/\n"
  "> > \n"
  "> --\n"
  "> To unsubscribe from this list: send the line \"unsubscribe linux-kernel\" in\n"
- "> the body of a message to majordomo@vger.kernel.org\n"
+ "> the body of a message to majordomo at vger.kernel.org\n"
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
- "> Please read the FAQ at  http://www.tux.org/lkml/\n"
- "\n"
- "_______________________________________________\n"
- "linux-arm-kernel mailing list\n"
- "linux-arm-kernel@lists.infradead.org\n"
- http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
+ > Please read the FAQ at  http://www.tux.org/lkml/
 
-a402b26e6d797a1a12f9e17f76586784ba512322d23a7feefddb933857d4e823
+276eaf490c55f9aa83151c42eb8fc55fe03ea4284f5d26109fe5688de9d3025c

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.