All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20190211141852.287329265@linuxfoundation.org>

diff --git a/a/1.txt b/N1/1.txt
index 56f7848..18905f3 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -4,7 +4,7 @@
 
 [ Upstream commit 8ef86955fe59f7912a40d57ae4c6d511f0187b4d ]
 
-The base aspeed-g5.dtsi already defines a '/memory at 80000000' node, so
+The base aspeed-g5.dtsi already defines a '/memory@80000000' node, so
 '/memory' in the board files create a duplicate node. We're probably
 getting lucky that the bootloader fixes up the memory node that the
 kernel ends up using. Add the unit-address so it's merged with the base
@@ -14,9 +14,9 @@ Found with DT json-schema checks.
 
 Cc: Joel Stanley <joel@jms.id.au>
 Cc: Andrew Jeffery <andrew@aj.id.au>
-Cc: devicetree at vger.kernel.org
-Cc: linux-arm-kernel at lists.infradead.org
-Cc: linux-aspeed at lists.ozlabs.org
+Cc: devicetree@vger.kernel.org
+Cc: linux-arm-kernel@lists.infradead.org
+Cc: linux-aspeed@lists.ozlabs.org
 Signed-off-by: Rob Herring <robh@kernel.org>
 Signed-off-by: Olof Johansson <olof@lixom.net>
 Signed-off-by: Sasha Levin <sashal@kernel.org>
