All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5407179D.6040909@linaro.org>

diff --git a/a/1.txt b/N1/1.txt
index 0ea2726..a15eef9 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -28,7 +28,7 @@ Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
 > +			cpu-idle-states = <&CLUSTER_SLEEP_BIG>;
 >   		};
 >
->   		cpu1: cpu@1 {
+>   		cpu1: cpu at 1 {
 > @@ -45,6 +46,7 @@
 >   			compatible = "arm,cortex-a15";
 >   			reg = <1>;
@@ -36,7 +36,7 @@ Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
 > +			cpu-idle-states = <&CLUSTER_SLEEP_BIG>;
 >   		};
 >
->   		cpu2: cpu@2 {
+>   		cpu2: cpu at 2 {
 > @@ -52,6 +54,7 @@
 >   			compatible = "arm,cortex-a7";
 >   			reg = <0x100>;
@@ -44,7 +44,7 @@ Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
 > +			cpu-idle-states = <&CLUSTER_SLEEP_LITTLE>;
 >   		};
 >
->   		cpu3: cpu@3 {
+>   		cpu3: cpu at 3 {
 > @@ -59,6 +62,7 @@
 >   			compatible = "arm,cortex-a7";
 >   			reg = <0x101>;
@@ -52,7 +52,7 @@ Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
 > +			cpu-idle-states = <&CLUSTER_SLEEP_LITTLE>;
 >   		};
 >
->   		cpu4: cpu@4 {
+>   		cpu4: cpu at 4 {
 > @@ -66,6 +70,25 @@
 >   			compatible = "arm,cortex-a7";
 >   			reg = <0x102>;
@@ -139,7 +139,7 @@ Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
 
 
 -- 
-  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
+  <http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs
 
 Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
 <http://twitter.com/#!/linaroorg> Twitter |
diff --git a/a/content_digest b/N1/content_digest
index 5922dbf..9e440ee 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,34 +1,9 @@
  "ref\01409585324-3678-1-git-send-email-lorenzo.pieralisi@arm.com\0"
  "ref\01409585324-3678-8-git-send-email-lorenzo.pieralisi@arm.com\0"
- "From\0Daniel Lezcano <daniel.lezcano@linaro.org>\0"
- "Subject\0Re: [PATCH v8 7/8] drivers: cpuidle: initialize big.LITTLE driver through DT\0"
+ "From\0daniel.lezcano@linaro.org (Daniel Lezcano)\0"
+ "Subject\0[PATCH v8 7/8] drivers: cpuidle: initialize big.LITTLE driver through DT\0"
  "Date\0Wed, 03 Sep 2014 15:29:01 +0200\0"
- "To\0Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>"
-  linux-arm-kernel@lists.infradead.org
- " linux-pm@vger.kernel.org\0"
- "Cc\0devicetree@vger.kernel.org"
-  Chander Kashyap <k.chander@samsung.com>
-  Mark Rutland <mark.rutland@arm.com>
-  Sudeep Holla <sudeep.holla@arm.com>
-  Catalin Marinas <catalin.marinas@arm.com>
-  Charles Garcia Tobin <Charles.Garcia-Tobin@arm.com>
-  Nicolas Pitre <nico@linaro.org>
-  Rob Herring <robh+dt@kernel.org>
-  Grant Likely <grant.likely@linaro.org>
-  Peter De Schrijver <pdeschrijver@nvidia.com>
-  Santosh Shilimkar <santosh.shilimkar@ti.com>
-  Amit Kucheria <amit.kucheria@linaro.org>
-  Vincent Guittot <vincent.guittot@linaro.org>
-  Antti Miettinen <ananaza@iki.fi>
-  Stephen Boyd <sboyd@codeaurora.org>
-  Kevin Hilman <khilman@linaro.org>
-  Sebastian Capella <sebcape@gmail.com>
-  Tomasz Figa <t.figa@samsung.com>
-  Mark Brown <broonie@kernel.org>
-  Paul Walmsley <paul@pwsan.com>
-  Geoff Levand <geoff@infradead.org>
-  Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
- " Ashwin\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 09/01/2014 05:28 PM, Lorenzo Pieralisi wrote:\n"
@@ -61,7 +36,7 @@
  "> +\t\t\tcpu-idle-states = <&CLUSTER_SLEEP_BIG>;\n"
  ">   \t\t};\n"
  ">\n"
- ">   \t\tcpu1: cpu@1 {\n"
+ ">   \t\tcpu1: cpu at 1 {\n"
  "> @@ -45,6 +46,7 @@\n"
  ">   \t\t\tcompatible = \"arm,cortex-a15\";\n"
  ">   \t\t\treg = <1>;\n"
@@ -69,7 +44,7 @@
  "> +\t\t\tcpu-idle-states = <&CLUSTER_SLEEP_BIG>;\n"
  ">   \t\t};\n"
  ">\n"
- ">   \t\tcpu2: cpu@2 {\n"
+ ">   \t\tcpu2: cpu at 2 {\n"
  "> @@ -52,6 +54,7 @@\n"
  ">   \t\t\tcompatible = \"arm,cortex-a7\";\n"
  ">   \t\t\treg = <0x100>;\n"
@@ -77,7 +52,7 @@
  "> +\t\t\tcpu-idle-states = <&CLUSTER_SLEEP_LITTLE>;\n"
  ">   \t\t};\n"
  ">\n"
- ">   \t\tcpu3: cpu@3 {\n"
+ ">   \t\tcpu3: cpu at 3 {\n"
  "> @@ -59,6 +62,7 @@\n"
  ">   \t\t\tcompatible = \"arm,cortex-a7\";\n"
  ">   \t\t\treg = <0x101>;\n"
@@ -85,7 +60,7 @@
  "> +\t\t\tcpu-idle-states = <&CLUSTER_SLEEP_LITTLE>;\n"
  ">   \t\t};\n"
  ">\n"
- ">   \t\tcpu4: cpu@4 {\n"
+ ">   \t\tcpu4: cpu at 4 {\n"
  "> @@ -66,6 +70,25 @@\n"
  ">   \t\t\tcompatible = \"arm,cortex-a7\";\n"
  ">   \t\t\treg = <0x102>;\n"
@@ -172,10 +147,10 @@
  "\n"
  "\n"
  "-- \n"
- "  <http://www.linaro.org/> Linaro.org \342\224\202 Open source software for ARM SoCs\n"
+ "  <http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs\n"
  "\n"
  "Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |\n"
  "<http://twitter.com/#!/linaroorg> Twitter |\n"
  <http://www.linaro.org/linaro-blog/> Blog
 
-b0d051dc8a0876a847478977011440f6a3441a58bb3f835e5c25d679bafe1879
+1887ea91691bcd7b1ae9e493840094e4540523ef6e6b73b7aec0eace6563e324

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.