diff for duplicates of <20161208173349.GA8522@kozik-lap> diff --git a/a/1.txt b/N1/1.txt index 4622146..afe4f67 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,7 +2,7 @@ On Thu, Dec 08, 2016 at 08:32:15AM +0530, Pankaj Dubey wrote: > Use CPU_METHOD_OF_DECLARE() for smp_ops instead of using it > via machine descriptor. > -> Signed-off-by: Pankaj Dubey <pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> +> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> > --- > > Resending as I missed to include samsung mailing list. @@ -32,7 +32,7 @@ On Thu, Dec 08, 2016 at 08:32:15AM +0530, Pankaj Dubey wrote: > #size-cells = <0>; > + enable-method = "samsung,exynos-smp"; > -> cpu0: cpu@0 { +> cpu0: cpu at 0 { > device_type = "cpu"; > diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi > index 7f3a18c..6dfd98d 100644 @@ -44,7 +44,7 @@ On Thu, Dec 08, 2016 at 08:32:15AM +0530, Pankaj Dubey wrote: > #size-cells = <0>; > + enable-method = "samsung,exynos-smp"; > -> cpu0: cpu@900 { +> cpu0: cpu at 900 { > device_type = "cpu"; > diff --git a/arch/arm/boot/dts/exynos4212.dtsi b/arch/arm/boot/dts/exynos4212.dtsi > index 5389011..3e8982e 100644 @@ -56,7 +56,7 @@ On Thu, Dec 08, 2016 at 08:32:15AM +0530, Pankaj Dubey wrote: > #size-cells = <0>; > + enable-method = "samsung,exynos-smp"; > -> cpu0: cpu@A00 { +> cpu0: cpu at A00 { > device_type = "cpu"; > diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi > index 40beede..faf2fb8 100644 @@ -68,7 +68,7 @@ On Thu, Dec 08, 2016 at 08:32:15AM +0530, Pankaj Dubey wrote: > #size-cells = <0>; > + enable-method = "samsung,exynos-smp"; > -> cpu0: cpu@A00 { +> cpu0: cpu at A00 { > device_type = "cpu"; > diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi > index b6d7444..580897c 100644 @@ -80,7 +80,7 @@ On Thu, Dec 08, 2016 at 08:32:15AM +0530, Pankaj Dubey wrote: > #size-cells = <0>; > + enable-method = "samsung,exynos-smp"; > -> cpu0: cpu@0 { +> cpu0: cpu at 0 { > device_type = "cpu"; > diff --git a/arch/arm/boot/dts/exynos5260.dtsi b/arch/arm/boot/dts/exynos5260.dtsi > index 5818718..1af6e76 100644 @@ -92,7 +92,7 @@ On Thu, Dec 08, 2016 at 08:32:15AM +0530, Pankaj Dubey wrote: > #size-cells = <0>; > + enable-method = "samsung,exynos-smp"; > -> cpu@0 { +> cpu at 0 { > device_type = "cpu"; > diff --git a/arch/arm/boot/dts/exynos5410.dtsi b/arch/arm/boot/dts/exynos5410.dtsi > index 2b6adaf..b092cdc 100644 @@ -104,7 +104,7 @@ On Thu, Dec 08, 2016 at 08:32:15AM +0530, Pankaj Dubey wrote: > #size-cells = <0>; > + enable-method = "samsung,exynos-smp"; > -> cpu0: cpu@0 { +> cpu0: cpu at 0 { > device_type = "cpu"; > diff --git a/arch/arm/boot/dts/exynos5420-cpus.dtsi b/arch/arm/boot/dts/exynos5420-cpus.dtsi > index 5c052d7..a587704 100644 @@ -116,7 +116,7 @@ On Thu, Dec 08, 2016 at 08:32:15AM +0530, Pankaj Dubey wrote: > #size-cells = <0>; > + enable-method = "samsung,exynos-smp"; > -> cpu0: cpu@0 { +> cpu0: cpu at 0 { > device_type = "cpu"; > diff --git a/arch/arm/boot/dts/exynos5422-cpus.dtsi b/arch/arm/boot/dts/exynos5422-cpus.dtsi > index bf3c6f1..7fcdfd0 100644 @@ -128,7 +128,7 @@ On Thu, Dec 08, 2016 at 08:32:15AM +0530, Pankaj Dubey wrote: > #size-cells = <0>; > + enable-method = "samsung,exynos-smp"; > -> cpu0: cpu@100 { +> cpu0: cpu at 100 { > device_type = "cpu"; > diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi > index 2a2e570..0a958e8 100644 @@ -140,7 +140,7 @@ On Thu, Dec 08, 2016 at 08:32:15AM +0530, Pankaj Dubey wrote: > #size-cells = <0>; > + enable-method = "samsung,exynos-smp"; > -> cpu@0 { +> cpu at 0 { > device_type = "cpu"; > diff --git a/arch/arm/mach-exynos/common.h b/arch/arm/mach-exynos/common.h > index fb12d11..051e1ab 100644 @@ -160,7 +160,7 @@ On Thu, Dec 08, 2016 at 08:32:15AM +0530, Pankaj Dubey wrote: > --- a/arch/arm/mach-exynos/exynos.c > +++ b/arch/arm/mach-exynos/exynos.c > @@ -211,7 +211,6 @@ DT_MACHINE_START(EXYNOS_DT, "SAMSUNG EXYNOS (Flattened Device Tree)") -> /* Maintainer: Kukjin Kim <kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> */ +> /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ > .l2c_aux_val = 0x3c400001, > .l2c_aux_mask = 0xc20fffff, > - .smp = smp_ops(exynos_smp_ops), @@ -191,7 +191,3 @@ Three issues: Best regards, Krzysztof --- -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 317d839..e9c4479 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,24 +1,15 @@ "ref\01481166135-1588-1-git-send-email-pankaj.dubey@samsung.com\0" - "ref\01481166135-1588-1-git-send-email-pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org\0" - "From\0Krzysztof Kozlowski <krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" - "Subject\0Re: [RESEND-PATCH] ARM: EXYNOS: remove smp hook from machine descriptor\0" + "From\0krzk@kernel.org (Krzysztof Kozlowski)\0" + "Subject\0[RESEND-PATCH] ARM: EXYNOS: remove smp hook from machine descriptor\0" "Date\0Thu, 8 Dec 2016 19:33:49 +0200\0" - "To\0Pankaj Dubey <pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0" - "Cc\0linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - arnd-r2nGTMty4D4@public.gmane.org - krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org - kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org - javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org - " thomas.ab-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Thu, Dec 08, 2016 at 08:32:15AM +0530, Pankaj Dubey wrote:\n" "> Use CPU_METHOD_OF_DECLARE() for smp_ops instead of using it\n" "> via machine descriptor.\n" "> \n" - "> Signed-off-by: Pankaj Dubey <pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" + "> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>\n" "> ---\n" "> \n" "> Resending as I missed to include samsung mailing list.\n" @@ -48,7 +39,7 @@ "> \t\t#size-cells = <0>;\n" "> +\t\tenable-method = \"samsung,exynos-smp\";\n" "> \n" - "> \t\tcpu0: cpu@0 {\n" + "> \t\tcpu0: cpu at 0 {\n" "> \t\t\tdevice_type = \"cpu\";\n" "> diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi\n" "> index 7f3a18c..6dfd98d 100644\n" @@ -60,7 +51,7 @@ "> \t\t#size-cells = <0>;\n" "> +\t\tenable-method = \"samsung,exynos-smp\";\n" "> \n" - "> \t\tcpu0: cpu@900 {\n" + "> \t\tcpu0: cpu at 900 {\n" "> \t\t\tdevice_type = \"cpu\";\n" "> diff --git a/arch/arm/boot/dts/exynos4212.dtsi b/arch/arm/boot/dts/exynos4212.dtsi\n" "> index 5389011..3e8982e 100644\n" @@ -72,7 +63,7 @@ "> \t\t#size-cells = <0>;\n" "> +\t\tenable-method = \"samsung,exynos-smp\";\n" "> \n" - "> \t\tcpu0: cpu@A00 {\n" + "> \t\tcpu0: cpu at A00 {\n" "> \t\t\tdevice_type = \"cpu\";\n" "> diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi\n" "> index 40beede..faf2fb8 100644\n" @@ -84,7 +75,7 @@ "> \t\t#size-cells = <0>;\n" "> +\t\tenable-method = \"samsung,exynos-smp\";\n" "> \n" - "> \t\tcpu0: cpu@A00 {\n" + "> \t\tcpu0: cpu at A00 {\n" "> \t\t\tdevice_type = \"cpu\";\n" "> diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi\n" "> index b6d7444..580897c 100644\n" @@ -96,7 +87,7 @@ "> \t\t#size-cells = <0>;\n" "> +\t\tenable-method = \"samsung,exynos-smp\";\n" "> \n" - "> \t\tcpu0: cpu@0 {\n" + "> \t\tcpu0: cpu at 0 {\n" "> \t\t\tdevice_type = \"cpu\";\n" "> diff --git a/arch/arm/boot/dts/exynos5260.dtsi b/arch/arm/boot/dts/exynos5260.dtsi\n" "> index 5818718..1af6e76 100644\n" @@ -108,7 +99,7 @@ "> \t\t#size-cells = <0>;\n" "> +\t\tenable-method = \"samsung,exynos-smp\";\n" "> \n" - "> \t\tcpu@0 {\n" + "> \t\tcpu at 0 {\n" "> \t\t\tdevice_type = \"cpu\";\n" "> diff --git a/arch/arm/boot/dts/exynos5410.dtsi b/arch/arm/boot/dts/exynos5410.dtsi\n" "> index 2b6adaf..b092cdc 100644\n" @@ -120,7 +111,7 @@ "> \t\t#size-cells = <0>;\n" "> +\t\tenable-method = \"samsung,exynos-smp\";\n" "> \n" - "> \t\tcpu0: cpu@0 {\n" + "> \t\tcpu0: cpu at 0 {\n" "> \t\t\tdevice_type = \"cpu\";\n" "> diff --git a/arch/arm/boot/dts/exynos5420-cpus.dtsi b/arch/arm/boot/dts/exynos5420-cpus.dtsi\n" "> index 5c052d7..a587704 100644\n" @@ -132,7 +123,7 @@ "> \t\t#size-cells = <0>;\n" "> +\t\tenable-method = \"samsung,exynos-smp\";\n" "> \n" - "> \t\tcpu0: cpu@0 {\n" + "> \t\tcpu0: cpu at 0 {\n" "> \t\t\tdevice_type = \"cpu\";\n" "> diff --git a/arch/arm/boot/dts/exynos5422-cpus.dtsi b/arch/arm/boot/dts/exynos5422-cpus.dtsi\n" "> index bf3c6f1..7fcdfd0 100644\n" @@ -144,7 +135,7 @@ "> \t\t#size-cells = <0>;\n" "> +\t\tenable-method = \"samsung,exynos-smp\";\n" "> \n" - "> \t\tcpu0: cpu@100 {\n" + "> \t\tcpu0: cpu at 100 {\n" "> \t\t\tdevice_type = \"cpu\";\n" "> diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi\n" "> index 2a2e570..0a958e8 100644\n" @@ -156,7 +147,7 @@ "> \t\t#size-cells = <0>;\n" "> +\t\tenable-method = \"samsung,exynos-smp\";\n" "> \n" - "> \t\tcpu@0 {\n" + "> \t\tcpu at 0 {\n" "> \t\t\tdevice_type = \"cpu\";\n" "> diff --git a/arch/arm/mach-exynos/common.h b/arch/arm/mach-exynos/common.h\n" "> index fb12d11..051e1ab 100644\n" @@ -176,7 +167,7 @@ "> --- a/arch/arm/mach-exynos/exynos.c\n" "> +++ b/arch/arm/mach-exynos/exynos.c\n" "> @@ -211,7 +211,6 @@ DT_MACHINE_START(EXYNOS_DT, \"SAMSUNG EXYNOS (Flattened Device Tree)\")\n" - "> \t/* Maintainer: Kukjin Kim <kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> */\n" + "> \t/* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */\n" "> \t.l2c_aux_val\t= 0x3c400001,\n" "> \t.l2c_aux_mask\t= 0xc20fffff,\n" "> -\t.smp\t\t= smp_ops(exynos_smp_ops),\n" @@ -206,10 +197,6 @@ " could go to separate branch easily.\n" "\n" "Best regards,\n" - "Krzysztof\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 + Krzysztof -ac47eb23c13d6488a1ac529153c0b295a8f5b18b86d84cbc2d0c72f0b3d8b573 +2635b093be4a21623224ba85985146efb4d69dbd2d9c480672401e9865a18d44
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.