diff for duplicates of <565F16F1.9070809@broadcom.com> diff --git a/a/1.txt b/N1/1.txt index 60de597..8ce05a9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -54,14 +54,14 @@ node. Except for two-three SoC families, 'enable-method' is within >> + #size-cells = <0>; >> + enable-method = "brcm,bcm-nsp-smp"; >> + ->> + cpu0: cpu at 0 { +>> + cpu0: cpu@0 { >> + device_type = "cpu"; >> + compatible = "arm,cortex-a9"; >> + next-level-cache = <&L2>; >> + reg = <0>; >> + }; >> + ->> + cpu1: cpu at 1 { +>> + cpu1: cpu@1 { >> + device_type = "cpu"; >> + compatible = "arm,cortex-a9"; >> + next-level-cache = <&L2>; diff --git a/a/content_digest b/N1/content_digest index 2c28788..80ce848 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,32 @@ "ref\01448987049-17041-1-git-send-email-kapilh@broadcom.com\0" "ref\01448987049-17041-2-git-send-email-kapilh@broadcom.com\0" "ref\020151202152604.GA20467@rob-hp-laptop\0" - "From\0kapilh@broadcom.com (Kapil Hali)\0" - "Subject\0[PATCH v4 1/5] dt-bindings: add SMP enable-method for Broadcom NSP\0" + "From\0Kapil Hali <kapilh@broadcom.com>\0" + "Subject\0Re: [PATCH v4 1/5] dt-bindings: add SMP enable-method for Broadcom NSP\0" "Date\0Wed, 2 Dec 2015 21:36:09 +0530\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Rob Herring <robh@kernel.org>\0" + "Cc\0Pawel Moll <pawel.moll@arm.com>" + Mark Rutland <mark.rutland@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + Kumar Gala <galak@codeaurora.org> + Russell King <linux@arm.linux.org.uk> + Ray Jui <rjui@broadcom.com> + Scott Branden <sbranden@broadcom.com> + Jon Mason <jonmason@broadcom.com> + Florian Fainelli <f.fainelli@gmail.com> + Gregory Fong <gregory.0xf0@gmail.com> + Lee Jones <lee@kernel.org> + Hauke Mehrtens <hauke@hauke-m.de> + Kever Yang <kever.yang@rock-chips.com> + Maxime Ripard <maxime.ripard@free-electrons.com> + Olof Johansson <olof@lixom.net> + Paul Walmsley <paul@pwsan.com> + Linus Walleij <linus.walleij@linaro.org> + Chen-Yu Tsai <wens@csie.org> + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + " bcm-kernel-feedback-list@broadcom.com\0" "\00:1\0" "b\0" "Hi Rob,\n" @@ -63,14 +85,14 @@ ">> +\t\t#size-cells = <0>;\n" ">> +\t\tenable-method = \"brcm,bcm-nsp-smp\";\n" ">> +\n" - ">> +\t\tcpu0: cpu at 0 {\n" + ">> +\t\tcpu0: cpu@0 {\n" ">> +\t\t\tdevice_type = \"cpu\";\n" ">> +\t\t\tcompatible = \"arm,cortex-a9\";\n" ">> +\t\t\tnext-level-cache = <&L2>;\n" ">> +\t\t\treg = <0>;\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tcpu1: cpu at 1 {\n" + ">> +\t\tcpu1: cpu@1 {\n" ">> +\t\t\tdevice_type = \"cpu\";\n" ">> +\t\t\tcompatible = \"arm,cortex-a9\";\n" ">> +\t\t\tnext-level-cache = <&L2>;\n" @@ -97,4 +119,4 @@ "Thanks,\n" Kapil -c6ebdcbeaa423ac7d6e3c3ca5e1d5b59f2b774b7629d1de873af36f264c9ac08 +5528908941ae54d7e5dcdbbb3e41859cfbae1c465cd7825dd82c985481943787
diff --git a/a/1.txt b/N2/1.txt index 60de597..8ce05a9 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -54,14 +54,14 @@ node. Except for two-three SoC families, 'enable-method' is within >> + #size-cells = <0>; >> + enable-method = "brcm,bcm-nsp-smp"; >> + ->> + cpu0: cpu at 0 { +>> + cpu0: cpu@0 { >> + device_type = "cpu"; >> + compatible = "arm,cortex-a9"; >> + next-level-cache = <&L2>; >> + reg = <0>; >> + }; >> + ->> + cpu1: cpu at 1 { +>> + cpu1: cpu@1 { >> + device_type = "cpu"; >> + compatible = "arm,cortex-a9"; >> + next-level-cache = <&L2>; diff --git a/a/content_digest b/N2/content_digest index 2c28788..53ddec1 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,10 +1,32 @@ "ref\01448987049-17041-1-git-send-email-kapilh@broadcom.com\0" "ref\01448987049-17041-2-git-send-email-kapilh@broadcom.com\0" "ref\020151202152604.GA20467@rob-hp-laptop\0" - "From\0kapilh@broadcom.com (Kapil Hali)\0" - "Subject\0[PATCH v4 1/5] dt-bindings: add SMP enable-method for Broadcom NSP\0" + "From\0Kapil Hali <kapilh@broadcom.com>\0" + "Subject\0Re: [PATCH v4 1/5] dt-bindings: add SMP enable-method for Broadcom NSP\0" "Date\0Wed, 2 Dec 2015 21:36:09 +0530\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Rob Herring <robh@kernel.org>\0" + "Cc\0Pawel Moll <pawel.moll@arm.com>" + Mark Rutland <mark.rutland@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + Kumar Gala <galak@codeaurora.org> + Russell King <linux@arm.linux.org.uk> + Ray Jui <rjui@broadcom.com> + Scott Branden <sbranden@broadcom.com> + Jon Mason <jonmason@broadcom.com> + Florian Fainelli <f.fainelli@gmail.com> + Gregory Fong <gregory.0xf0@gmail.com> + Lee Jones <lee@kernel.org> + Hauke Mehrtens <hauke@hauke-m.de> + Kever Yang <kever.yang@rock-chips.com> + Maxime Ripard <maxime.ripard@free-electrons.com> + Olof Johansson <olof@lixom.net> + Paul Walmsley <paul@pwsan.com> + Linus Walleij <linus.walleij@linaro.org> + Chen-Yu Tsai <wens@csie.org> + <devicetree@vger.kernel.org> + <linux-arm-kernel@lists.infradead.org> + <linux-kernel@vger.kernel.org> + " <bcm-kernel-feedback-list@broadcom.com>\0" "\00:1\0" "b\0" "Hi Rob,\n" @@ -63,14 +85,14 @@ ">> +\t\t#size-cells = <0>;\n" ">> +\t\tenable-method = \"brcm,bcm-nsp-smp\";\n" ">> +\n" - ">> +\t\tcpu0: cpu at 0 {\n" + ">> +\t\tcpu0: cpu@0 {\n" ">> +\t\t\tdevice_type = \"cpu\";\n" ">> +\t\t\tcompatible = \"arm,cortex-a9\";\n" ">> +\t\t\tnext-level-cache = <&L2>;\n" ">> +\t\t\treg = <0>;\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tcpu1: cpu at 1 {\n" + ">> +\t\tcpu1: cpu@1 {\n" ">> +\t\t\tdevice_type = \"cpu\";\n" ">> +\t\t\tcompatible = \"arm,cortex-a9\";\n" ">> +\t\t\tnext-level-cache = <&L2>;\n" @@ -97,4 +119,4 @@ "Thanks,\n" Kapil -c6ebdcbeaa423ac7d6e3c3ca5e1d5b59f2b774b7629d1de873af36f264c9ac08 +9d3083ed72e26f7819f04fbb5f2b44fd0613f991589f34a0744f24ce767d71cd
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.