All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150422101208.7f03ff3b@amdc2363>

diff --git a/a/1.txt b/N1/1.txt
index 435951a..80ae512 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -50,7 +50,7 @@ Hi Bartlomiej,
 > +			>;
 >  		};
 >  
->  		cpu1: cpu@1 {
+>  		cpu1: cpu at 1 {
 > @@ -69,6 +87,7 @@
 >  			reg = <0x1>;
 >  			clock-frequency = <1800000000>;
@@ -58,7 +58,7 @@ Hi Bartlomiej,
 > +			clock-latency = <140000>;
 >  		};
 >  
->  		cpu2: cpu@2 {
+>  		cpu2: cpu at 2 {
 > @@ -77,6 +96,7 @@
 >  			reg = <0x2>;
 >  			clock-frequency = <1800000000>;
@@ -66,7 +66,7 @@ Hi Bartlomiej,
 > +			clock-latency = <140000>;
 >  		};
 >  
->  		cpu3: cpu@3 {
+>  		cpu3: cpu at 3 {
 > @@ -85,14 +105,29 @@
 >  			reg = <0x3>;
 >  			clock-frequency = <1800000000>;
@@ -74,7 +74,7 @@ Hi Bartlomiej,
 > +			clock-latency = <140000>;
 >  		};
 >  
->  		cpu4: cpu@100 {
+>  		cpu4: cpu at 100 {
 >  			device_type = "cpu";
 >  			compatible = "arm,cortex-a7";
 >  			reg = <0x100>;
@@ -96,7 +96,7 @@ Hi Bartlomiej,
 > +			>;
 >  		};
 >  
->  		cpu5: cpu@101 {
+>  		cpu5: cpu at 101 {
 > @@ -101,6 +136,7 @@
 >  			reg = <0x101>;
 >  			clock-frequency = <1000000000>;
@@ -104,7 +104,7 @@ Hi Bartlomiej,
 > +			clock-latency = <140000>;
 >  		};
 >  
->  		cpu6: cpu@102 {
+>  		cpu6: cpu at 102 {
 > @@ -109,6 +145,7 @@
 >  			reg = <0x102>;
 >  			clock-frequency = <1000000000>;
@@ -112,7 +112,7 @@ Hi Bartlomiej,
 > +			clock-latency = <140000>;
 >  		};
 >  
->  		cpu7: cpu@103 {
+>  		cpu7: cpu at 103 {
 > @@ -117,6 +154,7 @@
 >  			reg = <0x103>;
 >  			clock-frequency = <1000000000>;
diff --git a/a/content_digest b/N1/content_digest
index 2b9bec3..f488bff 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,27 +1,9 @@
  "ref\01429622278-12216-1-git-send-email-b.zolnierkie@samsung.com\0"
  "ref\01429622278-12216-5-git-send-email-b.zolnierkie@samsung.com\0"
- "From\0Lukasz Majewski <l.majewski@samsung.com>\0"
- "Subject\0Re: [PATCH 4/8] ARM: dts: Exynos5420: add CPU OPP and regulator supply property\0"
+ "From\0l.majewski@samsung.com (Lukasz Majewski)\0"
+ "Subject\0[PATCH 4/8] ARM: dts: Exynos5420: add CPU OPP and regulator supply property\0"
  "Date\0Wed, 22 Apr 2015 10:12:08 +0200\0"
- "To\0Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>\0"
- "Cc\0Thomas Abraham <thomas.ab@samsung.com>"
-  Sylwester Nawrocki <s.nawrocki@samsung.com>
-  Mike Turquette <mturquette@linaro.org>
-  Kukjin Kim <kgene.kim@samsung.com>
-  Kukjin Kim <kgene@kernel.org>
-  Viresh Kumar <viresh.kumar@linaro.org>
-  Doug Anderson <dianders@chromium.org>
-  Kevin Hilman <khilman@linaro.org>
-  Heiko Stuebner <heiko@sntech.de>
-  linux-pm@vger.kernel.org
-  Sachin Kamat <sachin.kamat@linaro.org>
-  Tomasz Figa <tomasz.figa@gmail.com>
-  linux-kernel@vger.kernel.org
-  Chanwoo Choi <cw00.choi@samsung.com>
-  linux-samsung-soc@vger.kernel.org
-  Andreas Faerber <afaerber@suse.de>
-  Javier Martinez Canillas <javier.martinez@collabora.co.uk>
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Bartlomiej,\n"
@@ -76,7 +58,7 @@
  "> +\t\t\t>;\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tcpu1: cpu@1 {\n"
+ ">  \t\tcpu1: cpu at 1 {\n"
  "> @@ -69,6 +87,7 @@\n"
  ">  \t\t\treg = <0x1>;\n"
  ">  \t\t\tclock-frequency = <1800000000>;\n"
@@ -84,7 +66,7 @@
  "> +\t\t\tclock-latency = <140000>;\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tcpu2: cpu@2 {\n"
+ ">  \t\tcpu2: cpu at 2 {\n"
  "> @@ -77,6 +96,7 @@\n"
  ">  \t\t\treg = <0x2>;\n"
  ">  \t\t\tclock-frequency = <1800000000>;\n"
@@ -92,7 +74,7 @@
  "> +\t\t\tclock-latency = <140000>;\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tcpu3: cpu@3 {\n"
+ ">  \t\tcpu3: cpu at 3 {\n"
  "> @@ -85,14 +105,29 @@\n"
  ">  \t\t\treg = <0x3>;\n"
  ">  \t\t\tclock-frequency = <1800000000>;\n"
@@ -100,7 +82,7 @@
  "> +\t\t\tclock-latency = <140000>;\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tcpu4: cpu@100 {\n"
+ ">  \t\tcpu4: cpu at 100 {\n"
  ">  \t\t\tdevice_type = \"cpu\";\n"
  ">  \t\t\tcompatible = \"arm,cortex-a7\";\n"
  ">  \t\t\treg = <0x100>;\n"
@@ -122,7 +104,7 @@
  "> +\t\t\t>;\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tcpu5: cpu@101 {\n"
+ ">  \t\tcpu5: cpu at 101 {\n"
  "> @@ -101,6 +136,7 @@\n"
  ">  \t\t\treg = <0x101>;\n"
  ">  \t\t\tclock-frequency = <1000000000>;\n"
@@ -130,7 +112,7 @@
  "> +\t\t\tclock-latency = <140000>;\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tcpu6: cpu@102 {\n"
+ ">  \t\tcpu6: cpu at 102 {\n"
  "> @@ -109,6 +145,7 @@\n"
  ">  \t\t\treg = <0x102>;\n"
  ">  \t\t\tclock-frequency = <1000000000>;\n"
@@ -138,7 +120,7 @@
  "> +\t\t\tclock-latency = <140000>;\n"
  ">  \t\t};\n"
  ">  \n"
- ">  \t\tcpu7: cpu@103 {\n"
+ ">  \t\tcpu7: cpu at 103 {\n"
  "> @@ -117,6 +154,7 @@\n"
  ">  \t\t\treg = <0x103>;\n"
  ">  \t\t\tclock-frequency = <1000000000>;\n"
@@ -157,4 +139,4 @@
  "\n"
  Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
 
-717f0d4c4c7b977536a3da4db47e78c43c897b1dfb02053caa3d87b65c1098cf
+ded8f3a11209ed77fca076ead444cabddd1c93c824113fa74869e900a68ffa9c

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.