All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <56FBA6A4.2050509@mentor.com>

diff --git a/a/1.txt b/N1/1.txt
index ec0ef73..31689ec 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -5,7 +5,7 @@ On 30.03.2016 01:30, Joachim Eastwood wrote:
 >  Warning (unit_address_vs_reg): Node /memory has a reg or ranges
 > 				property, but no unit name
 > 
-> Signed-off-by: Joachim Eastwood <manabian@gmail.com>
+> Signed-off-by: Joachim Eastwood <manabian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
 > ---
 >  arch/arm/boot/dts/skeleton.dtsi   | 2 +-
 >  arch/arm/boot/dts/skeleton64.dtsi | 2 +-
@@ -20,7 +20,7 @@ On 30.03.2016 01:30, Joachim Eastwood wrote:
 >  	chosen { };
 >  	aliases { };
 > -	memory { device_type = "memory"; reg = <0 0>; };
-> +	memory at 0 { device_type = "memory"; reg = <0 0>; };
+> +	memory@0 { device_type = "memory"; reg = <0 0>; };
 >  };
 > diff --git a/arch/arm/boot/dts/skeleton64.dtsi b/arch/arm/boot/dts/skeleton64.dtsi
 > index b5d7f36..6dbe9f9 100644
@@ -31,22 +31,22 @@ On 30.03.2016 01:30, Joachim Eastwood wrote:
 >  	chosen { };
 >  	aliases { };
 > -	memory { device_type = "memory"; reg = <0 0 0 0>; };
-> +	memory at 0 { device_type = "memory"; reg = <0 0 0 0>; };
+> +	memory@0 { device_type = "memory"; reg = <0 0 0 0>; };
 >  };
 > 
 
-this looks wrong, because all inherited compiled dtbs will contain memory at 0
+this looks wrong, because all inherited compiled dtbs will contain memory@0
 device node, for example (with applied 4/7 from this series):
 
 % scripts/dtc/dtc -I dtb -O dts arch/arm/boot/dts/lpc4357-ea4357-devkit.dtb
 | grep -A3 memory@
 
-	memory at 0 {
+	memory@0 {
 		device_type = "memory";
 		reg = <0x0 0x0>;
 	};
 --
-	memory at 28000000 {
+	memory@28000000 {
 		device_type = "memory";
 		reg = <0x28000000 0x2000000>;
 	};
@@ -54,3 +54,7 @@ device node, for example (with applied 4/7 from this series):
 --
 With best wishes,
 Vladimir
+--
+To unsubscribe from this list: send the line "unsubscribe devicetree" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 1b92384..125cbc8 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,13 @@
  "ref\01459290646-3592-1-git-send-email-manabian@gmail.com\0"
  "ref\01459290646-3592-3-git-send-email-manabian@gmail.com\0"
- "From\0vladimir_zapolskiy@mentor.com (Vladimir Zapolskiy)\0"
- "Subject\0[PATCH 2/7] ARM: dts: skeleton: add unit name to memory node\0"
+ "ref\01459290646-3592-3-git-send-email-manabian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
+ "From\0Vladimir Zapolskiy <vladimir_zapolskiy-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 2/7] ARM: dts: skeleton: add unit name to memory node\0"
  "Date\0Wed, 30 Mar 2016 13:12:52 +0300\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Joachim Eastwood <manabian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>"
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
+ "Cc\0robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org"
+ " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "Hi Joachim,\n"
@@ -13,7 +17,7 @@
  ">  Warning (unit_address_vs_reg): Node /memory has a reg or ranges\n"
  "> \t\t\t\tproperty, but no unit name\n"
  "> \n"
- "> Signed-off-by: Joachim Eastwood <manabian@gmail.com>\n"
+ "> Signed-off-by: Joachim Eastwood <manabian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
  "> ---\n"
  ">  arch/arm/boot/dts/skeleton.dtsi   | 2 +-\n"
  ">  arch/arm/boot/dts/skeleton64.dtsi | 2 +-\n"
@@ -28,7 +32,7 @@
  ">  \tchosen { };\n"
  ">  \taliases { };\n"
  "> -\tmemory { device_type = \"memory\"; reg = <0 0>; };\n"
- "> +\tmemory at 0 { device_type = \"memory\"; reg = <0 0>; };\n"
+ "> +\tmemory@0 { device_type = \"memory\"; reg = <0 0>; };\n"
  ">  };\n"
  "> diff --git a/arch/arm/boot/dts/skeleton64.dtsi b/arch/arm/boot/dts/skeleton64.dtsi\n"
  "> index b5d7f36..6dbe9f9 100644\n"
@@ -39,28 +43,32 @@
  ">  \tchosen { };\n"
  ">  \taliases { };\n"
  "> -\tmemory { device_type = \"memory\"; reg = <0 0 0 0>; };\n"
- "> +\tmemory at 0 { device_type = \"memory\"; reg = <0 0 0 0>; };\n"
+ "> +\tmemory@0 { device_type = \"memory\"; reg = <0 0 0 0>; };\n"
  ">  };\n"
  "> \n"
  "\n"
- "this looks wrong, because all inherited compiled dtbs will contain memory at 0\n"
+ "this looks wrong, because all inherited compiled dtbs will contain memory@0\n"
  "device node, for example (with applied 4/7 from this series):\n"
  "\n"
  "% scripts/dtc/dtc -I dtb -O dts arch/arm/boot/dts/lpc4357-ea4357-devkit.dtb\n"
  "| grep -A3 memory@\n"
  "\n"
- "\tmemory at 0 {\n"
+ "\tmemory@0 {\n"
  "\t\tdevice_type = \"memory\";\n"
  "\t\treg = <0x0 0x0>;\n"
  "\t};\n"
  "--\n"
- "\tmemory at 28000000 {\n"
+ "\tmemory@28000000 {\n"
  "\t\tdevice_type = \"memory\";\n"
  "\t\treg = <0x28000000 0x2000000>;\n"
  "\t};\n"
  "\n"
  "--\n"
  "With best wishes,\n"
- Vladimir
+ "Vladimir\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-f7eee4f22d514f20a49dc23d2e9c7b8016859dbad9f00c14ceefdf07fe50e095
+47227429c66354cc8350270c5dbc275c9fc9b655765eae2bea1625fcfdf41411

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.