diff for duplicates of <155552153.z5UXrbJMBi@phil> diff --git a/a/1.txt b/N1/1.txt index 3bb14ed..99b9cf2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,9 +1,9 @@ -Am Donnerstag, 27. M?rz 2014, 01:06:32 schrieb Heiko St?bner: +Am Donnerstag, 27. März 2014, 01:06:32 schrieb Heiko Stübner: > With the newly introduced CPU_METHOD_OF_DECLARE is not necessary anymore > to reference the relevant smp_ops in the board file, but instead it can > simply be set by the enable-method property of the cpu nodes. > -> Signed-off-by: Heiko Stuebner <heiko@sntech.de> +> Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org> more responses to this? [or maybe even an ack :-) ? ] @@ -47,7 +47,7 @@ Heiko > #size-cells = <0>; > + enable-method = "rockchip,rk3066-smp"; > -> cpu at 0 { +> cpu@0 { > device_type = "cpu"; > diff --git a/arch/arm/boot/dts/rk3188.dtsi b/arch/arm/boot/dts/rk3188.dtsi > index bb36596..7ad5103 100644 @@ -59,7 +59,7 @@ Heiko > #size-cells = <0>; > + enable-method = "rockchip,rk3066-smp"; > -> cpu at 0 { +> cpu@0 { > device_type = "cpu"; > diff --git a/arch/arm/mach-rockchip/core.h b/arch/arm/mach-rockchip/core.h > index e2e7c9d..39bca96 100644 @@ -97,3 +97,8 @@ Heiko > .init_machine = rockchip_dt_init, > .dt_compat = rockchip_board_dt_compat, > MACHINE_END + +-- +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 67abbcf..f448071 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,18 +1,25 @@ "ref\01632873.urGeGsUMPH@diego\0" "ref\02151573.evmqdkWnet@diego\0" "ref\01878147.CvhHSZhTas@diego\0" - "From\0heiko@sntech.de (Heiko St\303\274bner)\0" - "Subject\0[PATCH v2] ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE\0" + "From\0Heiko St\303\274bner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\0" + "Subject\0Re: [PATCH v2] ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE\0" "Date\0Mon, 12 May 2014 19:17:46 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>" + arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org <arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Pawel Moll <Pawel.Moll-5wv7dgnIgG8@public.gmane.org> + Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> + " Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0" + "Cc\0Linux ARM Kernel <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>" + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0" "\00:1\0" "b\0" - "Am Donnerstag, 27. M?rz 2014, 01:06:32 schrieb Heiko St?bner:\n" + "Am Donnerstag, 27. M\303\244rz 2014, 01:06:32 schrieb Heiko St\303\274bner:\n" "> With the newly introduced CPU_METHOD_OF_DECLARE is not necessary anymore\n" "> to reference the relevant smp_ops in the board file, but instead it can\n" "> simply be set by the enable-method property of the cpu nodes.\n" "> \n" - "> Signed-off-by: Heiko Stuebner <heiko@sntech.de>\n" + "> Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\n" "\n" "more responses to this? [or maybe even an ack :-) ? ]\n" "\n" @@ -56,7 +63,7 @@ "> \t\t#size-cells = <0>;\n" "> +\t\tenable-method = \"rockchip,rk3066-smp\";\n" "> \n" - "> \t\tcpu at 0 {\n" + "> \t\tcpu@0 {\n" "> \t\t\tdevice_type = \"cpu\";\n" "> diff --git a/arch/arm/boot/dts/rk3188.dtsi b/arch/arm/boot/dts/rk3188.dtsi\n" "> index bb36596..7ad5103 100644\n" @@ -68,7 +75,7 @@ "> \t\t#size-cells = <0>;\n" "> +\t\tenable-method = \"rockchip,rk3066-smp\";\n" "> \n" - "> \t\tcpu at 0 {\n" + "> \t\tcpu@0 {\n" "> \t\t\tdevice_type = \"cpu\";\n" "> diff --git a/arch/arm/mach-rockchip/core.h b/arch/arm/mach-rockchip/core.h\n" "> index e2e7c9d..39bca96 100644\n" @@ -105,6 +112,11 @@ "> -\t.smp\t\t= smp_ops(rockchip_smp_ops),\n" "> \t.init_machine\t= rockchip_dt_init,\n" "> \t.dt_compat\t= rockchip_board_dt_compat,\n" - > MACHINE_END + "> MACHINE_END\n" + "\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 -370a260dbed2003b535a25e2d1f647b31bacc9ae924a4322f2a10a5d1604fb0d +7dbe8df3f72b526cf90c17175d0e0500585a83d017be86958c3b75d98c87192f
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.