All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180222191111.23747-2-krzk@kernel.org>

diff --git a/a/1.txt b/N1/1.txt
index ce49bdd..12d2ffa 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,7 +2,7 @@ Fix the unit addresses of PDMA nodes in Exynos5410 (the reg property is
 correct) to get rid of DTC warnings like:
 
     arch/arm/boot/dts/exynos5410-odroidxu.dtb: Warning (simple_bus_reg):
-        Node /soc/amba/pdma@12680000 simple-bus unit address format error, expected "121a0000"
+        Node /soc/amba/pdma at 12680000 simple-bus unit address format error, expected "121a0000"
 
 Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
 ---
@@ -17,8 +17,8 @@ index 1e6b57d013c4..55509c690328 100644
  			interrupt-parent = <&gic>;
  			ranges;
  
--			pdma0: pdma@12680000 {
-+			pdma0: pdma@121a0000 {
+-			pdma0: pdma at 12680000 {
++			pdma0: pdma at 121a0000 {
  				compatible = "arm,pl330", "arm,primecell";
 -				reg = <0x121A0000 0x1000>;
 +				reg = <0x121a0000 0x1000>;
@@ -29,8 +29,8 @@ index 1e6b57d013c4..55509c690328 100644
  				#dma-requests = <32>;
  			};
  
--			pdma1: pdma@12690000 {
-+			pdma1: pdma@121b0000 {
+-			pdma1: pdma at 12690000 {
++			pdma1: pdma at 121b0000 {
  				compatible = "arm,pl330", "arm,primecell";
 -				reg = <0x121B0000 0x1000>;
 +				reg = <0x121b0000 0x1000>;
diff --git a/a/content_digest b/N1/content_digest
index 1549c13..9dd1094 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,25 +1,15 @@
  "ref\020180222191111.23747-1-krzk@kernel.org\0"
- "From\0Krzysztof Kozlowski <krzk@kernel.org>\0"
+ "From\0krzk@kernel.org (Krzysztof Kozlowski)\0"
  "Subject\0[PATCH 2/2] ARM: dts: exynos: Fix unit addresses of PDMA nodes in Exynos5410\0"
  "Date\0Thu, 22 Feb 2018 20:11:11 +0100\0"
- "To\0Kukjin Kim <kgene@kernel.org>"
-  Krzysztof Kozlowski <krzk@kernel.org>
-  Sylwester Nawrocki <s.nawrocki@samsung.com>
-  Marek Szyprowski <m.szyprowski@samsung.com>
-  Marian Mihailescu <mihailescu2m@gmail.com>
-  devicetree@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-samsung-soc@vger.kernel.org
- " linux-kernel@vger.kernel.org\0"
- "Cc\0Chanwoo Choi <cw00.choi@samsung.com>"
- " Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Fix the unit addresses of PDMA nodes in Exynos5410 (the reg property is\n"
  "correct) to get rid of DTC warnings like:\n"
  "\n"
  "    arch/arm/boot/dts/exynos5410-odroidxu.dtb: Warning (simple_bus_reg):\n"
- "        Node /soc/amba/pdma@12680000 simple-bus unit address format error, expected \"121a0000\"\n"
+ "        Node /soc/amba/pdma at 12680000 simple-bus unit address format error, expected \"121a0000\"\n"
  "\n"
  "Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>\n"
  "---\n"
@@ -34,8 +24,8 @@
  " \t\t\tinterrupt-parent = <&gic>;\n"
  " \t\t\tranges;\n"
  " \n"
- "-\t\t\tpdma0: pdma@12680000 {\n"
- "+\t\t\tpdma0: pdma@121a0000 {\n"
+ "-\t\t\tpdma0: pdma at 12680000 {\n"
+ "+\t\t\tpdma0: pdma at 121a0000 {\n"
  " \t\t\t\tcompatible = \"arm,pl330\", \"arm,primecell\";\n"
  "-\t\t\t\treg = <0x121A0000 0x1000>;\n"
  "+\t\t\t\treg = <0x121a0000 0x1000>;\n"
@@ -46,8 +36,8 @@
  " \t\t\t\t#dma-requests = <32>;\n"
  " \t\t\t};\n"
  " \n"
- "-\t\t\tpdma1: pdma@12690000 {\n"
- "+\t\t\tpdma1: pdma@121b0000 {\n"
+ "-\t\t\tpdma1: pdma at 12690000 {\n"
+ "+\t\t\tpdma1: pdma at 121b0000 {\n"
  " \t\t\t\tcompatible = \"arm,pl330\", \"arm,primecell\";\n"
  "-\t\t\t\treg = <0x121B0000 0x1000>;\n"
  "+\t\t\t\treg = <0x121b0000 0x1000>;\n"
@@ -57,4 +47,4 @@
  "-- \n"
  2.14.1
 
-4d0176e213df1d23988fcefb2f2570779c2736c285b353aad10bfff7c1c3bd8d
+8a871b48c7c88c6fdf25a634a9de8b8c798f0a6e148a18a09e177f83b86773dc

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.