diff for duplicates of <5A3B0589.8010106@samsung.com> diff --git a/a/1.txt b/N1/1.txt index aa1d810..74049e8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,15 +1,15 @@ Dear Krzysztof, -On 2017년 12월 21일 04:27, Krzysztof Kozlowski wrote: +On 2017? 12? 21? 04:27, Krzysztof Kozlowski wrote: > 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* > -> Signed-off-by: Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> +> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> > --- > arch/arm64/boot/dts/exynos/exynos5433.dtsi | 8 ++++---- > arch/arm64/boot/dts/exynos/exynos7.dtsi | 4 ++-- @@ -23,8 +23,8 @@ On 2017년 12월 21일 04:27, Krzysztof Kozlowski wrote: > 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>; @@ -32,8 +32,8 @@ On 2017년 12월 21일 04:27, Krzysztof Kozlowski wrote: > 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>; @@ -41,8 +41,8 @@ On 2017년 12월 21일 04:27, Krzysztof Kozlowski wrote: > 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>; @@ -50,8 +50,8 @@ On 2017년 12월 21일 04:27, Krzysztof Kozlowski wrote: > 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>; @@ -63,8 +63,8 @@ On 2017년 12월 21일 04:27, Krzysztof Kozlowski wrote: > #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>; @@ -72,21 +72,17 @@ On 2017년 12월 21일 04:27, Krzysztof Kozlowski wrote: > #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>; > Looks good to me. -Reviewed-by: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> +Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com> -- Best Regards, Chanwoo Choi Samsung Electronics --- -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 ec78609..c5121c0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,36 +1,23 @@ "ref\0CGME20171220192737epcas4p17c4e71c11e5864fd59f06396c0867a3a@epcas4p1.samsung.com\0" "ref\020171220192702.32515-1-krzk@kernel.org\0" - "ref\020171220192702.32515-1-krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0" - "From\0Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0" - "Subject\0Re: [PATCH 1/2] arm64: dts: exynos: Use lower case hex addresses in node unit addresses\0" + "From\0cw00.choi@samsung.com (Chanwoo Choi)\0" + "Subject\0[PATCH 1/2] arm64: dts: exynos: Use lower case hex addresses in node unit addresses\0" "Date\0Thu, 21 Dec 2017 09:51:21 +0900\0" - "To\0Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>" - Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> - Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org> - Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org> - Kukjin Kim <kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Marek Szyprowski <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> - Andrzej Hajda <a.hajda-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> - Alim Akhtar <alim.akhtar-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Dear Krzysztof,\n" "\n" - "On 2017\353\205\204 12\354\233\224 21\354\235\274 04:27, Krzysztof Kozlowski wrote:\n" + "On 2017? 12? 21? 04:27, Krzysztof Kozlowski wrote:\n" "> 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" "> \n" - "> Signed-off-by: Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n" + "> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>\n" "> ---\n" "> arch/arm64/boot/dts/exynos/exynos5433.dtsi | 8 ++++----\n" "> arch/arm64/boot/dts/exynos/exynos7.dtsi | 4 ++--\n" @@ -44,8 +31,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" @@ -53,8 +40,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" @@ -62,8 +49,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" @@ -71,8 +58,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" @@ -84,8 +71,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" @@ -93,23 +80,19 @@ "> \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" "\n" "Looks good to me.\n" - "Reviewed-by: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" + "Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>\n" "\n" "-- \n" "Best Regards,\n" "Chanwoo Choi\n" - "Samsung Electronics\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 + Samsung Electronics -b0f36a9ec0410c6dc802d2550a85cb7017be7fdcc774161c2587efea7ab5dc8c +047a84c4d784fa08e337269e2573647dd3831476f164798ac07d37a0c66c31d8
diff --git a/a/1.txt b/N2/1.txt index aa1d810..62b4228 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -9,7 +9,7 @@ On 2017년 12월 21일 04:27, Krzysztof Kozlowski wrote: > Conversion was done using sed: > $ sed -e 's/@\([a-zA-Z0-9_-]*\) {/@\L\1 {/' -i arch/arm64/boot/dts/exynos/*.dts* > -> Signed-off-by: Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> +> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> > --- > arch/arm64/boot/dts/exynos/exynos5433.dtsi | 8 ++++---- > arch/arm64/boot/dts/exynos/exynos7.dtsi | 4 ++-- @@ -80,13 +80,9 @@ On 2017년 12월 21일 04:27, Krzysztof Kozlowski wrote: > Looks good to me. -Reviewed-by: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> +Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com> -- Best Regards, Chanwoo Choi Samsung Electronics --- -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/N2/content_digest index ec78609..0a4451c 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,22 +1,21 @@ "ref\0CGME20171220192737epcas4p17c4e71c11e5864fd59f06396c0867a3a@epcas4p1.samsung.com\0" "ref\020171220192702.32515-1-krzk@kernel.org\0" - "ref\020171220192702.32515-1-krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org\0" - "From\0Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0" + "From\0Chanwoo Choi <cw00.choi@samsung.com>\0" "Subject\0Re: [PATCH 1/2] arm64: dts: exynos: Use lower case hex addresses in node unit addresses\0" "Date\0Thu, 21 Dec 2017 09:51:21 +0900\0" - "To\0Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>" - Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> - Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org> - Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org> - Kukjin Kim <kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Marek Szyprowski <m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> - Andrzej Hajda <a.hajda-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> - Alim Akhtar <alim.akhtar-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0Krzysztof Kozlowski <krzk@kernel.org>" + Rob 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> + 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" "\00:1\0" "b\0" "Dear Krzysztof,\n" @@ -30,7 +29,7 @@ "> Conversion was done using sed:\n" "> $ sed -e 's/@\\([a-zA-Z0-9_-]*\\) {/@\\L\\1 {/' -i arch/arm64/boot/dts/exynos/*.dts*\n" "> \n" - "> Signed-off-by: Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n" + "> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>\n" "> ---\n" "> arch/arm64/boot/dts/exynos/exynos5433.dtsi | 8 ++++----\n" "> arch/arm64/boot/dts/exynos/exynos7.dtsi | 4 ++--\n" @@ -101,15 +100,11 @@ "> \n" "\n" "Looks good to me.\n" - "Reviewed-by: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" + "Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>\n" "\n" "-- \n" "Best Regards,\n" "Chanwoo Choi\n" - "Samsung Electronics\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 + Samsung Electronics -b0f36a9ec0410c6dc802d2550a85cb7017be7fdcc774161c2587efea7ab5dc8c +8f32b79aacdbc4ef3e1728ce824c116f5586b03ba3b2b3c4dcf10454a63cd3a1
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.