@@ -36,7 +36,7 @@ index df1227613d48..c2ece0b91885 100644
  	};
  
 -	memory {
-+	memory at 80000000 {
++	memory@80000000 {
  		reg = <0x80000000 0x40000000>;
  	};
  
@@ -49,7 +49,7 @@ index 7a291de02543..22dade6393d0 100644
  	};
  
 -	memory {
-+	memory at 80000000 {
++	memory@80000000 {
  		reg = <0x80000000 0x20000000>;
  	};
  
@@ -62,7 +62,7 @@ index d598b6391362..024e52a6cd0f 100644
  	};
  
 -	memory {
-+	memory at 80000000 {
++	memory@80000000 {
  		reg = <0x80000000 0x40000000>;
  	};
  
@@ -80,9 +80,17 @@ index 43ed13963d35..33d704541de6 100644
  	};
  
 -	memory {
-+	memory at 80000000 {
++	memory@80000000 {
  		reg = <0x80000000 0x20000000>;
  	};
  
 -- 
 2.19.1
+
+
+
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/a/content_digest b/N1/content_digest
index aa1e716..0821fb5 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,17 @@
  "From\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0"
  "Subject\0[PATCH 4.20 102/352] ARM: dts: aspeed: add missing memory unit-address\0"
  "Date\0Mon, 11 Feb 2019 15:15:29 +0100\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0linux-kernel@vger.kernel.org\0"
+ "Cc\0Sasha Levin <sashal@kernel.org>"
+  devicetree@vger.kernel.org
+  linux-aspeed@lists.ozlabs.org
+  Rob Herring <robh@kernel.org>
+  Andrew Jeffery <andrew@aj.id.au>
+  Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+  stable@vger.kernel.org
+  Joel Stanley <joel@jms.id.au>
+  Olof Johansson <olof@lixom.net>
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "4.20-stable review patch.  If anyone has any objections, please let me know.\n"
@@ -11,7 +21,7 @@
  "\n"
  "[ Upstream commit 8ef86955fe59f7912a40d57ae4c6d511f0187b4d ]\n"
  "\n"
- "The base aspeed-g5.dtsi already defines a '/memory at 80000000' node, so\n"
+ "The base aspeed-g5.dtsi already defines a '/memory@80000000' node, so\n"
  "'/memory' in the board files create a duplicate node. We're probably\n"
  "getting lucky that the bootloader fixes up the memory node that the\n"
  "kernel ends up using. Add the unit-address so it's merged with the base\n"
@@ -21,9 +31,9 @@
  "\n"
  "Cc: Joel Stanley <joel@jms.id.au>\n"
  "Cc: Andrew Jeffery <andrew@aj.id.au>\n"
- "Cc: devicetree at vger.kernel.org\n"
- "Cc: linux-arm-kernel at lists.infradead.org\n"
- "Cc: linux-aspeed at lists.ozlabs.org\n"
+ "Cc: devicetree@vger.kernel.org\n"
+ "Cc: linux-arm-kernel@lists.infradead.org\n"
+ "Cc: linux-aspeed@lists.ozlabs.org\n"
  "Signed-off-by: Rob Herring <robh@kernel.org>\n"
  "Signed-off-by: Olof Johansson <olof@lixom.net>\n"
  "Signed-off-by: Sasha Levin <sashal@kernel.org>\n"
@@ -43,7 +53,7 @@
  " \t};\n"
  " \n"
  "-\tmemory {\n"
- "+\tmemory at 80000000 {\n"
+ "+\tmemory@80000000 {\n"
  " \t\treg = <0x80000000 0x40000000>;\n"
  " \t};\n"
  " \n"
@@ -56,7 +66,7 @@
  " \t};\n"
  " \n"
  "-\tmemory {\n"
- "+\tmemory at 80000000 {\n"
+ "+\tmemory@80000000 {\n"
  " \t\treg = <0x80000000 0x20000000>;\n"
  " \t};\n"
  " \n"
@@ -69,7 +79,7 @@
  " \t};\n"
  " \n"
  "-\tmemory {\n"
- "+\tmemory at 80000000 {\n"
+ "+\tmemory@80000000 {\n"
  " \t\treg = <0x80000000 0x40000000>;\n"
  " \t};\n"
  " \n"
@@ -87,11 +97,19 @@
  " \t};\n"
  " \n"
  "-\tmemory {\n"
- "+\tmemory at 80000000 {\n"
+ "+\tmemory@80000000 {\n"
  " \t\treg = <0x80000000 0x20000000>;\n"
  " \t};\n"
  " \n"
  "-- \n"
- 2.19.1
+ "2.19.1\n"
+ "\n"
+ "\n"
+ "\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-arm-kernel mailing list\n"
+ "linux-arm-kernel@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-806cc42f41c6976ce46357d87a2fe3704c510e66b975836a48663af83fa1cc4f
+7a1d900f3d7d549835c83255bbb736f8541b3627eb8956933f9d21d60eda732c

diff --git a/a/1.txt b/N2/1.txt
index 56f7848..b854461 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -4,7 +4,7 @@
 
 [ Upstream commit 8ef86955fe59f7912a40d57ae4c6d511f0187b4d ]
 
-The base aspeed-g5.dtsi already defines a '/memory at 80000000' node, so
+The base aspeed-g5.dtsi already defines a '/memory@80000000' node, so
 '/memory' in the board files create a duplicate node. We're probably
 getting lucky that the bootloader fixes up the memory node that the
 kernel ends up using. Add the unit-address so it's merged with the base
@@ -14,9 +14,9 @@ Found with DT json-schema checks.
 
 Cc: Joel Stanley <joel@jms.id.au>
 Cc: Andrew Jeffery <andrew@aj.id.au>
-Cc: devicetree at vger.kernel.org
-Cc: linux-arm-kernel at lists.infradead.org
-Cc: linux-aspeed at lists.ozlabs.org
+Cc: devicetree@vger.kernel.org
+Cc: linux-arm-kernel@lists.infradead.org
+Cc: linux-aspeed@lists.ozlabs.org
 Signed-off-by: Rob Herring <robh@kernel.org>
 Signed-off-by: Olof Johansson <olof@lixom.net>
 Signed-off-by: Sasha Levin <sashal@kernel.org>
@@ -36,7 +36,7 @@ index df1227613d48..c2ece0b91885 100644
  	};
  
 -	memory {
-+	memory at 80000000 {
++	memory@80000000 {
  		reg = <0x80000000 0x40000000>;
  	};
  
@@ -49,7 +49,7 @@ index 7a291de02543..22dade6393d0 100644
  	};
  
 -	memory {
-+	memory at 80000000 {
++	memory@80000000 {
  		reg = <0x80000000 0x20000000>;
  	};
  
@@ -62,7 +62,7 @@ index d598b6391362..024e52a6cd0f 100644
  	};
  
 -	memory {
-+	memory at 80000000 {
++	memory@80000000 {
  		reg = <0x80000000 0x40000000>;
  	};
  
@@ -80,7 +80,7 @@ index 43ed13963d35..33d704541de6 100644
  	};
  
 -	memory {
-+	memory at 80000000 {
++	memory@80000000 {
  		reg = <0x80000000 0x20000000>;
  	};
  
diff --git a/a/content_digest b/N2/content_digest
index aa1e716..186a689 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,7 +2,17 @@
  "From\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0"
  "Subject\0[PATCH 4.20 102/352] ARM: dts: aspeed: add missing memory unit-address\0"
  "Date\0Mon, 11 Feb 2019 15:15:29 +0100\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0linux-kernel@vger.kernel.org\0"
+ "Cc\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>"
+  stable@vger.kernel.org
+  Joel Stanley <joel@jms.id.au>
+  Andrew Jeffery <andrew@aj.id.au>
+  devicetree@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linux-aspeed@lists.ozlabs.org
+  Rob Herring <robh@kernel.org>
+  Olof Johansson <olof@lixom.net>
+ " Sasha Levin <sashal@kernel.org>\0"
  "\00:1\0"
  "b\0"
  "4.20-stable review patch.  If anyone has any objections, please let me know.\n"
@@ -11,7 +21,7 @@
  "\n"
  "[ Upstream commit 8ef86955fe59f7912a40d57ae4c6d511f0187b4d ]\n"
  "\n"
- "The base aspeed-g5.dtsi already defines a '/memory at 80000000' node, so\n"
+ "The base aspeed-g5.dtsi already defines a '/memory@80000000' node, so\n"
  "'/memory' in the board files create a duplicate node. We're probably\n"
  "getting lucky that the bootloader fixes up the memory node that the\n"
  "kernel ends up using. Add the unit-address so it's merged with the base\n"
@@ -21,9 +31,9 @@
  "\n"
  "Cc: Joel Stanley <joel@jms.id.au>\n"
  "Cc: Andrew Jeffery <andrew@aj.id.au>\n"
- "Cc: devicetree at vger.kernel.org\n"
- "Cc: linux-arm-kernel at lists.infradead.org\n"
- "Cc: linux-aspeed at lists.ozlabs.org\n"
+ "Cc: devicetree@vger.kernel.org\n"
+ "Cc: linux-arm-kernel@lists.infradead.org\n"
+ "Cc: linux-aspeed@lists.ozlabs.org\n"
  "Signed-off-by: Rob Herring <robh@kernel.org>\n"
  "Signed-off-by: Olof Johansson <olof@lixom.net>\n"
  "Signed-off-by: Sasha Levin <sashal@kernel.org>\n"
@@ -43,7 +53,7 @@
  " \t};\n"
  " \n"
  "-\tmemory {\n"
- "+\tmemory at 80000000 {\n"
+ "+\tmemory@80000000 {\n"
  " \t\treg = <0x80000000 0x40000000>;\n"
  " \t};\n"
  " \n"
@@ -56,7 +66,7 @@
  " \t};\n"
  " \n"
  "-\tmemory {\n"
- "+\tmemory at 80000000 {\n"
+ "+\tmemory@80000000 {\n"
  " \t\treg = <0x80000000 0x20000000>;\n"
  " \t};\n"
  " \n"
@@ -69,7 +79,7 @@
  " \t};\n"
  " \n"
  "-\tmemory {\n"
- "+\tmemory at 80000000 {\n"
+ "+\tmemory@80000000 {\n"
  " \t\treg = <0x80000000 0x40000000>;\n"
  " \t};\n"
  " \n"
@@ -87,11 +97,11 @@
  " \t};\n"
  " \n"
  "-\tmemory {\n"
- "+\tmemory at 80000000 {\n"
+ "+\tmemory@80000000 {\n"
  " \t\treg = <0x80000000 0x20000000>;\n"
  " \t};\n"
  " \n"
  "-- \n"
  2.19.1
 
-806cc42f41c6976ce46357d87a2fe3704c510e66b975836a48663af83fa1cc4f
+4da6f66da98d0b442f43753390acae8484e37f45a650fd4ebac8202cad27a484

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.