All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160403034615.GC4919@kozik-lap>

diff --git a/a/1.txt b/N1/1.txt
index 60bc592..f397c5b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,10 +2,10 @@ On Fri, Apr 01, 2016 at 10:31:34AM -0500, Rob Herring wrote:
 > On Fri, Apr 1, 2016 at 1:57 AM, Krzysztof Kozlowski
 > <k.kozlowski@samsung.com> wrote:
 > > Fix following DTC warnings in cros-adc-thermistors:
-> > Warning (unit_address_vs_reg): Node /adc@12D10000/ncp15wb473@3 has a unit name, but no reg property
-> > Warning (unit_address_vs_reg): Node /adc@12D10000/ncp15wb473@4 has a unit name, but no reg property
-> > Warning (unit_address_vs_reg): Node /adc@12D10000/ncp15wb473@5 has a unit name, but no reg property
-> > Warning (unit_address_vs_reg): Node /adc@12D10000/ncp15wb473@6 has a unit name, but no reg property
+> > Warning (unit_address_vs_reg): Node /adc at 12D10000/ncp15wb473 at 3 has a unit name, but no reg property
+> > Warning (unit_address_vs_reg): Node /adc at 12D10000/ncp15wb473 at 4 has a unit name, but no reg property
+> > Warning (unit_address_vs_reg): Node /adc at 12D10000/ncp15wb473 at 5 has a unit name, but no reg property
+> > Warning (unit_address_vs_reg): Node /adc at 12D10000/ncp15wb473 at 6 has a unit name, but no reg property
 > >
 > > Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
 > > ---
@@ -20,7 +20,7 @@ On Fri, Apr 01, 2016 at 10:31:34AM -0500, Rob Herring wrote:
 > >  */
 > >
 > >  &adc {
-> > -       ncp15wb473@3 {
+> > -       ncp15wb473 at 3 {
 > > +       ncp15wb473_3 {
 > 
 > Don't use underscores.
@@ -28,7 +28,7 @@ On Fri, Apr 01, 2016 at 10:31:34AM -0500, Rob Herring wrote:
 The ePAPR lists underscore as a acceptable character... but if you
 insists then the sensible solution would be to rename all the nodes to
 something like:
--       ncp15wb473@3 {
+-       ncp15wb473 at 3 {
 +       thermistor3 {
 
 Is it okay?
diff --git a/a/content_digest b/N1/content_digest
index 43fa656..ad997df 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,29 +1,19 @@
  "ref\01459493874-2366-1-git-send-email-k.kozlowski@samsung.com\0"
  "ref\0CAL_JsqJi0w_j2wcb8f60XKOL3MFxkHFZpoyFhT-CCno_chb9Rw@mail.gmail.com\0"
- "From\0Krzysztof Kozlowski <k.kozlowski@samsung.com>\0"
- "Subject\0Re: [PATCH 01/11] ARM: dts: exynos: Fix DTC unit name warnings in cros-adc-thermistors\0"
+ "From\0k.kozlowski@samsung.com (Krzysztof Kozlowski)\0"
+ "Subject\0[PATCH 01/11] ARM: dts: exynos: Fix DTC unit name warnings in cros-adc-thermistors\0"
  "Date\0Sun, 3 Apr 2016 12:46:15 +0900\0"
- "To\0Rob Herring <robh+dt@kernel.org>\0"
- "Cc\0Krzysztof Kozlowski <k.kozlowski@samsung.com>"
-  Pawel Moll <pawel.moll@arm.com>
-  Mark Rutland <mark.rutland@arm.com>
-  Ian Campbell <ijc+devicetree@hellion.org.uk>
-  Kumar Gala <galak@codeaurora.org>
-  Kukjin Kim <kgene@kernel.org>
-  devicetree@vger.kernel.org <devicetree@vger.kernel.org>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
-  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
- " linux-samsung-soc@vger.kernel.org <linux-samsung-soc@vger.kernel.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, Apr 01, 2016 at 10:31:34AM -0500, Rob Herring wrote:\n"
  "> On Fri, Apr 1, 2016 at 1:57 AM, Krzysztof Kozlowski\n"
  "> <k.kozlowski@samsung.com> wrote:\n"
  "> > Fix following DTC warnings in cros-adc-thermistors:\n"
- "> > Warning (unit_address_vs_reg): Node /adc@12D10000/ncp15wb473@3 has a unit name, but no reg property\n"
- "> > Warning (unit_address_vs_reg): Node /adc@12D10000/ncp15wb473@4 has a unit name, but no reg property\n"
- "> > Warning (unit_address_vs_reg): Node /adc@12D10000/ncp15wb473@5 has a unit name, but no reg property\n"
- "> > Warning (unit_address_vs_reg): Node /adc@12D10000/ncp15wb473@6 has a unit name, but no reg property\n"
+ "> > Warning (unit_address_vs_reg): Node /adc at 12D10000/ncp15wb473 at 3 has a unit name, but no reg property\n"
+ "> > Warning (unit_address_vs_reg): Node /adc at 12D10000/ncp15wb473 at 4 has a unit name, but no reg property\n"
+ "> > Warning (unit_address_vs_reg): Node /adc at 12D10000/ncp15wb473 at 5 has a unit name, but no reg property\n"
+ "> > Warning (unit_address_vs_reg): Node /adc at 12D10000/ncp15wb473 at 6 has a unit name, but no reg property\n"
  "> >\n"
  "> > Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>\n"
  "> > ---\n"
@@ -38,7 +28,7 @@
  "> >  */\n"
  "> >\n"
  "> >  &adc {\n"
- "> > -       ncp15wb473@3 {\n"
+ "> > -       ncp15wb473 at 3 {\n"
  "> > +       ncp15wb473_3 {\n"
  "> \n"
  "> Don't use underscores.\n"
@@ -46,7 +36,7 @@
  "The ePAPR lists underscore as a acceptable character... but if you\n"
  "insists then the sensible solution would be to rename all the nodes to\n"
  "something like:\n"
- "-       ncp15wb473@3 {\n"
+ "-       ncp15wb473 at 3 {\n"
  "+       thermistor3 {\n"
  "\n"
  "Is it okay?\n"
@@ -77,4 +67,4 @@
  "Best regards,\n"
  Krzysztof
 
-9f3e56b42bb86804b539a7e69b76c746b7818c9b552f51795a9085e2bf3a2b22
+eecad1745f227c981f669e781ebead0e6a60060b36c878f55479afef834fb1f0

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.