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

diff --git a/a/1.txt b/N1/1.txt
index d389d0d..b9ab47e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 Convert all hex addresses in node unit addresses to lower case to
 fix warnings like:
     arch/arm64/boot/dts/exynos/exynos5433-tm2e.dtb: Warning (simple_bus_reg):
-      Node /soc/video-scaler@13C00000 simple-bus unit address format error, expected "13c00000"
+      Node /soc/video-scaler at 13C00000 simple-bus unit address format error, expected "13c00000"
 
 Conversion was done using sed:
     $ sed -e 's/@\([a-zA-Z0-9_-]*\) {/@\L\1 {/' -i arch/arm64/boot/dts/exynos/*.dts*
@@ -20,8 +20,8 @@ index 1962b8074349..0ba5df825eff 100644
  			reg = <0x145f0000 0x1038>;
  		};
  
--		gsc_0: video-scaler@13C00000 {
-+		gsc_0: video-scaler@13c00000 {
+-		gsc_0: video-scaler at 13C00000 {
++		gsc_0: video-scaler at 13c00000 {
  			compatible = "samsung,exynos5433-gsc";
  			reg = <0x13c00000 0x1000>;
  			interrupts = <GIC_SPI 297 IRQ_TYPE_LEVEL_HIGH>;
@@ -29,8 +29,8 @@ index 1962b8074349..0ba5df825eff 100644
  			power-domains = <&pd_gscl>;
  		};
  
--		gsc_1: video-scaler@13C10000 {
-+		gsc_1: video-scaler@13c10000 {
+-		gsc_1: video-scaler at 13C10000 {
++		gsc_1: video-scaler at 13c10000 {
  			compatible = "samsung,exynos5433-gsc";
  			reg = <0x13c10000 0x1000>;
  			interrupts = <GIC_SPI 298 IRQ_TYPE_LEVEL_HIGH>;
@@ -38,8 +38,8 @@ index 1962b8074349..0ba5df825eff 100644
  			power-domains = <&pd_gscl>;
  		};
  
--		gsc_2: video-scaler@13C20000 {
-+		gsc_2: video-scaler@13c20000 {
+-		gsc_2: video-scaler at 13C20000 {
++		gsc_2: video-scaler at 13c20000 {
  			compatible = "samsung,exynos5433-gsc";
  			reg = <0x13c20000 0x1000>;
  			interrupts = <GIC_SPI 299 IRQ_TYPE_LEVEL_HIGH>;
@@ -47,8 +47,8 @@ index 1962b8074349..0ba5df825eff 100644
  			power-domains = <&pd_mscl>;
  		};
  
--		mfc: codec@152E0000 {
-+		mfc: codec@152e0000 {
+-		mfc: codec at 152E0000 {
++		mfc: codec at 152e0000 {
  			compatible = "samsung,exynos5433-mfc";
  			reg = <0x152E0000 0x10000>;
  			interrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>;
@@ -60,8 +60,8 @@ index 9a3fbed1765a..3504837b1d43 100644
  			#size-cells = <1>;
  			ranges;
  
--			pdma0: pdma@10E10000 {
-+			pdma0: pdma@10e10000 {
+-			pdma0: pdma at 10E10000 {
++			pdma0: pdma at 10e10000 {
  				compatible = "arm,pl330", "arm,primecell";
  				reg = <0x10E10000 0x1000>;
  				interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
@@ -69,8 +69,8 @@ index 9a3fbed1765a..3504837b1d43 100644
  				#dma-requests = <32>;
  			};
  
--			pdma1: pdma@10EB0000 {
-+			pdma1: pdma@10eb0000 {
+-			pdma1: pdma at 10EB0000 {
++			pdma1: pdma at 10eb0000 {
  				compatible = "arm,pl330", "arm,primecell";
  				reg = <0x10EB0000 0x1000>;
  				interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>;
diff --git a/a/content_digest b/N1/content_digest
index 59022e6..1de8c78 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,26 +1,13 @@
- "From\0Krzysztof Kozlowski <krzk@kernel.org>\0"
+ "From\0krzk@kernel.org (Krzysztof Kozlowski)\0"
  "Subject\0[PATCH 1/2] arm64: dts: exynos: Use lower case hex addresses in node unit addresses\0"
  "Date\0Wed, 20 Dec 2017 20:27:01 +0100\0"
- "To\0Rob Herring <robh+dt@kernel.org>"
-  Mark Rutland <mark.rutland@arm.com>
-  Catalin Marinas <catalin.marinas@arm.com>
-  Will Deacon <will.deacon@arm.com>
-  Kukjin Kim <kgene@kernel.org>
-  Krzysztof Kozlowski <krzk@kernel.org>
-  Chanwoo Choi <cw00.choi@samsung.com>
-  Marek Szyprowski <m.szyprowski@samsung.com>
-  Andrzej Hajda <a.hajda@samsung.com>
-  Alim Akhtar <alim.akhtar@samsung.com>
-  devicetree@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-samsung-soc@vger.kernel.org
- " linux-kernel@vger.kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Convert all hex addresses in node unit addresses to lower case to\n"
  "fix warnings like:\n"
  "    arch/arm64/boot/dts/exynos/exynos5433-tm2e.dtb: Warning (simple_bus_reg):\n"
- "      Node /soc/video-scaler@13C00000 simple-bus unit address format error, expected \"13c00000\"\n"
+ "      Node /soc/video-scaler at 13C00000 simple-bus unit address format error, expected \"13c00000\"\n"
  "\n"
  "Conversion was done using sed:\n"
  "    $ sed -e 's/@\\([a-zA-Z0-9_-]*\\) {/@\\L\\1 {/' -i arch/arm64/boot/dts/exynos/*.dts*\n"
@@ -39,8 +26,8 @@
  " \t\t\treg = <0x145f0000 0x1038>;\n"
  " \t\t};\n"
  " \n"
- "-\t\tgsc_0: video-scaler@13C00000 {\n"
- "+\t\tgsc_0: video-scaler@13c00000 {\n"
+ "-\t\tgsc_0: video-scaler at 13C00000 {\n"
+ "+\t\tgsc_0: video-scaler at 13c00000 {\n"
  " \t\t\tcompatible = \"samsung,exynos5433-gsc\";\n"
  " \t\t\treg = <0x13c00000 0x1000>;\n"
  " \t\t\tinterrupts = <GIC_SPI 297 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -48,8 +35,8 @@
  " \t\t\tpower-domains = <&pd_gscl>;\n"
  " \t\t};\n"
  " \n"
- "-\t\tgsc_1: video-scaler@13C10000 {\n"
- "+\t\tgsc_1: video-scaler@13c10000 {\n"
+ "-\t\tgsc_1: video-scaler at 13C10000 {\n"
+ "+\t\tgsc_1: video-scaler at 13c10000 {\n"
  " \t\t\tcompatible = \"samsung,exynos5433-gsc\";\n"
  " \t\t\treg = <0x13c10000 0x1000>;\n"
  " \t\t\tinterrupts = <GIC_SPI 298 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -57,8 +44,8 @@
  " \t\t\tpower-domains = <&pd_gscl>;\n"
  " \t\t};\n"
  " \n"
- "-\t\tgsc_2: video-scaler@13C20000 {\n"
- "+\t\tgsc_2: video-scaler@13c20000 {\n"
+ "-\t\tgsc_2: video-scaler at 13C20000 {\n"
+ "+\t\tgsc_2: video-scaler at 13c20000 {\n"
  " \t\t\tcompatible = \"samsung,exynos5433-gsc\";\n"
  " \t\t\treg = <0x13c20000 0x1000>;\n"
  " \t\t\tinterrupts = <GIC_SPI 299 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -66,8 +53,8 @@
  " \t\t\tpower-domains = <&pd_mscl>;\n"
  " \t\t};\n"
  " \n"
- "-\t\tmfc: codec@152E0000 {\n"
- "+\t\tmfc: codec@152e0000 {\n"
+ "-\t\tmfc: codec at 152E0000 {\n"
+ "+\t\tmfc: codec at 152e0000 {\n"
  " \t\t\tcompatible = \"samsung,exynos5433-mfc\";\n"
  " \t\t\treg = <0x152E0000 0x10000>;\n"
  " \t\t\tinterrupts = <GIC_SPI 358 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -79,8 +66,8 @@
  " \t\t\t#size-cells = <1>;\n"
  " \t\t\tranges;\n"
  " \n"
- "-\t\t\tpdma0: pdma@10E10000 {\n"
- "+\t\t\tpdma0: pdma@10e10000 {\n"
+ "-\t\t\tpdma0: pdma at 10E10000 {\n"
+ "+\t\t\tpdma0: pdma at 10e10000 {\n"
  " \t\t\t\tcompatible = \"arm,pl330\", \"arm,primecell\";\n"
  " \t\t\t\treg = <0x10E10000 0x1000>;\n"
  " \t\t\t\tinterrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -88,12 +75,12 @@
  " \t\t\t\t#dma-requests = <32>;\n"
  " \t\t\t};\n"
  " \n"
- "-\t\t\tpdma1: pdma@10EB0000 {\n"
- "+\t\t\tpdma1: pdma@10eb0000 {\n"
+ "-\t\t\tpdma1: pdma at 10EB0000 {\n"
+ "+\t\t\tpdma1: pdma at 10eb0000 {\n"
  " \t\t\t\tcompatible = \"arm,pl330\", \"arm,primecell\";\n"
  " \t\t\t\treg = <0x10EB0000 0x1000>;\n"
  " \t\t\t\tinterrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>;\n"
  "-- \n"
  2.11.0
 
-5fb08d936f1de513fb9fe1ccd62fb204ebfbc5b9892386a4563e2dd29addafe0
+80ac12b223de7ade8cf66189cbdfeea6a4b9d1e8797da7f4bd48c4cbfd7847e4

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.