All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <54BE4770.6000100@linaro.org>

diff --git a/a/1.txt b/N1/1.txt
index 3e13786..7eeb84f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
-On 2015年01月20日 19:10, Mark Rutland wrote:
+On 2015?01?20? 19:10, Mark Rutland wrote:
 > On Tue, Jan 20, 2015 at 09:29:14AM +0000, Hanjun Guo wrote:
->> On 2015年01月20日 02:01, Mark Rutland wrote:
+>> On 2015?01?20? 02:01, Mark Rutland wrote:
 >>> On Mon, Jan 19, 2015 at 05:52:33PM +0000, Catalin Marinas wrote:
 >>>> On Mon, Jan 19, 2015 at 04:59:47PM +0000, Jon Masters wrote:
 >>>>> On 01/19/2015 10:13 AM, Grant Likely wrote:
@@ -159,10 +159,10 @@ OK, will update in next version.
 >> +	const char *p;
 >> +	
 >> +	if (depth != 1 || !data ||
->> +	    (strcmp(uname, "chosen") != 0 && strcmp(uname, "chosen@0") != 0))
+>> +	    (strcmp(uname, "chosen") != 0 && strcmp(uname, "chosen at 0") != 0))
 >> +		return 0;
 >
-> Do we ever generate chosen@0, and do we even accept that?
+> Do we ever generate chosen at 0, and do we even accept that?
 
 Sorry, I have limited knowledge about the history of DT, so I think you
 meant that I just need to check strcmp(uname, "chosen") here, right?
@@ -230,7 +230,3 @@ empty property? I try to find but failed.
 Thanks for the review!
 
 Hanjun
---
-To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 2b45a01..ec20c7a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -9,36 +9,15 @@
  "ref\020150119180122.GJ21553@leverpostej\0"
  "ref\054BE1FEA.5040109@linaro.org\0"
  "ref\020150120111032.GB15924@leverpostej\0"
- "From\0Hanjun Guo <hanjun.guo@linaro.org>\0"
- "Subject\0Re: [PATCH v7 04/17] ARM64 / ACPI: Introduce early_param for \"acpi\" and pass acpi=force to enable ACPI\0"
+ "From\0hanjun.guo@linaro.org (Hanjun Guo)\0"
+ "Subject\0[PATCH v7 04/17] ARM64 / ACPI: Introduce early_param for \"acpi\" and pass acpi=force to enable ACPI\0"
  "Date\0Tue, 20 Jan 2015 20:17:52 +0800\0"
- "To\0Mark Rutland <mark.rutland@arm.com>\0"
- "Cc\0Catalin Marinas <Catalin.Marinas@arm.com>"
-  jcm@redhat.com <jcm@redhat.com>
-  grant.likely@linaro.org <grant.likely@linaro.org>
-  Ard Biesheuvel <ard.biesheuvel@linaro.org>
-  linaro-acpi@lists.linaro.org <linaro-acpi@lists.linaro.org>
-  Will Deacon <Will.Deacon@arm.com>
-  wangyijing@huawei.com <wangyijing@huawei.com>
-  Rob Herring <robh@kernel.org>
-  Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com>
-  Al Stone <al.stone@linaro.org>
-  Timur Tabi <timur@codeaurora.org>
-  linux-acpi@vger.kernel.org <linux-acpi@vger.kernel.org>
-  Charles Garcia-Tobin <Charles.Garcia-Tobin@arm.com>
-  phoenix.liyi@huawei.com <phoenix.liyi@huawei.com>
-  Robert Richter <rric@kernel.org>
-  Jason Cooper <jason@lakedaemon.net>
-  Arnd Bergmann <arnd@arndb.de>
-  Marc Zyngier <Marc.Zyngier@arm.com>
-  Mark Brown <broonie@kernel.org>
-  Bjorn Helgaas <bhelgaas@google.com>
- " linux-arm-kernel@lists.infradead.o\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
- "On 2015\345\271\26401\346\234\21020\346\227\245 19:10, Mark Rutland wrote:\n"
+ "On 2015?01?20? 19:10, Mark Rutland wrote:\n"
  "> On Tue, Jan 20, 2015 at 09:29:14AM +0000, Hanjun Guo wrote:\n"
- ">> On 2015\345\271\26401\346\234\21020\346\227\245 02:01, Mark Rutland wrote:\n"
+ ">> On 2015?01?20? 02:01, Mark Rutland wrote:\n"
  ">>> On Mon, Jan 19, 2015 at 05:52:33PM +0000, Catalin Marinas wrote:\n"
  ">>>> On Mon, Jan 19, 2015 at 04:59:47PM +0000, Jon Masters wrote:\n"
  ">>>>> On 01/19/2015 10:13 AM, Grant Likely wrote:\n"
@@ -197,10 +176,10 @@
  ">> +\tconst char *p;\n"
  ">> +\t\n"
  ">> +\tif (depth != 1 || !data ||\n"
- ">> +\t    (strcmp(uname, \"chosen\") != 0 && strcmp(uname, \"chosen@0\") != 0))\n"
+ ">> +\t    (strcmp(uname, \"chosen\") != 0 && strcmp(uname, \"chosen at 0\") != 0))\n"
  ">> +\t\treturn 0;\n"
  ">\n"
- "> Do we ever generate chosen@0, and do we even accept that?\n"
+ "> Do we ever generate chosen at 0, and do we even accept that?\n"
  "\n"
  "Sorry, I have limited knowledge about the history of DT, so I think you\n"
  "meant that I just need to check strcmp(uname, \"chosen\") here, right?\n"
@@ -267,10 +246,6 @@
  "\n"
  "Thanks for the review!\n"
  "\n"
- "Hanjun\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-acpi\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ Hanjun
 
-9db615dc5a62aff06d69105e6cc0e5ecc68beacf0002136280fe642b1a4ba11c
+9f65d781dd14de7ce1da364056d8dfd10d4627b478faa2ad4a632e414e131747

diff --git a/a/1.txt b/N2/1.txt
index 3e13786..c3d4dd2 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -230,7 +230,3 @@ empty property? I try to find but failed.
 Thanks for the review!
 
 Hanjun
---
-To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index 2b45a01..2a6939a 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -33,7 +33,15 @@
   Marc Zyngier <Marc.Zyngier@arm.com>
   Mark Brown <broonie@kernel.org>
   Bjorn Helgaas <bhelgaas@google.com>
- " linux-arm-kernel@lists.infradead.o\0"
+  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
+  graeme.gregory@linaro.org <graeme.gregory@linaro.org>
+  Randy Dunlap <rdunlap@infradead.org>
+  Rafael J. Wysocki <rjw@rjwysocki.net>
+  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
+  suravee.suthikulpanit@amd.com <suravee.suthikulpanit@amd.com>
+  Sudeep Holla <Sudeep.Holla@arm.com>
+  Olof Johansson <olof@lixom.net>
+ " leif.lindholm@linaro.org\0"
  "\00:1\0"
  "b\0"
  "On 2015\345\271\26401\346\234\21020\346\227\245 19:10, Mark Rutland wrote:\n"
@@ -267,10 +275,6 @@
  "\n"
  "Thanks for the review!\n"
  "\n"
- "Hanjun\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-acpi\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ Hanjun
 
-9db615dc5a62aff06d69105e6cc0e5ecc68beacf0002136280fe642b1a4ba11c
+0adf88a265b94bf9ffc93777f3d1af8ee8bfc39b801c685144a9c4bb9c756262

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.