All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <563A3CC2.5030007@atmel.com>

diff --git a/a/1.txt b/N1/1.txt
index e4d237d..d7d3fc7 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,5 +1,5 @@
-Le 04/11/2015 16:15, Alexandre Belloni a ?crit :
-> The clocks group properties and the clock at 0 node are useless, remove them
+Le 04/11/2015 16:15, Alexandre Belloni a écrit :
+> The clocks group properties and the clock@0 node are useless, remove them
 > to avoid copy pasting in future device trees.
 > 
 > Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
@@ -33,7 +33,7 @@ Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
 > -		#size-cells = <1>;
 > -		ranges;
 > -
-> -		main_clock: clock at 0 {
+> -		main_clock: clock@0 {
 > -			compatible = "atmel,osc", "fixed-clock";
 > -			clock-frequency = <18432000>;
 > -		};
@@ -53,7 +53,7 @@ Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
 > -		#size-cells = <1>;
 > -		ranges;
 > -
-> -		main_clock: clock at 0 {
+> -		main_clock: clock@0 {
 > -			compatible = "atmel,osc", "fixed-clock";
 > -			clock-frequency = <12000000>;
 > -		};
@@ -73,7 +73,7 @@ Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
 > -		#size-cells = <1>;
 > -		ranges;
 > -
-> -		main_clock: clock at 0 {
+> -		main_clock: clock@0 {
 > -			compatible = "atmel,osc", "fixed-clock";
 > -			clock-frequency = <12000000>;
 > -		};
@@ -93,7 +93,7 @@ Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
 > -		#size-cells = <1>;
 > -		ranges;
 > -
-> -		main_clock: clock at 0 {
+> -		main_clock: clock@0 {
 > -			compatible = "atmel,osc", "fixed-clock";
 > -			clock-frequency = <12000000>;
 > -		};
@@ -113,7 +113,7 @@ Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
 > -		#size-cells = <1>;
 > -		ranges;
 > -
-> -		main_clock: clock at 0 {
+> -		main_clock: clock@0 {
 > -			compatible = "atmel,osc", "fixed-clock";
 > -			clock-frequency = <18432000>;
 > -		};
@@ -133,7 +133,7 @@ Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
 > -		#size-cells = <1>;
 > -		ranges;
 > -
-> -		main_clock: clock at 0 {
+> -		main_clock: clock@0 {
 > -			compatible = "atmel,osc", "fixed-clock";
 > -			clock-frequency = <18432000>;
 > -		};
@@ -153,7 +153,7 @@ Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
 > -		#size-cells = <1>;
 > -		ranges;
 > -
-> -		main_clock: clock at 0 {
+> -		main_clock: clock@0 {
 > -			compatible = "atmel,osc", "fixed-clock";
 > -			clock-frequency = <16367660>;
 > -		};
@@ -173,7 +173,7 @@ Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
 > -		#size-cells = <1>;
 > -		ranges;
 > -
-> -		main_clock: clock at 0 {
+> -		main_clock: clock@0 {
 > -			compatible = "atmel,osc", "fixed-clock";
 > -			clock-frequency = <18432000>;
 > -		};
@@ -193,7 +193,7 @@ Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
 > -		#size-cells = <1>;
 > -		ranges;
 > -
-> -		main_clock: clock at 0 {
+> -		main_clock: clock@0 {
 > -			compatible = "atmel,osc", "fixed-clock";
 > -			clock-frequency = <12000000>;
 > -		};
@@ -213,7 +213,7 @@ Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
 > -		#size-cells = <1>;
 > -		ranges;
 > -
-> -		main_clock: clock at 0 {
+> -		main_clock: clock@0 {
 > -			compatible = "atmel,osc", "fixed-clock";
 > -			clock-frequency = <16000000>;
 > -		};
@@ -253,7 +253,7 @@ Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
 > -		#size-cells = <1>;
 > -		ranges;
 > -
-> -		main_clock: clock at 0 {
+> -		main_clock: clock@0 {
 > -			compatible = "atmel,osc", "fixed-clock";
 > -			clock-frequency = <12000000>;
 > -		};
diff --git a/a/content_digest b/N1/content_digest
index 4b08452..d1796dc 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,12 +1,15 @@
  "ref\01446650149-31563-1-git-send-email-alexandre.belloni@free-electrons.com\0"
- "From\0nicolas.ferre@atmel.com (Nicolas Ferre)\0"
- "Subject\0[PATCH 1/2] ARM: at91/dt: remove leftovers clock definition\0"
+ "From\0Nicolas Ferre <nicolas.ferre@atmel.com>\0"
+ "Subject\0Re: [PATCH 1/2] ARM: at91/dt: remove leftovers clock definition\0"
  "Date\0Wed, 4 Nov 2015 18:13:38 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Alexandre Belloni <alexandre.belloni@free-electrons.com>\0"
+ "Cc\0Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>"
+  <linux-arm-kernel@lists.infradead.org>
+ " <linux-kernel@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
- "Le 04/11/2015 16:15, Alexandre Belloni a ?crit :\n"
- "> The clocks group properties and the clock at 0 node are useless, remove them\n"
+ "Le 04/11/2015 16:15, Alexandre Belloni a \303\251crit :\n"
+ "> The clocks group properties and the clock@0 node are useless, remove them\n"
  "> to avoid copy pasting in future device trees.\n"
  "> \n"
  "> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>\n"
@@ -40,7 +43,7 @@
  "> -\t\t#size-cells = <1>;\n"
  "> -\t\tranges;\n"
  "> -\n"
- "> -\t\tmain_clock: clock at 0 {\n"
+ "> -\t\tmain_clock: clock@0 {\n"
  "> -\t\t\tcompatible = \"atmel,osc\", \"fixed-clock\";\n"
  "> -\t\t\tclock-frequency = <18432000>;\n"
  "> -\t\t};\n"
@@ -60,7 +63,7 @@
  "> -\t\t#size-cells = <1>;\n"
  "> -\t\tranges;\n"
  "> -\n"
- "> -\t\tmain_clock: clock at 0 {\n"
+ "> -\t\tmain_clock: clock@0 {\n"
  "> -\t\t\tcompatible = \"atmel,osc\", \"fixed-clock\";\n"
  "> -\t\t\tclock-frequency = <12000000>;\n"
  "> -\t\t};\n"
@@ -80,7 +83,7 @@
  "> -\t\t#size-cells = <1>;\n"
  "> -\t\tranges;\n"
  "> -\n"
- "> -\t\tmain_clock: clock at 0 {\n"
+ "> -\t\tmain_clock: clock@0 {\n"
  "> -\t\t\tcompatible = \"atmel,osc\", \"fixed-clock\";\n"
  "> -\t\t\tclock-frequency = <12000000>;\n"
  "> -\t\t};\n"
@@ -100,7 +103,7 @@
  "> -\t\t#size-cells = <1>;\n"
  "> -\t\tranges;\n"
  "> -\n"
- "> -\t\tmain_clock: clock at 0 {\n"
+ "> -\t\tmain_clock: clock@0 {\n"
  "> -\t\t\tcompatible = \"atmel,osc\", \"fixed-clock\";\n"
  "> -\t\t\tclock-frequency = <12000000>;\n"
  "> -\t\t};\n"
@@ -120,7 +123,7 @@
  "> -\t\t#size-cells = <1>;\n"
  "> -\t\tranges;\n"
  "> -\n"
- "> -\t\tmain_clock: clock at 0 {\n"
+ "> -\t\tmain_clock: clock@0 {\n"
  "> -\t\t\tcompatible = \"atmel,osc\", \"fixed-clock\";\n"
  "> -\t\t\tclock-frequency = <18432000>;\n"
  "> -\t\t};\n"
@@ -140,7 +143,7 @@
  "> -\t\t#size-cells = <1>;\n"
  "> -\t\tranges;\n"
  "> -\n"
- "> -\t\tmain_clock: clock at 0 {\n"
+ "> -\t\tmain_clock: clock@0 {\n"
  "> -\t\t\tcompatible = \"atmel,osc\", \"fixed-clock\";\n"
  "> -\t\t\tclock-frequency = <18432000>;\n"
  "> -\t\t};\n"
@@ -160,7 +163,7 @@
  "> -\t\t#size-cells = <1>;\n"
  "> -\t\tranges;\n"
  "> -\n"
- "> -\t\tmain_clock: clock at 0 {\n"
+ "> -\t\tmain_clock: clock@0 {\n"
  "> -\t\t\tcompatible = \"atmel,osc\", \"fixed-clock\";\n"
  "> -\t\t\tclock-frequency = <16367660>;\n"
  "> -\t\t};\n"
@@ -180,7 +183,7 @@
  "> -\t\t#size-cells = <1>;\n"
  "> -\t\tranges;\n"
  "> -\n"
- "> -\t\tmain_clock: clock at 0 {\n"
+ "> -\t\tmain_clock: clock@0 {\n"
  "> -\t\t\tcompatible = \"atmel,osc\", \"fixed-clock\";\n"
  "> -\t\t\tclock-frequency = <18432000>;\n"
  "> -\t\t};\n"
@@ -200,7 +203,7 @@
  "> -\t\t#size-cells = <1>;\n"
  "> -\t\tranges;\n"
  "> -\n"
- "> -\t\tmain_clock: clock at 0 {\n"
+ "> -\t\tmain_clock: clock@0 {\n"
  "> -\t\t\tcompatible = \"atmel,osc\", \"fixed-clock\";\n"
  "> -\t\t\tclock-frequency = <12000000>;\n"
  "> -\t\t};\n"
@@ -220,7 +223,7 @@
  "> -\t\t#size-cells = <1>;\n"
  "> -\t\tranges;\n"
  "> -\n"
- "> -\t\tmain_clock: clock at 0 {\n"
+ "> -\t\tmain_clock: clock@0 {\n"
  "> -\t\t\tcompatible = \"atmel,osc\", \"fixed-clock\";\n"
  "> -\t\t\tclock-frequency = <16000000>;\n"
  "> -\t\t};\n"
@@ -260,7 +263,7 @@
  "> -\t\t#size-cells = <1>;\n"
  "> -\t\tranges;\n"
  "> -\n"
- "> -\t\tmain_clock: clock at 0 {\n"
+ "> -\t\tmain_clock: clock@0 {\n"
  "> -\t\t\tcompatible = \"atmel,osc\", \"fixed-clock\";\n"
  "> -\t\t\tclock-frequency = <12000000>;\n"
  "> -\t\t};\n"
@@ -276,4 +279,4 @@
  "-- \n"
  Nicolas Ferre
 
-0d9dacfb1efdafa37f563d744cccda02e5e6589ac5a974ca7d46763964c243f8
+f9ad51a8b6c18d15f270c2be7186461e24299711d8c4fd45770c1dc83490aadc

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.