All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5A8F608E.4030509@samsung.com>

diff --git a/a/1.txt b/N1/1.txt
index 7dfe4e0..4ac6c5a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,8 +1,8 @@
-On 2018년 02월 23일 04:11, Krzysztof Kozlowski wrote:
+On 2018? 02? 23? 04:11, Krzysztof Kozlowski wrote:
 > Typo in unit address of PPMU ACP caused DTC warnings:
 > 
 >     arch/arm/boot/dts/exynos4412-odroidu3.dtb:
->         Warning (simple_bus_reg): Node /soc/ppmu_acp@10ae0000 simple-bus unit address format error, expected "106e0000"
+>         Warning (simple_bus_reg): Node /soc/ppmu_acp at 10ae0000 simple-bus unit address format error, expected "106e0000"
 > 
 > PPMU ACP (under 0x10ae0000 address) is present only in Exynos4210 so
 > move this node to exynos4210.dtsi with fixing the reg address to proper
@@ -22,13 +22,13 @@ On 2018년 02월 23일 04:11, Krzysztof Kozlowski wrote:
 >  			status = "disabled";
 >  		};
 >  
-> -		ppmu_acp: ppmu_acp@10ae0000 {
+> -		ppmu_acp: ppmu_acp at 10ae0000 {
 > -			compatible = "samsung,exynos-ppmu";
 > -			reg = <0x106e0000 0x2000>;
 > -			status = "disabled";
 > -		};
 > -
->  		ppmu_rightbus: ppmu_rightbus@112a0000 {
+>  		ppmu_rightbus: ppmu_rightbus at 112a0000 {
 >  			compatible = "samsung,exynos-ppmu";
 >  			reg = <0x112a0000 0x2000>;
 > diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi
@@ -39,13 +39,13 @@ On 2018년 02월 23일 04:11, Krzysztof Kozlowski wrote:
 >  			iommus = <&sysmmu_g2d>;
 >  		};
 >  
-> +		ppmu_acp: ppmu_acp@10ae0000 {
+> +		ppmu_acp: ppmu_acp at 10ae0000 {
 > +			compatible = "samsung,exynos-ppmu";
 > +			reg = <0x10ae0000 0x2000>;
 > +			status = "disabled";
 > +		};
 > +
->  		ppmu_lcd1: ppmu_lcd1@12240000 {
+>  		ppmu_lcd1: ppmu_lcd1 at 12240000 {
 >  			compatible = "samsung,exynos-ppmu";
 >  			reg = <0x12240000 0x2000>;
 > 
@@ -56,8 +56,3 @@ Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
 Best Regards,
 Chanwoo Choi
 Samsung Electronics
-
-_______________________________________________
-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 8714172..9abdf6a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,25 +1,16 @@
  "ref\0CGME20180222191146epcas2p1e0fc10e3f8b278f0c3671d32e2d76350@epcas2p1.samsung.com\0"
  "ref\020180222191111.23747-1-krzk@kernel.org\0"
- "From\0Chanwoo Choi <cw00.choi@samsung.com>\0"
- "Subject\0Re: [PATCH 1/2] ARM: dts: exynos: Fix address of PPMU ACP on Exynos4210\0"
+ "From\0cw00.choi@samsung.com (Chanwoo Choi)\0"
+ "Subject\0[PATCH 1/2] ARM: dts: exynos: Fix address of PPMU ACP on Exynos4210\0"
  "Date\0Fri, 23 Feb 2018 09:30:06 +0900\0"
- "To\0Krzysztof Kozlowski <krzk@kernel.org>"
-  Kukjin Kim <kgene@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\0Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
- "On 2018\353\205\204 02\354\233\224 23\354\235\274 04:11, Krzysztof Kozlowski wrote:\n"
+ "On 2018? 02? 23? 04:11, Krzysztof Kozlowski wrote:\n"
  "> Typo in unit address of PPMU ACP caused DTC warnings:\n"
  "> \n"
  ">     arch/arm/boot/dts/exynos4412-odroidu3.dtb:\n"
- ">         Warning (simple_bus_reg): Node /soc/ppmu_acp@10ae0000 simple-bus unit address format error, expected \"106e0000\"\n"
+ ">         Warning (simple_bus_reg): Node /soc/ppmu_acp at 10ae0000 simple-bus unit address format error, expected \"106e0000\"\n"
  "> \n"
  "> PPMU ACP (under 0x10ae0000 address) is present only in Exynos4210 so\n"
  "> move this node to exynos4210.dtsi with fixing the reg address to proper\n"
@@ -39,13 +30,13 @@
  ">  \t\t\tstatus = \"disabled\";\n"
  ">  \t\t};\n"
  ">  \n"
- "> -\t\tppmu_acp: ppmu_acp@10ae0000 {\n"
+ "> -\t\tppmu_acp: ppmu_acp at 10ae0000 {\n"
  "> -\t\t\tcompatible = \"samsung,exynos-ppmu\";\n"
  "> -\t\t\treg = <0x106e0000 0x2000>;\n"
  "> -\t\t\tstatus = \"disabled\";\n"
  "> -\t\t};\n"
  "> -\n"
- ">  \t\tppmu_rightbus: ppmu_rightbus@112a0000 {\n"
+ ">  \t\tppmu_rightbus: ppmu_rightbus at 112a0000 {\n"
  ">  \t\t\tcompatible = \"samsung,exynos-ppmu\";\n"
  ">  \t\t\treg = <0x112a0000 0x2000>;\n"
  "> diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi\n"
@@ -56,13 +47,13 @@
  ">  \t\t\tiommus = <&sysmmu_g2d>;\n"
  ">  \t\t};\n"
  ">  \n"
- "> +\t\tppmu_acp: ppmu_acp@10ae0000 {\n"
+ "> +\t\tppmu_acp: ppmu_acp at 10ae0000 {\n"
  "> +\t\t\tcompatible = \"samsung,exynos-ppmu\";\n"
  "> +\t\t\treg = <0x10ae0000 0x2000>;\n"
  "> +\t\t\tstatus = \"disabled\";\n"
  "> +\t\t};\n"
  "> +\n"
- ">  \t\tppmu_lcd1: ppmu_lcd1@12240000 {\n"
+ ">  \t\tppmu_lcd1: ppmu_lcd1 at 12240000 {\n"
  ">  \t\t\tcompatible = \"samsung,exynos-ppmu\";\n"
  ">  \t\t\treg = <0x12240000 0x2000>;\n"
  "> \n"
@@ -72,11 +63,6 @@
  "-- \n"
  "Best Regards,\n"
  "Chanwoo Choi\n"
- "Samsung Electronics\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
+ Samsung Electronics
 
-7734ee001ee7dcfdceb8d54ee07adc8fd77d381749ec4bfddc382f9f0cec6375
+8026e2c74f4c99e80dcac82ac5aba6e12a333d374f8a910a64cb0fa1e5d13dfc

diff --git a/a/1.txt b/N2/1.txt
index 7dfe4e0..b123955 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -56,8 +56,3 @@ Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
 Best Regards,
 Chanwoo Choi
 Samsung Electronics
-
-_______________________________________________
-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/N2/content_digest
index 8714172..d963df0 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -72,11 +72,6 @@
  "-- \n"
  "Best Regards,\n"
  "Chanwoo Choi\n"
- "Samsung Electronics\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
+ Samsung Electronics
 
-7734ee001ee7dcfdceb8d54ee07adc8fd77d381749ec4bfddc382f9f0cec6375
+e44a80de6cc856976bd75c7ef32191d53b98677d2220a2bd3273eea557dc3246

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.